Skip to content
Permalink
Browse files
Rename repository
Repository name www-sugarlabs has a redundant component given that it
is part of the sugarlabs organisation.

It is thought this extra sugarlabs component is attracting attention
from new developers, who then begin to work on our web site instead of
our software.
  • Loading branch information
quozl committed Mar 3, 2023
1 parent cabe94d commit 894008b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
@@ -33,7 +33,7 @@ The site was redesigned during Google Summer of Code in 2017, and then informall
These notes were part of a project that has since been merged.

## Introduction
This repository contains the code for the redesigned version of "www.sugarlabs.org". This repository code base was used for the development of the GSOC 2017 project **Giving Sugar Labs Website a New Look** under the organization **Sugar Labs**. The changes, made by Pericherla Seetarama Raju and overseen by Samson Goddy, Hrishi Patel, and Walter Bender during the 2017 **GSOC** period, can be viewed at [https://github.com/sugarlabs/www-sugarlabs/issues/63](https://github.com/sugarlabs/www-sugarlabs/issues/63). The work during **GSOC** was done in the repository [https://github.com/geekrypter/sugarLabsWebsiteRedesign](https://github.com/geekrypter/sugarLabsWebsiteRedesign). A live preview of the website is hosted using **Github pages** and can be viewed at [https://geekrypter.github.io/sugarLabsWebsiteRedesign/](https://geekrypter.github.io/sugarLabsWebsiteRedesign/). The code uses the same Jekyll environment as that of the original website's code. Do check out the code!
This repository contains the code for the redesigned version of "www.sugarlabs.org". This repository code base was used for the development of the GSOC 2017 project **Giving Sugar Labs Website a New Look** under the organization **Sugar Labs**. The changes, made by Pericherla Seetarama Raju and overseen by Samson Goddy, Hrishi Patel, and Walter Bender during the 2017 **GSOC** period, can be viewed at [https://github.com/sugarlabs/www/issues/63](https://github.com/sugarlabs/www/issues/63). The work during **GSOC** was done in the repository [https://github.com/geekrypter/sugarLabsWebsiteRedesign](https://github.com/geekrypter/sugarLabsWebsiteRedesign). A live preview of the website is hosted using **Github pages** and can be viewed at [https://geekrypter.github.io/sugarLabsWebsiteRedesign/](https://geekrypter.github.io/sugarLabsWebsiteRedesign/). The code uses the same Jekyll environment as that of the original website's code. Do check out the code!

### Major Services
We have integrated three major features with the help of third party services:
@@ -73,11 +73,11 @@ The code has been restructured, unnecessary code has been removed, comments were

2. Clone your forked copy of the project.
```
git clone https://github.com/<your_user_name>/www-sugarlabs.git
git clone https://github.com/<your_user_name>/www.git
```
3. Navigate to the project directory 📁.
```
cd www-sugarlabs
cd www
```

### Installation
@@ -24,7 +24,7 @@ A [conversion funnel](https://www.google.com/search?q=conversion+funnel&tbm=isch
* Sugarizer inherently allow immediate try out
* download and boot SOAS
* email newsletter sign up
* email mini-course with X things to do with SOAS ([#38](https://github.com/sugarlabs/www-sugarlabs/issues/38))
* email mini-course with X things to do with SOAS ([#38](https://github.com/sugarlabs/www/issues/38))
* tell your friends to try it out too

4. Users: Conversion/Sales
@@ -73,7 +73,7 @@ home
* Testimonials/Reviews. Quote from [LinuxInsider](http://www.linuxinsider.com/story/Fedora-Based-Sugar-on-a-Stick-Is-One-Sweet-Desktop-83446.html), size of active user base from <https://wiki.sugarlabs.org/images/4/48/Survey_summary.pdf>, http://wiki.laptop.org/go/ALEARN_Network, etc.
* Calls To Action
* try
* download + email mini course ([#38](https://github.com/sugarlabs/www-sugarlabs/issues/38))
* download + email mini course ([#38](https://github.com/sugarlabs/www/issues/38))
* buy
* join

@@ -123,7 +123,7 @@ buy

join/support/participate
* how to join the community conversation (single discuss mailing list via mailman3 web forum)
* how to develop sugar software ([www-sugarlabs#20](https://github.com/sugarlabs/www-sugarlabs/issues/20))
* how to develop sugar software ([www#20](https://github.com/sugarlabs/www/issues/20))
* javascript
* python
* how to start a local lab
@@ -68,7 +68,7 @@ <h4 class="footerHeaderStyle align-center-md"><b>Resources</b></h4>
</div>
<br>
<div id="contributeHeader" class="col-md-12">
<h4 class="text-center"><a href="https://github.com/sugarlabs/www-sugarlabs"><b><span class="ion-logo-github" style="font-size:17px;color: #0099FF; margin-right: 12px;"></span><span style="font-size:17px;color: #0099FF;">Contribute to website</span></b></a></h4>
<h4 class="text-center"><a href="https://github.com/sugarlabs/www"><b><span class="ion-logo-github" style="font-size:17px;color: #0099FF; margin-right: 12px;"></span><span style="font-size:17px;color: #0099FF;">Contribute to website</span></b></a></h4>
</div>
</div>
</div>

0 comments on commit 894008b

Please sign in to comment.