From b78785044fd0d5168502772c5f6d21ddc799c932 Mon Sep 17 00:00:00 2001 From: RishabhJain2018 Date: Wed, 6 Feb 2019 12:11:22 -0500 Subject: [PATCH] Add Ideas for GSOC 2019 --- 2018/index.html | 2 +- _config.yml | 6 +- _includes/footer.html | 4 +- _includes/head.html | 2 +- _includes/header.html | 6 +- _includes/mentor.html | 6 +- _includes/mentor_process.html | 25 +- _includes/navigation.html | 3 + _includes/teaser.md | 2 +- ...19-02-05-project-2019-code-upload.markdown | 11 + ...019-02-05-project-2019-enhance-ui.markdown | 11 + ...19-02-05-project-2019-eval-worker.markdown | 11 + .../2019-02-05-project-2019-new-ui.markdown | 11 + css/landing-page.css | 33 +- img/bg.jpg | Bin 58087 -> 3279586 bytes img/favicon.png | Bin 28267 -> 71455 bytes img/projects/code_upload.png | Bin 0 -> 451047 bytes img/projects/enhance-ui.png | Bin 0 -> 217584 bytes img/projects/new-ui.png | Bin 0 -> 685112 bytes img/projects/robust-worker.png | Bin 0 -> 260600 bytes index.html | 20 +- js/github.js | 20 +- package-lock.json | 2003 +++++++++++++++++ 23 files changed, 2125 insertions(+), 51 deletions(-) create mode 100644 _posts/2019-02-05-project-2019-code-upload.markdown create mode 100644 _posts/2019-02-05-project-2019-enhance-ui.markdown create mode 100644 _posts/2019-02-05-project-2019-eval-worker.markdown create mode 100644 _posts/2019-02-05-project-2019-new-ui.markdown create mode 100644 img/projects/code_upload.png create mode 100644 img/projects/enhance-ui.png create mode 100644 img/projects/new-ui.png create mode 100644 img/projects/robust-worker.png create mode 100644 package-lock.json diff --git a/2018/index.html b/2018/index.html index 814ce39..8e1d003 100644 --- a/2018/index.html +++ b/2018/index.html @@ -40,7 +40,7 @@

Please wait for loading the projects ...

- + diff --git a/_config.yml b/_config.yml index 194411b..7a7060b 100644 --- a/_config.yml +++ b/_config.yml @@ -4,10 +4,10 @@ title: CloudCV subTitle: -email: virajp@vt.edu -author: Viraj Prabhu +email: rishabhjain@gatech.edu +author: Rishabh Jain description: The CloudCV mentoring project collects ideas for Google Summer of Code. -copyright: 'Copyright © 2018 CloudCV. All Rights Reserved.' +copyright: 'Copyright © 2019 CloudCV. All Rights Reserved.' baseurl: "" url: "http://gsoc.cloudcv.org" diff --git a/_includes/footer.html b/_includes/footer.html index 714ba89..9198ec5 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -24,8 +24,8 @@ GSoC --> - - + + diff --git a/_includes/head.html b/_includes/head.html index e99e76b..bc6c09a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -17,7 +17,7 @@ - + diff --git a/_includes/header.html b/_includes/header.html index ef068c2..8a41650 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,14 +4,14 @@
-

{{page.title}}

+

{{page.title}}


diff --git a/_includes/mentor.html b/_includes/mentor.html index c74b220..930d2b9 100644 --- a/_includes/mentor.html +++ b/_includes/mentor.html @@ -2,13 +2,13 @@
-

Become a Mentor!

-

+

Become a Mentor!

+

Mentoring is very important to the future of CloudCV. It introduces new people to the world of open source software who will enrich our community with their ideas and talents.

-

+

Apart from technical skills, being a mentor requires your time, a clear roadmap for your project and good organization skills. If you think you would be a good fit to mentor one of our projects, do reach out to us! diff --git a/_includes/mentor_process.html b/_includes/mentor_process.html index d5a5db8..4829162 100644 --- a/_includes/mentor_process.html +++ b/_includes/mentor_process.html @@ -4,29 +4,28 @@


-

Okay, let's mentor!

+

Okay, let's mentor!

- - Browse this page for potential mentor projects. -

-

- - - - - Contact - us if you have relevant experience and want to get involved. + + Fill this form if you have relevant experience & want to mentor.

- - Have your own idea? Add an issue to our ideas repository. + + Have your own idea? Add an issue to our ideas repository.

+

+ + + + + In case of queries, you can Contact us. +

diff --git a/_includes/navigation.html b/_includes/navigation.html index 15d5741..667c311 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -14,6 +14,9 @@
" + ""; - - console.log(row) - console.log(this.labels) + + var title = this.title; + console.log("TITLE IS", title); $.each(this.labels, function () { - console.log(this.name) - $('.' + this.name + '-table tbody').append(row); - $('.' + this.name + '-table').show(); - $('.' + this.name + '-placeholder').remove(); + var name = this.name.split(' '); + name = name[name.length -1]; + $('.' + name + '-table tbody').append(row); + $('.' + name + '-table').show(); + $('.' + name + '-placeholder').remove(); }); gsoc_hint = get_gsoc_hint(this.labels); + console.log(gsoc_hint); // Add the modal for the project var modal = "