File tree 4 files changed +61
-19
lines changed
4 files changed +61
-19
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,21 @@ <h1 class="camp-title">{{ site.title }} {{ page.starts | date: '%Y' }} {{ page.c
24
24
{% endfor %}
25
25
</ ul >
26
26
</ section >
27
+
28
+ {% if page.gdrive %}
29
+ < section id ="resources " class ="content resources ">
30
+ < h2 >
31
+ Resources
32
+ < span class ="inline-add "> < a href ="{{ page.gdrive }} "> (see all)</ a > </ span >
33
+ </ h2 >
34
+
35
+ < iframe src ="https://drive.google.com/embeddedfolderview?{{ page.gdrive | split:'?' | last | split:'#' | first }}#grid " style ="height: 460px "> </ iframe >
36
+ </ section >
37
+ {% endif %}
38
+
27
39
</ article >
28
40
41
+ <!-- Find locations and create the map -->
29
42
< script type ="text/javascript " src ="{{ site.baseurl }}/js/leaflet.min.js "> </ script >
30
43
< script type ="text/javascript " src ="{{ site.baseurl }}/js/Control.Geocoder.js "> </ script >
31
44
< script type ="text/javascript "> <!--
@@ -57,5 +70,4 @@ <h1 class="camp-title">{{ site.title }} {{ page.starts | date: '%Y' }} {{ page.c
57
70
} . bind ( marker ) ) ;
58
71
}
59
72
//--> </ script >
60
-
61
73
</ div >
Original file line number Diff line number Diff line change
1
+ //
2
+ // General
3
+ //
1
4
2
5
// if no navbar, add some extra space
3
6
body > .container :first-child {
4
7
padding-top : 35px ;
5
8
}
6
9
10
+ // Footer
11
+ .site-footer {
12
+ text-align : center ;
13
+ color : #777 ;
14
+
15
+ a {
16
+ color : #777 ;
17
+ }
18
+
19
+ a :hover , a :active {
20
+ color : #23527c ;
21
+ }
22
+
23
+ .fa {
24
+ margin : 0 5px ;
25
+ }
26
+
27
+ ul > li {
28
+ display : inline-block ;
29
+ margin : 0 0.4em ;
30
+ }
31
+ }
32
+
33
+
34
+ //
35
+ // Frontpage
36
+ //
7
37
.cc-jumbo {
8
38
h1 {
9
39
margin-top : 0 ;
@@ -27,6 +57,11 @@ body > .container:first-child {
27
57
background : #337AB7 ;
28
58
}
29
59
60
+
61
+ //
62
+ // Camps
63
+ //
64
+
30
65
.centered-blocks {
31
66
display : block ;
32
67
@@ -36,24 +71,15 @@ body > .container:first-child {
36
71
}
37
72
}
38
73
39
- .site-footer {
40
- text-align : center ;
41
- color : #777 ;
42
-
43
- a {
44
- color : #777 ;
45
- }
46
-
47
- a :hover , a :active {
48
- color : #23527c ;
49
- }
50
-
51
- .fa {
52
- margin : 0 5px ;
53
- }
74
+ .resources iframe {
75
+ width : 100% ;
76
+ border : none ;
77
+ }
54
78
55
- ul > li {
56
- display : inline-block ;
57
- margin : 0 0.4em ;
79
+ h1 , h2 , h3 , h4 {
80
+ .inline-add {
81
+ font-size : 14px ;
82
+ font-weight : normal ;
83
+ vertical-align : baseline ;
58
84
}
59
85
}
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ layout: camp
4
4
starts : 4 Oct 2014
5
5
ends : 8 Oct 2014
6
6
city : Amsterdam
7
+
7
8
fb_event : https://www.facebook.com/events/338065469676994/
9
+ gdrive : https://drive.google.com/open?id=0Bwdm_3hXVoz6ZmZodlRFOVppejg
8
10
9
11
locations :
10
12
- name : Knowmads
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ layout: camp
4
4
starts : 22 May 2015
5
5
ends : 25 May 2015
6
6
city : Paris
7
+
7
8
fb_event : https://www.facebook.com/events/1613389028892817/
9
+ gdrive : https://drive.google.com/folderview?id=0BxdLEgQI2gQBb2RMb2RJMC02Y3c
8
10
9
11
locations :
10
12
- name : Simplon.co
You can’t perform that action at this time.
0 commit comments