forked from sugarlabs/www
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding profiles page, profiles layout template, jquery JS, jquery UI …
…JS and CSS
- Loading branch information
Avni Khatri
committed
May 15, 2016
1 parent
8b9cd72
commit 9987caa
Showing
13 changed files
with
133 additions
and
7 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
layout: default | ||
--- | ||
<h1>{{ page.title }}</h1> | ||
<p>Last Updated: {{ page.date | date: "%b %-d %Y" }}</p> | ||
<div id="accordion"> | ||
{{ content }} | ||
</div> | ||
|
||
<p><a href='/'>Return to main page</a></p> | ||
<script> | ||
$(function() { | ||
$( "#accordion" ).children("ul").wrap("<div></div>"); | ||
|
||
$( "#accordion" ).accordion({ | ||
collapsible: true, | ||
heightStyle: "content", | ||
active: false | ||
}); | ||
}); | ||
</script> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,48 +1,99 @@ | ||
# Sugar Labs Contributors | ||
--- | ||
layout: profile | ||
title: Sugar Labs Contributors | ||
date: 2016-05-15 | ||
--- | ||
|
||
This document list contributors who are currently active in the Sugar Labs community and working on projects. Please email [[email protected]](mailto:[email protected]) if you belong here! | ||
|
||
## Profiles | ||
### B | ||
|
||
* Roshan Bagla | ||
* Manveer Singh Basra | ||
* Walter Bender | ||
|
||
### C | ||
|
||
* Craig Cabrey | ||
* Samuel Cantero [wiki profile](https://wiki.sugarlabs.org/go/User:Scg) | ||
* [Samuel Cantero](https://wiki.sugarlabs.org/go/User:Scg){:target="_blank"} | ||
* **E-mail**: scanterog AT gmail DOT com | ||
* **Freenode IRC nickname**: scg on #sugar channel | ||
* **LinkedIn profile**: [https://www.linkedin.com/in/scantero](https://www.linkedin.com/in/scantero){:target="_blank"} | ||
* **About**: Computer engineer and a GNU/Linux passionate. | ||
|
||
* Ibiam Chihurumnaya | ||
* Dave Crossland [wiki profile](https://wiki.sugarlabs.org/go/User:Davelab6) | ||
* [Dave Crossland](https://wiki.sugarlabs.org/go/User:Davelab6) | ||
|
||
### F | ||
|
||
* Justin W. Flory | ||
|
||
### G | ||
|
||
* José Miguel García | ||
* Samson Goddy | ||
* Ayush Goyal | ||
|
||
### H | ||
|
||
* Miguel Angel Asencio Hurtado | ||
|
||
### K | ||
|
||
* Ben Kantor | ||
* Puneet Kaur | ||
* Abhishek Kaushik | ||
* Sanchit Kapoor | ||
|
||
### L | ||
|
||
* Gabriel Lee | ||
|
||
### M | ||
|
||
* Sushil Mandi | ||
* Nilmadhab Mondal | ||
|
||
### N | ||
|
||
* Goutam Nair | ||
* Nikhil Nawani | ||
* Kovida Nelakuditi | ||
|
||
### P | ||
|
||
* Gaurav Parida | ||
* Shawn Pereira | ||
* Manash Pratim Das | ||
* Premraj Pushpakaran | ||
|
||
### R | ||
|
||
* Josh Rosenberg | ||
* Ariel Rakovitsky | ||
* German Ruiz | ||
|
||
### S | ||
|
||
* Daksh Shah | ||
* Mandeep Singh | ||
* Rajdeep Singh | ||
* Jayasurya Sridharan | ||
|
||
### T | ||
|
||
* Ivan Tham | ||
|
||
### U | ||
|
||
* Neha Ummareddy | ||
|
||
### Y | ||
|
||
* Danny Yin | ||
|
||
|
||
## Profiles - No Last Name | ||
### Unknown | ||
|
||
<div> | ||
* <https://wiki.sugarlabs.org/go/User:Abalaji> | ||
* <https://wiki.sugarlabs.org/go/User:AnjaliK> | ||
* <https://wiki.sugarlabs.org/go/User:Boquete> | ||
|
@@ -62,3 +113,4 @@ This document list contributors who are currently active in the Sugar Labs commu | |
* <https://wiki.sugarlabs.org/go/User:Vipulroxx> | ||
* <https://wiki.sugarlabs.org/go/User:Ydymsky> | ||
* <https://wiki.sugarlabs.org/go/User:Zephyr> | ||
</div> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.