-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update About Section UI and Fix Google Summer of Code Link #643
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,24 +171,51 @@ <h2 >Community Goals</h2> | |
</section> | ||
|
||
<!-- "Projects" section --> | ||
<section id="testimonial"> | ||
<section id="projects"> | ||
<div class="container"> | ||
<div class="row justify-content-center"> | ||
<div class="col-md-8"> | ||
<div class="section-title text-center"> | ||
<h2>Projects</h2> | ||
<p class="customParagraphStyle">Sugar Labs is working on a few <a href="https://wiki.sugarlabs.org/go/Category:Project" class="hrefCustomColor">projects</a> focused on delivering specific goals in a defined time period. Below are some of our premier projects:</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-12" > | ||
<div class="row justify-content-center"> | ||
<div class="col-md-8 col-md-push-2" > | ||
<div class="section-title text-center"> | ||
<h2>Projects</h2> | ||
<p class="customParagraphStyle">Sugar Labs is working on a few <a href="https://wiki.sugarlabs.org/go/Category:Project" class="hrefCustomColor">projects</a> focused on delivering specific goals in a defined time period. The "Projects" panel in the Sugar Labs wiki sidebar holds our premier projects. Please also see these project home pages: | ||
<ul> | ||
<li><a href="https://wiki.sugarlabs.org/go/Sugar_Creation_Kit" class="hrefCustomColor">Sugar Creation Kit</a></li> | ||
<li><a href="https://wiki.sugarlabs.org/go/Sugar_on_a_Stick" class="hrefCustomColor">Sugar on a Stick</a></li> | ||
<li><a href="https://wiki.sugarlabs.org/go/Math4Team" class="hrefCustomColor">Math4 Project</a></li> | ||
<li><a href="https://wiki.sugarlabs.org/go/Summer_of_Code" class="hrefCustomColor">Summer of Code</a></li> | ||
</ul> | ||
</p> | ||
</div> | ||
</div> | ||
<!-- <div class="col-sm-6 col-md-6 mb-4"> | ||
<div class="project-card"> | ||
<h4>Sugar Creation Kit</h4> | ||
<p>A toolkit to empower users to deploy customized and interactive Sugar instances seamlessly.</p> | ||
<a href="https://wiki.sugarlabs.org/go/Sugar_Creation_Kit"> | ||
<button type="button" class="btn btn-raised btn-custom">Learn More</button> | ||
</a> | ||
</div> | ||
</div> --> | ||
<div class="col-sm-6 col-md-6 mb-4"> | ||
<div class="project-card"> | ||
<h4>Sugar on a Stick</h4> | ||
<p>A portable version of Sugar that can run from a USB stick without installation.</p> | ||
<a href="https://www.sugarlabs.org/booting-soas/"> | ||
<button type="button" class="btn btn-raised btn-custom">Learn More</button> | ||
</a> | ||
</div> | ||
</div> | ||
<!-- <div class="col-sm-6 col-md-6 mb-4"> | ||
<div class="project-card"> | ||
<h4>Math4 Project</h4> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have no sense of whether or not this project is still alive. It may be good to comment this part out for now... |
||
<p>A project aimed at improving math learning with innovative tools and activities.</p> | ||
<a href="https://wiki.sugarlabs.org/go/Math4Team"> | ||
<button type="button" class="btn btn-raised btn-custom">Learn More</button> | ||
</a> | ||
</div> | ||
</div> --> | ||
<div class="col-sm-6 col-md-6 mb-4"> | ||
<div class="project-card"> | ||
<h4>Summer of Code</h4> | ||
<p>A program where students collaborate on open-source projects under expert mentorship.</p> | ||
<a href="https://github.com/sugarlabs/GSoC"> | ||
<button type="button" class="btn btn-raised btn-custom">Learn More</button> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -233,13 +260,15 @@ <h2>LOCAL LABS</h2> | |
<div class="section-title text-center"> | ||
<h2>Roadmap</h2> | ||
<p class="customParagraphStyle">The <a href="https://wiki.sugarlabs.org/go/Sugar_Labs/Roadmap" class="hrefCustomColor">Sugar Community roadmap</a> is used to guide our community efforts: | ||
<ul> | ||
<div class="roadmap-container"> | ||
<ul class="roadmap-list"> | ||
<li>Mission, Vision, Values</li> | ||
<li>Distribution</li> | ||
<li>Deployments</li> | ||
<li>Quality Assurance</li> | ||
<li>Infrastructure</li> | ||
</ul> | ||
</div> | ||
</p> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These instructions need to be updated, so I'd comment this section out for now.