lets-collab 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e5db664176ce7e760e0316a037c5fa28dc21cc1
4
- data.tar.gz: cd445266d9fe579a0096906423547ed8653c1ec8
3
+ metadata.gz: 65699977f5119c72b784d1fdddce6cb12da7617a
4
+ data.tar.gz: cfa38be423017923455c5cac3d6840ffb57ca02b
5
5
  SHA512:
6
- metadata.gz: c2ee5d4d27346e15df668e9aa61b8d85ee54dc371db2252bdead765b2260c27150a883e371f4be7cee8bc4ccd83f88689b8506247731b08a7177b50c604342f7
7
- data.tar.gz: 7773a0273733c9f66a5a8bb5944c5d40a4e105adad7206261592c34abd10e6b0c458ec4b2af470086ec192d5139c6ed972e5a709ca49a9ba4f95c66c19c7806a
6
+ metadata.gz: 414d81bb7a551e0cb397cd1b317698815b0434347d2a50769383644ef29ad8089be068d7ca2161c6c0c6a0f552e085575292ad4e20389beb8c1440d2af2c5825
7
+ data.tar.gz: 67a478f4b89ff57bf76d07b54240ece4d6c0e6d840e45a7505249a7a277ec71812784927473ca77018923107282a86e091a47850e96a13d5c0a2b61a7d5f3760
data/.gitignore CHANGED
@@ -1,5 +1,5 @@
1
- *.gem
2
- .bundle
3
- .sass-cache
4
- _site
5
- Gemfile.lock
1
+ *.gem
2
+ .bundle
3
+ .sass-cache
4
+ _site
5
+ Gemfile.lock
data/Gemfile CHANGED
@@ -1,2 +1,2 @@
1
- source "https://rubygems.org"
2
- gemspec
1
+ source "https://rubygems.org"
2
+ gemspec
data/LICENSE.txt CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017 Tina May
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Tina May
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,44 +1,44 @@
1
- # media-kit-template
2
-
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your Jekyll site's `Gemfile`:
10
-
11
- ```ruby
12
- gem "lets-collab"
13
- ```
14
-
15
- And add this line to your Jekyll site's `_config.yml`:
16
-
17
- ```yaml
18
- theme: lets-collab
19
- ```
20
-
21
- And then execute:
22
-
23
- $ bundle
24
-
25
- Or install it yourself as:
26
-
27
- $ gem install media-kit-template
28
-
29
- ## Usage
30
-
31
- TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
32
-
33
-
34
- ## Development
35
-
36
- To set up your environment to develop this theme, run `bundle install`.
37
-
38
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
39
-
40
- When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
41
-
42
- ## License
43
-
44
- The theme is available for use with permission from the team at Institute of Code
1
+ # media-kit-template
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your Jekyll site's `Gemfile`:
10
+
11
+ ```ruby
12
+ gem "lets-collab"
13
+ ```
14
+
15
+ And add this line to your Jekyll site's `_config.yml`:
16
+
17
+ ```yaml
18
+ theme: lets-collab
19
+ ```
20
+
21
+ And then execute:
22
+
23
+ $ bundle
24
+
25
+ Or install it yourself as:
26
+
27
+ $ gem install media-kit-template
28
+
29
+ ## Usage
30
+
31
+ TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
32
+
33
+
34
+ ## Development
35
+
36
+ To set up your environment to develop this theme, run `bundle install`.
37
+
38
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
39
+
40
+ When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
41
+
42
+ ## License
43
+
44
+ The theme is available for use with permission from the team at Institute of Code
data/_config.yml CHANGED
@@ -1,2 +1,2 @@
1
- sass:
2
- sass_dir: _sass
1
+ sass:
2
+ sass_dir: _sass
File without changes
@@ -1,24 +1,25 @@
1
- <!DOCTYPE>
2
- <html>
3
- <head>
4
-
5
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.6.0/gridlex.min.css">
6
- <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Lato:300,400,600" rel="stylesheet">
7
-
8
- {{page.custom-font_html}}
9
-
10
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
11
- <link href="/assets/main.css" rel="stylesheet" />
12
-
13
- <title> {{page.title}}</title>
14
- <meta type="description" content="{{page.description}}" />
15
- <meta name="viewport" content="width=device-width, initial-scale=1">
16
- <meta property="og:image" content="{{page.social-share-image_path}}" />
17
-
18
- </head>
19
- <body>
20
-
21
- {{content}}
22
-
23
- </body>
24
- </html>
1
+ <!DOCTYPE>
2
+ <html>
3
+ <head>
4
+
5
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.6.0/gridlex.min.css">
6
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,800" rel="stylesheet">
7
+ <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Lato:300,400,600" rel="stylesheet">
8
+
9
+ {{page.custom-font_html}}
10
+
11
+ <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
12
+ <link href="/assets/main.css" rel="stylesheet" />
13
+
14
+ <title> {{page.title}}</title>
15
+ <meta type="description" content="{{page.description}}" />
16
+ <meta name="viewport" content="width=device-width, initial-scale=1">
17
+ <meta property="og:image" content="{{page.social-share-image_path}}" />
18
+
19
+ </head>
20
+ <body>
21
+
22
+ {{content}}
23
+
24
+ </body>
25
+ </html>
@@ -1,161 +1,204 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
-
6
- <style>
7
- h2, a {
8
- color: {{page.featured_color}};
9
- }
10
- hr, a {
11
- border-color: {{page.featured_color}};
12
- }
13
- section.featured {
14
- background-color: {{page.featured_color}};
15
- }
16
- .banner-color {
17
- background-color: {{page.banner_color}};
18
- color: {{page.banner-text_color}}
19
- }
20
- h1, h2, h3, h4 {
21
- font-family: '{{page.font-name}}';
22
- }
23
- </style>
24
-
25
-
26
- <section class="banner grid banner-color">
27
-
28
- <div class="col-4_sm-12 inner vertical-align">
29
- <div>
30
- {% if page.logo %}
31
- <img class="logo" src="{{page.logo_path}}" />
32
- {% else %}
33
- <h1> {{page.banner-title}} </h1>
34
- {% endif %}
35
- <p class="editable mob-hide"> @hellotinamay </p>
36
- </div>
37
- <p class="pin-bottom mob-hide"> MEDIA KIT</p>
38
- </div>
39
- <div class="col-8_sm-12 bg" style="background-image:url('{{page.banner-image_path}}')">
40
- <!-- background image -->
41
- <p class="pin-bottom banner-color mob-show editable"> MEDIA KIT</p>
42
- </div>
43
- </section>
44
-
45
- <section>
46
-
47
- <h2 class="editable">Introduction</h2>
48
- <hr />
49
- <div class="editable">
50
- <p> Tina May started a marketing agency at 20, travelled the world building websites for boutique hotels and now runs the highly regarded coding school Institute of Code. In between running immersive coding bootcamps in Bali and teaching digital marketing, she builds stunning websites designed to convert, using only the latest technologies. For a recent portfolio example, please see our recently updated website <a href="www.instituteofcode.com" target="_blank">www.instituteofcode.com</a> and <a href="www.eyesofanomad.com"> www.eyesofanomad.com </a> </p>
51
- </div>
52
- </section>
53
-
54
- <!--- - - - - - - - - -->
55
- {% if page.instagram %}
56
- <section class="no-padding">
57
- {{page.instagram-code}}
58
- </section>
59
- {% endif %}
60
-
61
- <section class="stats-section">
62
- <h2 class="editable"> Key Stats </h2>
63
- <hr />
64
- <div class="grid-center">
65
- {% for stat in page.stats %}
66
- <div class="col-3_sm-6_xs-12 center">
67
-
68
- <span class="info">{{stat.amount}}</span>
69
- <span class="info-subtitle">{{stat.subtitle}}</span>
70
- <h3>{{stat.title}}</h3>
71
- </div>
72
- {% endfor %}
73
- </div>
74
- </section>
75
-
76
- <!--- - - - - - - - - -->
77
-
78
- <section>
79
- <h2 class="editable"> My Audience </h2>
80
- <hr />
81
- <div class="editable">
82
- <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
83
- <p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p>
84
- </div>
85
- </section>
86
-
87
-
88
-
89
- <!--- - - - - - - - - -->
90
- {% if page.brand-partnerships %}
91
- <section>
92
- <h2 class="editable"> Brand Partnerships </h2>
93
- <hr />
94
- <div class="editable">
95
- <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p>
96
- </div>
97
-
98
- <div class="grid-center margin-top">
99
- {% for logo in page.brand-logos %}
100
- <div class="col-3_sm-6_xs-12">
101
- <div class="logo-item" style="background-image:url('{{logo.image_path}}');">
102
- </div>
103
- </div>
104
- {% endfor %}
105
- </div>
106
-
107
- </section>
108
- {% endif %}
109
-
110
- <!--- - - - - - - - - -->
111
- {% if page.testimonials-section %}
112
- <section>
113
- <h2 class="editable"> Work with me </h2>
114
- <hr />
115
- <div class="editable">
116
- <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
117
- </div>
118
-
119
- <div class="grid-center margin-top">
120
- {% for testimonial in page.testimonials %}
121
- <div class="col-4_sm-12 testimonial">
122
- <p>{{testimonial.quote}}</p>
123
- <p class="author">- {{testimonial.author}}</p>
124
- </div>
125
- {% endfor %}
126
- </div>
127
- </section>
128
- {% endif %}
129
-
130
- <!-- - - - - - -->
131
- <section class="gallery-section">
132
- <h2 class="editable"> Gallery </h2>
133
- <hr />
134
- <div class="editable">
135
- <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
136
- </div>
137
- <div class="grid-center margin-top">
138
- {% for gallery in page.gallery %}
139
- <div class="col-3_sm-6_xs-12">
140
- <div class="gallery-item" style="background-image:url('{{gallery.image_path}}');">
141
- </div>
142
- {% if page.gallery-captions %}
143
- <p class="caption">{{gallery.caption}}</p>
144
- {% endif %}
145
- </div>
146
- {% endfor %}
147
- </div>
148
- </section>
149
- <!-- - - - - - -->
150
-
151
- <section class="featured editable">
152
- <h2> Let's Connect </h2>
153
- <hr />
154
- <p> <strong> Phone: </strong> (+1) 555 555 5555 </p>
155
- <p> <strong> Email: </strong> hello@tinamay.com </p>
156
- <p> <strong> Instagram: </strong> www.instagram.com/hellotinamay</p>
157
- </section>
158
- <footer>
159
- <p> Media Kit Created with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="http://www.instituteofcode.com">The Institute of Code </a> </p>
160
- <p class="subtle">Get your own<a href="http://www.letscollab.io"> online media kit at letscollab.io</a> <br />or join one of our courses in Bali and in 10 days we'll teach you how to <a href="http://www.instituteofcode.com/courses/social-media"> become an influencer or social media manager.</a> </p>
161
- </footer>
1
+ ---
2
+ layout: default
3
+ _comments:
4
+ layout: Keep this as home-page
5
+ title: Title for google search results and social media previews
6
+ description: This is the description for SEO and shown in search results and social media previews
7
+ logo: Do you have a logo image?
8
+ logo_path: Upload your logo here (recommended size is 300px wide)
9
+ banner-title: Title displayed on the top banner
10
+ banner-subtitle: A subtitle displayed on the banner
11
+ banner-image_path: The large banner image (recommended size is around 1200px wide by 900px tall)
12
+ banner_color: Color for the banner background
13
+ banner-text_color: Color for the banner text
14
+ featured_color: A featured color to use throughout the media kit
15
+ custom-font_html: If you want to use a custom font for your headings, paste the embed link for a custom google font
16
+ font-name: Name of the Google Font (with correct capitalisation)
17
+ intro-title: Title of the first introduction banner
18
+ intro-text_html: Write a short description of you, your brand and what you offer.
19
+ instagram: Do you want to add an instagram widget?
20
+ instagram-code: Go to lightwidget.com and copy the embed code here.
21
+ stats-title: Title of the statistics section
22
+ stats: Some general statistics about you or your audience
23
+ audience-title: Title of the Audience Section
24
+ audience-text_html: Short blurb of your audience or target market. Alternatively you can use this section for any other short text block.
25
+ brand-partnerships: Do you want a section that shows brands or clients you have worked with?
26
+ brand-title: Title of Brand Partnerships or Client section
27
+ brand-text_html: Short blurb about your experience and brands you have worked with.
28
+ brand-logo-displayed: true
29
+ brand-logos: Upload the logos of clients you have worked with (recommended size 300px x 200px)
30
+ testimonials-title: Title of the work with me section
31
+ testimonials-text_html: Short blurb about the servies you offer
32
+ testimonials-section: Do you want to include a section for testimonials?
33
+ testimonials:
34
+ - quote: A short testimonial
35
+ author: Who the testimonial is from
36
+ gallery-title: Title of the Gallery Section
37
+ gallery-text_html: Short blurb about the gallery or your content creation skills
38
+ gallery-captions: Do you want to display a caption for each photo?
39
+ contact-title: Title of the contact section
40
+ contact:
41
+ - type: Eg. Phone, Email, Instagram
42
+ value: Contact Number, Email or URL
43
+ ---
44
+
45
+
46
+ <style>
47
+ h2, a {
48
+ color: {{page.featured_color}};
49
+ }
50
+ hr, a {
51
+ border-color: {{page.featured_color}};
52
+ }
53
+ section.featured {
54
+ background-color: {{page.featured_color}};
55
+ }
56
+ .banner-color {
57
+ background-color: {{page.banner_color}};
58
+ color: {{page.banner-text_color}}
59
+ }
60
+ h1, h2, h3, h4 {
61
+ font-family: '{{page.font-name}}';
62
+ }
63
+ </style>
64
+
65
+
66
+ <section class="banner grid banner-color">
67
+
68
+ <div class="col-4_sm-12 inner vertical-align">
69
+ <div>
70
+ {% if page.logo %}
71
+ <img class="logo" src="{{page.logo_path}}" />
72
+ {% else %}
73
+ <h1> {{page.banner-title}} </h1>
74
+ {% endif %}
75
+ <p class="mob-hide"> {{page.banner-subtitle}} </p>
76
+ </div>
77
+ <p class="pin-bottom mob-hide"> MEDIA KIT</p>
78
+ </div>
79
+ <div class="col-8_sm-12 bg" style="background-image:url('{{page.banner-image_path}}')">
80
+ <!-- background image -->
81
+ <p class="pin-bottom banner-color mob-show"> MEDIA KIT</p>
82
+ </div>
83
+ </section>
84
+
85
+ <section>
86
+
87
+ <h2 class="editable">{{page.intro-title}}</h2>
88
+ <hr />
89
+ <div class="editable">
90
+ {{page.intro-text_html}}
91
+ </div>
92
+ </section>
93
+
94
+ <!--- - - - - - - - - -->
95
+ {% if page.instagram %}
96
+ <section class="no-padding">
97
+ {{page.instagram-code}}
98
+ </section>
99
+ {% endif %}
100
+
101
+ <section class="stats-section">
102
+ <h2 class="editable"> {{page.stats-title}} </h2>
103
+ <hr />
104
+ <div class="grid-center">
105
+ {% for stat in page.stats %}
106
+ <div class="col-3_sm-6_xs-12 center">
107
+
108
+ <span class="info">{{stat.amount}}</span>
109
+ <span class="info-subtitle">{{stat.subtitle}}</span>
110
+ <h3>{{stat.title}}</h3>
111
+ </div>
112
+ {% endfor %}
113
+ </div>
114
+ </section>
115
+
116
+ <!--- - - - - - - - - -->
117
+
118
+ <section>
119
+ <h2 class="editable"> {{page.audience-title}} </h2>
120
+ <hr />
121
+ <div class="editable">
122
+ {{page.audience-text_html}}
123
+ </div>
124
+ </section>
125
+
126
+
127
+
128
+ <!--- - - - - - - - - -->
129
+ {% if page.brand-partnerships %}
130
+ <section>
131
+ <h2 class="editable"> {{page.brand-title}} </h2>
132
+ <hr />
133
+ <div class="editable">
134
+ {{page.brand-text_html}}
135
+ </div>
136
+ {% if page.brand-logo-displayed %}
137
+ <div class="grid-center margin-top">
138
+ {% for logo in page.brand-logos %}
139
+ <div class="col-3_sm-6_xs-12">
140
+ <div class="logo-item" style="background-image:url('{{logo.image_path}}');">
141
+ </div>
142
+ </div>
143
+ {% endfor %}
144
+ </div>
145
+ {% endif %}
146
+ </section>
147
+ {% endif %}
148
+
149
+ <!--- - - - - - - - - -->
150
+
151
+ <section>
152
+ <h2 class="editable"> {{page.testimonials-title}} </h2>
153
+ <hr />
154
+ <div class="editable">
155
+ {{page.testimonials-text_html}}
156
+ </div>
157
+
158
+ {% if page.testimonials-section %}
159
+ <div class="grid-center margin-top">
160
+ {% for testimonial in page.testimonials %}
161
+ <div class="col-4_sm-12 testimonial">
162
+ <p>{{testimonial.quote}}</p>
163
+ <p class="author">- {{testimonial.author}}</p>
164
+ </div>
165
+ {% endfor %}
166
+ </div>
167
+ {% endif %}
168
+
169
+ </section>
170
+
171
+
172
+ <!-- - - - - - -->
173
+ <section class="gallery-section">
174
+ <h2 class="editable"> {{page.gallery-title}} </h2>
175
+ <hr />
176
+ <div class="editable">
177
+ {{page.gallery-text_html}}
178
+ </div>
179
+ <div class="grid-center margin-top">
180
+ {% for gallery in page.gallery %}
181
+ <div class="col-3_sm-6_xs-12">
182
+ <div class="gallery-item" style="background-image:url('{{gallery.image_path}}');">
183
+ </div>
184
+ {% if page.gallery-captions %}
185
+ <p class="caption">{{gallery.caption}}</p>
186
+ {% endif %}
187
+ </div>
188
+ {% endfor %}
189
+ </div>
190
+ </section>
191
+ <!-- - - - - - -->
192
+
193
+ <section class="featured editable">
194
+ <h2>{{page.contact-title}} </h2>
195
+ <hr />
196
+ {% for item in page.contact %}
197
+ <p> <strong> {{item.type}}: </strong> {{item.value}} </p>
198
+ {% endfor %}
199
+
200
+ </section>
201
+ <footer>
202
+ <p> Media Kit Created with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="http://www.instituteofcode.com">The Institute of Code </a> </p>
203
+ <p class="subtle">Get your own<a href="http://www.letscollab.io"> online media kit at letscollab.io</a> <br />or join one of our courses in Bali and in 10 days we'll teach you how to <a href="http://www.instituteofcode.com/courses/social-media"> become an influencer or social media manager.</a> </p>
204
+ </footer>