File tree Expand file tree Collapse file tree 6 files changed +55
-23
lines changed Expand file tree Collapse file tree 6 files changed +55
-23
lines changed Original file line number Diff line number Diff line change 15
15
# in the templates via {{ site.myvariable }}.
16
16
title : CoderDojo España
17
17
email : info@coderdojo.es
18
- description : > # this means to ignore newlines until "baseurl:"
19
- La red española de clubes de programación donde niños y jóvenes aprenden
20
- a programar y a investigar sobre tecnología de acuerdo a sus intereses,
21
- en un entorno informal y creativo, con el apoyo de mentores voluntarios.
22
18
baseurl : " " # the subpath of your site, e.g. /blog
23
- url : " http://www.coderdojo.es" # the base hostname & protocol for your site
19
+ url : http://www.coderdojo.es # the base hostname & protocol for your site
20
+
21
+ # SEO
22
+ description : Asociación española de CoderDojo Foundation. Clubes gratuitos de programación para chicos y chicas de 7 a 17.
24
23
25
- # Social
26
- githubUsername : CoderDojoES
27
- twitterUsername : CoderDojo_ES
28
24
29
25
# Build settings
30
26
markdown : kramdown
Original file line number Diff line number Diff line change 7
7
< link rel ="shortcut icon " type ="image/png " href ="/images/favicon.ico ">
8
8
9
9
< title > {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</ title >
10
- < meta name ="description " content ="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %} ">
10
+ < meta name ="description " content ="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %} ">
11
+
11
12
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
12
13
13
14
< link rel ="stylesheet " href ="//fonts.googleapis.com/css?family=Lato:200,300,400 " type ="text/css ">
67
68
< div class ="col-xs-12 col-md-4 ">
68
69
< div class ="text-right ">
69
70
< ul >
70
- < li > < a target ="_blank " href ="https://twitter.com/{{ site.twitterUsername }} "> < span class ="fa fa-twitter "> </ span > </ a > </ li >
71
- < li > < a target ="_blank " href ="https://github.com/{{ site.githubUsername }} "> < span class ="fa fa-github "> </ span > </ a > </ li >
71
+ < li > < a target ="_blank " href ="https://twitter.com/CoderDojo_es "> < span class ="fa fa-twitter "> </ span > </ a > </ li >
72
+ < li > < a target ="_blank " href ="https://github.com/CoderDojoES "> < span class ="fa fa-github "> </ span > </ a > </ li >
72
73
</ ul >
73
74
</ div >
74
75
</ div >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: page
3
3
---
4
- {{ content }}
5
-
4
+ {{ content }}
Original file line number Diff line number Diff line change 3
3
title: Dojos en España
4
4
permalink: /dojos/
5
5
---
6
-
7
- {% for post in site.categories.dojos %}
8
- < article >
9
- < h1 >
10
- < a href ="{{ site.baseurl }}{{ post.url }} " title ="{{post.title}} "> {{post.title}}</ a >
11
- </ h1 >
12
- </ article >
13
- {% endfor %}
6
+ < div id ="dojos ">
7
+ {% for post in site.categories.dojos %}
8
+ < div class ="row ">
9
+ < div class ="col-12 col-md-6 ">
10
+ < article >
11
+ < div class ="image ">
12
+ < a href ="{{ site.baseurl }}{{ post.url }} " title ="{{post.title}} ">
13
+ < img class ="img-fluid " src ="{{ post.intro_image }} " alt ="{{post.title}} " />
14
+ </ a >
15
+ </ div >
16
+ < div class ="title ">
17
+ < a href ="{{ site.baseurl }}{{ post.url }} " title ="{{post.title}} "> {{post.title}}</ a >
18
+ </ div >
19
+ </ article >
20
+ </ div >
21
+ </ div >
22
+ {% endfor %}
23
+ </ div >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : post
3
- title : CoderDojo Murcia
4
3
category : dojos
4
+
5
+ # Propiedades del artículo
6
+ title : CoderDojo Murcia
7
+ intro_image : /images/dojos/coderdojo-murcia.png
8
+ description : Club gratuito de programación y robótica en Murcia organizado por la Asociación Programo Ergo Sum.
5
9
---
6
10
7
11
> CoderDojo Murcia es un Club gratuito de Programación y Robótica para niños, niñas y jóvenes de 10 a 17 años organizado por la Asociación Programo Ergo Sum y sus mentores voluntarios.
8
12
9
13
<p align =" center " >
10
- <img src =" /images/dojos/coderdojo-murcia.png " >
14
+ <img src =" {{ page.intro_image }} " title = " {{ page.title }} " >
11
15
</p >
12
16
13
17
# ¿Quién puede participar?
Original file line number Diff line number Diff line change 91
91
text-align : center ;
92
92
}
93
93
}
94
+ #dojos {
95
+ article {
96
+ position : relative ;
97
+ margin : 0 0 20px ;
98
+ .image {
99
+
100
+ }
101
+ .title {
102
+ position : absolute ;
103
+ bottom :0 ;
104
+ left :0 ;
105
+ right : 0 ;
106
+ padding : 10px 20px ;
107
+ text-align : center ;
108
+ background : #000 ;
109
+ color : #fff ;
110
+ a {
111
+ color : #fff ;
112
+ }
113
+ }
114
+ }
115
+ }
94
116
}
95
117
@media only screen and (max-width :1199px ){}
96
118
@media only screen and (max-width :991px ){
You can’t perform that action at this time.
0 commit comments