4
4
class: page page-projects
5
5
current: press
6
6
permalink: /about/press/
7
- links:
8
- - icon: file-text-o
9
- title: Press Releases
10
- href: press-releases
11
- - icon: pencil-square-o
12
- title: Logos
13
- href: logos
14
- - icon: camera
15
- title: Images
16
- href: images
17
- - icon: video-camera
18
- title: Videos
19
- href: videos
20
- - icon: quote-right
21
- title: Quotes
22
- href: quotes
23
- - icon: newspaper-o
24
- title: Articles
25
- href: articles
26
-
27
- logos:
28
- - image_path: /img/press/section-logos/rgsoc-logo_white-red-background
29
- title: White logo with red background
30
- extension: png
31
- - image_path: /img/press/section-logos/rgsoc-logo_red-transparent-background
32
- title: Red logo with transparent background
33
- extension: png
34
- - image_path: /img/press/section-logos/rgsoc-logo_bw-transparent-background
35
- title: Black and white logo with transparent background
36
- extension: png
37
- - image_path: /img/press/section-logos/rgsoc-logo_white-red-background-square
38
- title: White logo with red background - square
39
- extension: png
40
- - image_path: /img/press/section-logos/rgsoc-logo_red-transparent-background-square
41
- title: Red logo with transparent background -square
42
- extension: png
43
- - image_path: /img/press/section-logos/rgsoc-logo_bw-transparent-background-square
44
- title: Black and white logo with transparent background -square
45
- extension: png
46
-
47
- images:
48
- - image_path: /img/press/section-images/rgsoc-2016-reactives-team-coaches-01-singapore-sg
49
- title: Team Reactives
50
- extension: jpg
51
- - image_path: /img/press/section-images/rgsoc-2016-rubys-secret-team-coaches-cairo-eg
52
- title: Team Ruby's Secret
53
- extension: jpg
54
- - image_path: /img/press/section-images/rgsoc-2016-joda-team-coaches-03-berlin-de
55
- title: Team Joda
56
- extension: jpg
57
- - image_path: /img/press/section-images/rgsoc-2016-echo-team-kampala-ug
58
- title: Team Echo
59
- extension: jpg
60
- - image_path: /img/press/section-images/rgsoc-2016-jam-team-portland-us
61
- title: Team JaM
62
- extension: jpg
63
- - image_path: /img/press/section-images/rgsoc-2016-twitches-team-coaches-new-delhi-in
64
- title: Team Twitches
65
- extension: jpg
66
- - image_path: /img/press/section-images/rgsoc-2016-rookies-team02-helsinki.fi
67
- title: Team Rookies
68
- extension: png
69
- - image_path: /img/press/section-images/rgsoc-2016-hackbrighters-team-sanfrancisco-us
70
- title: Team Hackbrighters
71
- extension: jpg
72
- - image_path: /img/press/section-images/rgsoc-2015-tessie-team-vienna-at
73
- title: Team Tessie
74
- extension: jpg
75
- - image_path: /img/press/section-images/rgsoc-2015-rubynbugs-team-berlin-de
76
- title: Team RubyNBugs
77
- extension: jpg
78
- - image_path: /img/press/section-images/rgsoc-2015-hackrgirls-team-cochin-in
79
- title: Team Hackrgirls
80
- extension: png
81
- - image_path: /img/press/section-images/rgsoc-2015-deltaquadrant-team-coaches-berlin-de
82
- title: Team DeltaQuadrant
83
- extension: jpg
84
- - image_path: /img/press/section-images/rgsoc-2015-cheesy-amsterdam-nl
85
- title: Team Cheesy
86
- extension: jpg
87
- - image_path: /img/press/section-images/rgsoc-2016-perifericas-team-coaches-salvador-br
88
- title: Team Perifericas
89
- extension: jpg
90
- - image_path: /img/press/section-images/rgsoc-2016-xyz-team-coaches-prague-cz
91
- title: Team XYZ
92
- extension: jpg
93
7
---
8
+
94
9
< h1 > {{page.title}}</ h1 >
95
10
< h3 > About Rails Girls Summer of Code</ h3 >
96
11
< p >
@@ -154,7 +69,7 @@ <h2>Press Releases and Media</h2>
154
69
155
70
< br >
156
71
< div class ="row text-center ">
157
- {% for link in page .links %}
72
+ {% for link in site.data.press-infos .links %}
158
73
< a href ="#{{ link.href }} " class ="col-xs-2 " style ="font-size: 16px ">
159
74
< i class ="fa fa-{{ link.icon }} " style ="font-size: 25px "> </ i > < br > {{ link.title }}
160
75
</ a >
@@ -234,7 +149,7 @@ <h3 id="logos">Logos</h3>
234
149
< p > Here are some versions of our logo, they can also be found in < a href ="https://www.dropbox.com/sh/ng9p8d5hba425ht/AAB18_F_NZzX_UlQL8LB1caMa?dl=0 " target ="_blank "> this folder</ a > , together with the vectorial version of all the logos.</ p >
235
150
236
151
< ul class ="photo-gallery ">
237
- {% for image in page .logos %}
152
+ {% for image in site.data.press-infos .logos %}
238
153
< li style ="background-image:url({{ image.image_path }}-thumb.{{ image.extension }}) ">
239
154
< a href ="{{ image.image_path }}.{{ image.extension }} " target ="_blank ">
240
155
< img src ="{{ image.image_path }}-thumb.{{ image.extension }} " alt ="{{ image.title}} "/>
@@ -249,7 +164,7 @@ <h3 id="images">Images</h3>
249
164
< p > Below are samples from teams of the Rails Girls Summer of Code during 2015 and 2016. There are many more, as well as other images, maps and illustrations, in our Press Kit < a href ="https://www.dropbox.com/sh/ng9p8d5hba425ht/AAB18_F_NZzX_UlQL8LB1caMa?dl=0 " target ="_blank "> here</ a > .</ p >
250
165
251
166
< ul class ="photo-gallery ">
252
- {% for image in page .images %}
167
+ {% for image in site.data.press-infos .images %}
253
168
< li style ="background-image:url({{ image.image_path }}-thumb.{{ image.extension }}) ">
254
169
< a href ="{{ image.image_path }}.{{ image.extension }} " target ="_blank ">
255
170
< img src ="{{ image.image_path }}-thumb.{{ image.extension }} " alt ="{{ image.title}} "/>
0 commit comments