Skip to content

Commit bf45d4b

Browse files
author
Josue Daniel Bustamante
committed
Update the Index, Team and 404 pages
+ In Index add the section for the places who Coderise are, edita and add the logos of supports. + In Team edit the members and change the style who see, and add the social networks icons. + In 404 only fixed the positions. + Create a new icons files. + Edit the images folder order - Remove the Students section = Change Spanish web first + Add the English li for nav + Fix an error at the index.html es file
1 parent 8c3301a commit bf45d4b

File tree

247 files changed

+517
-477
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+517
-477
lines changed

Diff for: 404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><title>Coderise</title><meta charset="UTF-8"><meta name="description" content="Coderise empowers young students in developing nations by teaching them how to build great web applications.)"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script><script src="/js/default.js" type="text/javascript"></script><script src="/js/tabs.js" type="text/javascript"></script><script src="/js/googleAnalytics.js" type="text/javascript"></script><link href="/css/default2.css" type="text/css" rel="stylesheet" media="all"><link href="/css/1140.css" type="text/css" rel="stylesheet" media="all"><link rel="icon" type="image/png" href="/favicon.png"></head><body><div id="container"><header role="banner" class="container"><div class="row"><div class="twelvecol"><a href="/index.html" class="logo">//coderise</a><a class="icon-list">menu</a><nav role="navigation"><ul><li class="dropdown"><a href="javascript:void(0)">About<span class="icon-dropdown-arrow">&#9660;</span></a><ul><li><a href="/about.html">About us</a></li><li><a href="/how.html">How it works</a></li><li><a href="/mentors.html">Mentors</a></li><li><a href="/team.html">Our Team</a></li><li><a href="/students.html">Our Students</a></li></ul></li><li class="dropdown"><a href="javascript:void(0)">Press<span class="icon-dropdown-arrow">&#9660;</span></a><ul><li><a href="/press.html">Coverage</a></li><li><a href="/releases.html">Press Releases</a></li></ul></li><!--li<a href="https://support.coderise.org">Support</a>--><li><a href="/apply.html">Apply</a></li><!--li.last<a href="/posts/">Blog</a>--></ul></nav></div></div></header><section id="404" class="error404"><h1>404</h1><h3>Whoops, Looks like what you're looking for can't be found.</h3></section><footer class="wrap-mini wrap-navy"><div class="row"><a href="/es/index.html" class="left localization">Coderise en ESPAÑOL</a><div class="social-widgets"><a href="http://coderise.tumblr.com/" class="tb"></a><a href="http://twitter.com/Code_rise" class="tw"></a><a href="http://www.facebook.com/Coderise" class="fb"></a></div></div></footer></div><script type="text/javascript" src="js/kickofflabs.js"></script></body></html>
1+
<!DOCTYPE html><html><head><title>Coderise</title><meta charset="UTF-8"><meta name="description" content="Coderise empowers young students in developing nations by teaching them how to build great web applications.)"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script><script src="/js/default.js" type="text/javascript"></script><script src="/js/tabs.js" type="text/javascript"></script><script src="/js/googleAnalytics.js" type="text/javascript"></script><link href="/css/default2.css" type="text/css" rel="stylesheet" media="all"><link href="/css/1140.css" type="text/css" rel="stylesheet" media="all"><link rel="icon" type="image/png" href="/favicon.png"></head><body><div id="container"><header role="banner" class="container"><div class="row"><div class="twelvecol"><a href="/index.html" class="logo">//coderise</a><a class="icon-list">menu</a><nav role="navigation"><ul><li class="dropdown"><a href="javascript:void(0)">Acerca<span class="icon-dropdown-arrow">&#9660;</span></a><ul><li><a href="/acerca.html">Sobre Coderise</a></li><li><a href="/como.html">Como funciona</a></li><li><a href="/equipo.html">Equipo</a></li><li><a href="/mentores.html">Mentores</a></li></ul></li><li class="dropdown"><a href="javascript:void(0)">Prensa<span class="icon-dropdown-arrow">&#9660;</span></a><ul><li><a href="/prensa.html">Cubrimiento</a></li><li><a href="/comunicados.html">Comunicados</a></li></ul></li><li><a href="/aplica.html">Aplica</a></li><li class="last"><a href="/en/index.html">English</a></li></ul></nav></div></div></header><section id="404" class="error404"><h1>404</h1><h3>Whoops, Looks like what you're looking for can't be found.</h3></section><footer class="wrap-mini wrap-navy"><div class="row"><a href="/en/index.html" class="left localization">Coderise in ENGLISH</a><div class="social-widgets"><a href="http://coderise.tumblr.com/" class="w-tb"></a><a href="http://twitter.com/Code_rise" class="w-tw"></a><a href="http://www.facebook.com/Coderise" class="w-fb"></a></div></div></footer></div><script type="text/javascript" src="js/kickofflabs.js"></script></body></html>

Diff for: README.md

100644100755
File mode changed.

Diff for: _harp/404.jade

100644100755
File mode changed.

Diff for: _harp/README.md

100644100755
File mode changed.

Diff for: _harp/_harp.json

100644100755
File mode changed.

Diff for: _harp/_layout.jade

100644100755
+20-18
Original file line numberDiff line numberDiff line change
@@ -25,42 +25,44 @@ html
2525
ul
2626
li.dropdown
2727
a(href="javascript:void(0)")
28-
| About
28+
| Acerca
2929
span.icon-dropdown-arrow &#9660;
3030
ul
3131
li
32-
a(href="/about.html") About us
32+
a(href="/acerca.html") Sobre Coderise
3333
li
34-
a(href="/how.html") How it works
34+
a(href="/como.html") Como funciona
3535
li
36-
a(href="/mentors.html") Mentors
36+
a(href="/equipo.html") Equipo
3737
li
38-
a(href="/team.html") Our Team
39-
li
40-
a(href="/students.html") Our Students
38+
a(href="/mentores.html") Mentores
39+
//- li
40+
a(href="/estudiantes.html") Estudiantes
4141
li.dropdown
4242
a(href="javascript:void(0)")
43-
| Press
43+
| Prensa
4444
span.icon-dropdown-arrow &#9660;
4545
ul
4646
li
47-
a(href="/press.html") Coverage
47+
a(href="/prensa.html") Cubrimiento
4848
li
49-
a(href="/releases.html") Press Releases
50-
//li
51-
a(href="https://support.coderise.org") Support
49+
a(href="/comunicados.html") Comunicados
50+
//- li
51+
a(href="https://support.coderise.org") Apoya
5252
li
53-
a(href="/apply.html") Apply
54-
//li.last
53+
a(href="/aplica.html") Aplica
54+
//- li
5555
a(href="/posts/") Blog
56+
li.last
57+
a(href="/en/index.html") English
5658

5759
!= yield
5860

5961
footer.wrap-mini.wrap-navy
6062
.row
61-
a.left.localization(href="/es/index.html") Coderise en ESPAÑOL
63+
a.left.localization(href="/en/index.html") Coderise in ENGLISH
6264
.social-widgets
63-
a.tb(href="http://coderise.tumblr.com/")
64-
a.tw(href="http://twitter.com/Code_rise")
65-
a.fb(href="http://www.facebook.com/Coderise")
65+
a.w-tb(href="http://coderise.tumblr.com/")
66+
a.w-tw(href="http://twitter.com/Code_rise")
67+
a.w-fb(href="http://www.facebook.com/Coderise")
6668
script(type="text/javascript", src="js/kickofflabs.js")

Diff for: _harp/es/acerca.jade renamed to _harp/acerca.jade

File renamed without changes.

Diff for: _harp/es/aplica.jade renamed to _harp/aplica.jade

File renamed without changes.

Diff for: _harp/es/apoya.jade renamed to _harp/apoya.jade

File renamed without changes.

Diff for: _harp/es/como.jade renamed to _harp/como.jade

File renamed without changes.
File renamed without changes.

Diff for: _harp/css/1140.less

100644100755
File mode changed.

Diff for: _harp/css/default2.less

100644100755
+101-16
Original file line numberDiff line numberDiff line change
@@ -365,20 +365,53 @@ div.social-widgets a {
365365
margin: 0 10px;
366366
float: left;
367367
}
368-
div.social-widgets a:hover,
369-
div.social-widgets a.tb:hover,
370-
div.social-widgets a.fb:hover,
371-
div.social-widgets a.tw:hover {
368+
p.social-widgets {
369+
height: 32px;
370+
width: 104px;
371+
margin: 10px auto 0;
372+
}
373+
p.social-widgets a {
374+
text-indent: -9999px;
375+
height: 32px;
376+
width: 32px;
377+
display: block;
378+
margin: 0 10px;
379+
float: left;
380+
}
381+
.social-widgets a:hover,
382+
.social-widgets a.w-tb:hover,
383+
.social-widgets a.w-fb:hover,
384+
.social-widgets a.w-tw:hover,
385+
.social-widgets a.w-li:hover,
386+
.social-widgets a.g-tb:hover,
387+
.social-widgets a.g-fb:hover,
388+
.social-widgets a.g-tw:hover,
389+
.social-widgets a.g-li:hover {
372390
background-position: -32px 0;
373391
}
374-
div.social-widgets a.tb {
375-
background: url('../images/picons-tb.png') no-repeat left top;
392+
.social-widgets a.w-tb {
393+
background: url('../images/social/w-tb.png') no-repeat left top;
394+
}
395+
.social-widgets a.w-tw {
396+
background: url('../images/social/w-tw.png') no-repeat left top;
397+
}
398+
.social-widgets a.w-fb {
399+
background: url('../images/social/w-fb.png') no-repeat left top;
400+
}
401+
.social-widgets a.w-li {
402+
background: url('../images/social/w-li.png') no-repeat left top;
376403
}
377-
div.social-widgets a.tw {
378-
background: url('../images/picons-tw.png') no-repeat left top;
404+
.social-widgets a.g-tb {
405+
background: url('../images/social/g-tb.png') no-repeat left top;
379406
}
380-
div.social-widgets a.fb {
381-
background: url('../images/picons-fb.png') no-repeat left top;
407+
.social-widgets a.g-tw {
408+
background: url('../images/social/g-tw.png') no-repeat left top;
409+
}
410+
.social-widgets a.g-fb {
411+
background: url('../images/social/g-fb.png') no-repeat left top;
412+
}
413+
.social-widgets a.g-li {
414+
background: url('../images/social/g-li.png') no-repeat left top;
382415
}
383416
/* About
384417
*************************************/
@@ -781,12 +814,12 @@ footer {
781814
}
782815
section.error404 {
783816
text-align: center;
784-
margin: auto;
817+
margin: 5em auto;
785818
h1 {
786-
display: inline-block;
787-
font-size: 15rem;
788-
line-height: 1.5rem;
789-
margin-bottom: 0;
819+
display: inline-block;
820+
font-size: 10rem;
821+
line-height: 1.5rem;
822+
margin-bottom: 0.5em;
790823
}
791824
}
792825
#lisposts {
@@ -824,4 +857,56 @@ section.error404 {
824857
}
825858
}
826859
}
827-
}
860+
}
861+
#places {
862+
.row {
863+
.threecol {
864+
h2 {
865+
font-size: 1.3em;
866+
letter-spacing: 0em;
867+
}
868+
ul {
869+
li {
870+
h2 {
871+
margin-bottom: 0.5em
872+
}
873+
h3 {
874+
color: #09A1A1;
875+
font-size: 0.8em;
876+
letter-spacing: 0em;
877+
margin-bottom: 0;
878+
a {
879+
color: #09A1A1;
880+
}
881+
}
882+
span {
883+
font-size: 0.8em;
884+
padding-left: 0.5em;
885+
vertical-align: 3px;
886+
}
887+
ul {
888+
display: none;
889+
}
890+
}
891+
}
892+
}
893+
}
894+
}
895+
header {
896+
.row {
897+
.sixcol {
898+
a {
899+
span {
900+
font-size: 0.8em;
901+
padding-left: 0.5em;
902+
vertical-align: 3px;
903+
}
904+
}
905+
}
906+
li.last {
907+
a {
908+
color: #09A1A1;
909+
}
910+
}
911+
}
912+
}

Diff for: _harp/docs/coderise-convocatoria-2014.pdf

100644100755
File mode changed.

Diff for: _harp/_data.json renamed to _harp/en/_data.json

File renamed without changes.

Diff for: _harp/es/_layout.jade renamed to _harp/en/_layout.jade

+21-19
Original file line numberDiff line numberDiff line change
@@ -18,49 +18,51 @@ html
1818
header.container(role="banner")
1919
.row
2020
.twelvecol
21-
a.logo(href="/es/index.html")
21+
a.logo(href="/en/index.html")
2222
| //coderise
2323
a.icon-list menu
2424
nav(role="navigation")
2525
ul
2626
li.dropdown
2727
a(href="javascript:void(0)")
28-
| Acerca
28+
| About
2929
span.icon-dropdown-arrow &#9660;
3030
ul
3131
li
32-
a(href="/es/acerca.html") Sobre Coderise
32+
a(href="/en/about.html") About us
3333
li
34-
a(href="/es/como.html") Como funciona
34+
a(href="/en/how.html") How it works
3535
li
36-
a(href="/es/mentores.html") Mentores
36+
a(href="/en/team.html") Our Team
3737
li
38-
a(href="/es/equipo.html") Equipo
39-
li
40-
a(href="/es/estudiantes.html") Estudiantes
38+
a(href="/en/mentors.html") Mentors
39+
//- li
40+
a(href="/en/students.html") Our Students
4141
li.dropdown
4242
a(href="javascript:void(0)")
43-
| Prensa
43+
| Press
4444
span.icon-dropdown-arrow &#9660;
4545
ul
4646
li
47-
a(href="/es/prensa.html") Cubrimiento
47+
a(href="/en/press.html") Coverage
4848
li
49-
a(href="/es/comunicados.html") Comunicados
50-
//li
51-
a(href="https://support.coderise.org") Apoya
49+
a(href="/en/releases.html") Press Releases
50+
//- li
51+
a(href="https://support.coderise.org") Support
5252
li
53-
a(href="/es/aplica.html") Aplica
54-
//li.last
53+
a(href="/en/apply.html") Apply
54+
//- li
5555
a(href="/posts/") Blog
56+
li.last
57+
a(href="/index.html") Español
5658

5759
!= yield
5860

5961
footer.wrap-mini.wrap-navy
6062
.row
61-
a.left.localization(href="/index.html") Coderise in ENGLISH
63+
a.left.localization(href="/es/index.html") Coderise en ESPAÑOL
6264
.social-widgets
63-
a.tb(href="http://coderise.tumblr.com/")
64-
a.tw(href="http://twitter.com/Code_rise")
65-
a.fb(href="http://www.facebook.com/Coderise")
65+
a.w-tb(href="http://coderise.tumblr.com/")
66+
a.w-tw(href="http://twitter.com/Code_rise")
67+
a.w-fb(href="http://www.facebook.com/Coderise")
6668
script(type="text/javascript", src="js/kickofflabs.js")

Diff for: _harp/about.jade renamed to _harp/en/about.jade

File renamed without changes.

Diff for: _harp/apply.jade renamed to _harp/en/apply.jade

File renamed without changes.
File renamed without changes.

Diff for: _harp/how.jade renamed to _harp/en/how.jade

File renamed without changes.

Diff for: _harp/index.jade renamed to _harp/en/index.jade

+64-18
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,41 @@ header.container(role="promo")
88
h1 Code.Inspire.Create
99
p
1010
| Coderise empowers young students in developing nations by teaching them how to build great web applications.
11-
a.btn.btn-outline(href="https://support.coderise.org", alt="support.coderise.org") Support now &#9658;
11+
a.btn.btn-outline(href="https://support.coderise.org", alt="support.coderise.org") Support now
12+
span &#9654;
1213
section(role="content")
14+
section#places.wrap.container
15+
.row.center
16+
.threecol
17+
ul
18+
li.dropdown
19+
a.dropdownPlaces(href="javascript:void(0)")
20+
h2 Colombia
21+
span.icon-dropdown-arrow.down &#9660;
22+
span.icon-dropdown-arrow.up(style="display:none") &#9650;
23+
ul
24+
li
25+
h3
26+
a(href="/medellin.html") Medellín
27+
span &#9654;
28+
li
29+
h3
30+
a(href="/popayan.html") Popayán
31+
span &#9654;
32+
.threecol
33+
a(href="http://witperu.org/proyectos/coderise4girls/")
34+
h2 Perú
35+
.threecol
36+
h2 República Dominicana
37+
//- .threecol.center.last
38+
h2
1339
section#email-banner.wrap.wrap-gray.container
1440
.row
1541
.sixcol
1642
h2 Keep up with us!
1743
p Get updates about the Coderise Community
1844
form#signup_form.sixcol.last
19-
input#email.email-input(type="email", placeholder="Enter Your Email", name="email", size="64")
45+
input#email.email-input(type="email", name="email", placeholder="Enter Your Email", size="64")
2046
a#submit_email.submit-button.btn(href="javascript:void(0)") Join
2147
section#description.wrap.container
2248
.row
@@ -58,23 +84,43 @@ section(role="content")
5884
| Coderise will connect students with internship opportunities to continue learning, creating and collaborating.
5985
section#sponsors.wrap.container
6086
.row
61-
h3 Our Supporters Medellín 2012
87+
h3 Our Supporters
6288
.slogo
63-
.threecol
89+
.twocol
6490
a(href="http://socialatomgroup.com/")
65-
img(src="images/socialatom.png", height="30")
66-
.threecol
67-
a(href="http://www.intergrupo.com/")
68-
img(src="images/intergrupo.png", height="55", style="padding-top: 10px;")
91+
img(src="/images/supporters/socialatom.png", height="30")
92+
.twocol
93+
a(href="http://pulsosocial.com/")
94+
img(src="/images/supporters/pulsosocial.png", height="30")
95+
.twocol
96+
a(href="http://intergrupo.com/")
97+
img(src="/images/supporters/intergrupo.png", height="30", style="padding-top: 10px;")
98+
.twocol
99+
a(href="http://tooeasygroup.com/")
100+
img(src="/images/supporters/tooeasy2.png", height="30")
101+
.twocol
102+
a(href="#")
103+
img(src="/images/supporters/vivelab2.png", height="30")
104+
.twocol.last
105+
a(href="http://witperu.org/")
106+
img(src="/images/supporters/witperu.png", height="30")
69107
.row
70-
h3 Our Supporters Medellín 2014
71108
.slogo
72-
.threecol
73-
a(href="http://socialatomgroup.com/")
74-
img(src="images/socialatom.png", height="30")
75-
.threecol
76-
a(href="#")
77-
img(src="images/vivelab.png", height="30")
78-
.threecol
79-
a(href="http://tooeasygroup.com/")
80-
img(src="images/tooeasy.png", height="30")
109+
.twocol
110+
a(href="http://vgif.org/")
111+
img(src="/images/supporters/vgif.png", height="30")
112+
.twocol
113+
a(href="http://olo.com.pe/")
114+
img(src="/images/supporters/olo.png", height="30")
115+
.twocol
116+
a(href="http://intel.la/")
117+
img(src="/images/supporters/intel.png", height="30")
118+
.twocol
119+
a(href="http://microsoft.com/es-pe/default.aspx")
120+
img(src="/images/supporters/microsoft.png", height="30")
121+
.twocol
122+
a(href="http://ctc.edu.do/ctcrd/")
123+
img(src="/images/supporters/ctc.png", height="30")
124+
.twocol.last
125+
a(href="http://vicepresidencia.gob.do/")
126+
img(src="/images/supporters/vicepresidenciado.png", height="30")

0 commit comments

Comments
 (0)