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 @@
- + + @@ -80,8 +80,8 @@

{{ post.content }}

Please wait for loading the projects ...

-

- + + @@ -93,8 +93,8 @@

- - + +
diff --git a/js/github.js b/js/github.js index 2ffdbeb..6db3319 100644 --- a/js/github.js +++ b/js/github.js @@ -21,18 +21,20 @@ $(document).ready(function () { var row = "" + this.title + "" + " together with " + mentor + "" + "Yes, let's do it"; - - 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 = "