jekyll-theme-voiladt 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +308 -0
  4. data/_layouts/default.html +153 -0
  5. data/_layouts/home.html +222 -0
  6. data/_sass/_contact.scss +49 -0
  7. data/_sass/_footer.scss +43 -0
  8. data/_sass/_global.scss +98 -0
  9. data/_sass/_masthead.scss +50 -0
  10. data/_sass/_mixins.scss +22 -0
  11. data/_sass/_navbar.scss +73 -0
  12. data/_sass/_portfolio.scss +144 -0
  13. data/_sass/_services.scss +5 -0
  14. data/_sass/_team.scss +18 -0
  15. data/_sass/_timeline.scss +178 -0
  16. data/_sass/_variables.scss +17 -0
  17. data/assets/css/agency.min.scss +21 -0
  18. data/assets/img/about/1.jpg +0 -0
  19. data/assets/img/about/2.jpg +0 -0
  20. data/assets/img/about/3.jpg +0 -0
  21. data/assets/img/about/4.jpg +0 -0
  22. data/assets/img/header-bg.jpg +0 -0
  23. data/assets/img/logos/creative-market.jpg +0 -0
  24. data/assets/img/logos/designmodo.jpg +0 -0
  25. data/assets/img/logos/envato.jpg +0 -0
  26. data/assets/img/logos/themeforest.jpg +0 -0
  27. data/assets/img/map-image.png +0 -0
  28. data/assets/img/portfolio/01-full.jpg +0 -0
  29. data/assets/img/portfolio/01-thumbnail.jpg +0 -0
  30. data/assets/img/portfolio/02-full.jpg +0 -0
  31. data/assets/img/portfolio/02-thumbnail.jpg +0 -0
  32. data/assets/img/portfolio/03-full.jpg +0 -0
  33. data/assets/img/portfolio/03-thumbnail.jpg +0 -0
  34. data/assets/img/portfolio/04-full.jpg +0 -0
  35. data/assets/img/portfolio/04-thumbnail.jpg +0 -0
  36. data/assets/img/portfolio/05-full.jpg +0 -0
  37. data/assets/img/portfolio/05-thumbnail.jpg +0 -0
  38. data/assets/img/portfolio/06-full.jpg +0 -0
  39. data/assets/img/portfolio/06-thumbnail.jpg +0 -0
  40. data/assets/img/team/1.jpg +0 -0
  41. data/assets/img/team/2.jpg +0 -0
  42. data/assets/img/team/3.jpg +0 -0
  43. data/assets/js/agency.js +50 -0
  44. data/assets/js/agency.min.js +6 -0
  45. data/assets/js/contact_me.js +77 -0
  46. data/assets/js/contact_me.min.js +8 -0
  47. data/assets/js/jqBootstrapValidation.js +937 -0
  48. data/assets/js/jqBootstrapValidation.min.js +6 -0
  49. data/assets/vendor/bootstrap/css/bootstrap.css +8981 -0
  50. data/assets/vendor/bootstrap/css/bootstrap.css.map +1 -0
  51. data/assets/vendor/bootstrap/css/bootstrap.min.css +7 -0
  52. data/assets/vendor/bootstrap/css/bootstrap.min.css.map +1 -0
  53. data/assets/vendor/bootstrap/js/bootstrap.bundle.js +6444 -0
  54. data/assets/vendor/bootstrap/js/bootstrap.bundle.js.map +1 -0
  55. data/assets/vendor/bootstrap/js/bootstrap.bundle.min.js +7 -0
  56. data/assets/vendor/bootstrap/js/bootstrap.bundle.min.js.map +1 -0
  57. data/assets/vendor/bootstrap/js/bootstrap.js +3927 -0
  58. data/assets/vendor/bootstrap/js/bootstrap.js.map +1 -0
  59. data/assets/vendor/bootstrap/js/bootstrap.min.js +7 -0
  60. data/assets/vendor/bootstrap/js/bootstrap.min.js.map +1 -0
  61. data/assets/vendor/font-awesome/css/font-awesome.css +2337 -0
  62. data/assets/vendor/font-awesome/css/font-awesome.css.map +7 -0
  63. data/assets/vendor/font-awesome/css/font-awesome.min.css +4 -0
  64. data/assets/vendor/font-awesome/fonts/FontAwesome.otf +0 -0
  65. data/assets/vendor/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  66. data/assets/vendor/font-awesome/fonts/fontawesome-webfont.svg +2671 -0
  67. data/assets/vendor/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  68. data/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  69. data/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  70. data/assets/vendor/font-awesome/less/animated.less +34 -0
  71. data/assets/vendor/font-awesome/less/bordered-pulled.less +25 -0
  72. data/assets/vendor/font-awesome/less/core.less +12 -0
  73. data/assets/vendor/font-awesome/less/fixed-width.less +6 -0
  74. data/assets/vendor/font-awesome/less/font-awesome.less +18 -0
  75. data/assets/vendor/font-awesome/less/icons.less +789 -0
  76. data/assets/vendor/font-awesome/less/larger.less +13 -0
  77. data/assets/vendor/font-awesome/less/list.less +19 -0
  78. data/assets/vendor/font-awesome/less/mixins.less +60 -0
  79. data/assets/vendor/font-awesome/less/path.less +15 -0
  80. data/assets/vendor/font-awesome/less/rotated-flipped.less +20 -0
  81. data/assets/vendor/font-awesome/less/screen-reader.less +5 -0
  82. data/assets/vendor/font-awesome/less/stacked.less +20 -0
  83. data/assets/vendor/font-awesome/less/variables.less +800 -0
  84. data/assets/vendor/font-awesome/scss/_animated.scss +34 -0
  85. data/assets/vendor/font-awesome/scss/_bordered-pulled.scss +25 -0
  86. data/assets/vendor/font-awesome/scss/_core.scss +12 -0
  87. data/assets/vendor/font-awesome/scss/_fixed-width.scss +6 -0
  88. data/assets/vendor/font-awesome/scss/_icons.scss +789 -0
  89. data/assets/vendor/font-awesome/scss/_larger.scss +13 -0
  90. data/assets/vendor/font-awesome/scss/_list.scss +19 -0
  91. data/assets/vendor/font-awesome/scss/_mixins.scss +60 -0
  92. data/assets/vendor/font-awesome/scss/_path.scss +15 -0
  93. data/assets/vendor/font-awesome/scss/_rotated-flipped.scss +20 -0
  94. data/assets/vendor/font-awesome/scss/_screen-reader.scss +5 -0
  95. data/assets/vendor/font-awesome/scss/_stacked.scss +20 -0
  96. data/assets/vendor/font-awesome/scss/_variables.scss +800 -0
  97. data/assets/vendor/font-awesome/scss/font-awesome.scss +18 -0
  98. data/assets/vendor/jquery-easing/jquery.easing.compatibility.js +59 -0
  99. data/assets/vendor/jquery-easing/jquery.easing.js +166 -0
  100. data/assets/vendor/jquery-easing/jquery.easing.min.js +1 -0
  101. data/assets/vendor/jquery/jquery.js +10364 -0
  102. data/assets/vendor/jquery/jquery.min.js +2 -0
  103. data/assets/vendor/jquery/jquery.min.map +1 -0
  104. data/assets/vendor/jquery/jquery.slim.js +8269 -0
  105. data/assets/vendor/jquery/jquery.slim.min.js +2 -0
  106. data/assets/vendor/jquery/jquery.slim.min.map +1 -0
  107. metadata +191 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 890538fd8ad1173e8efa4aaf704d75e722caae64c14f723631f0083a34714731
4
+ data.tar.gz: 9c91c388a5ebb2a3046eafbf0f93d9139fdce9d55946b5f09a32087ee28fd556
5
+ SHA512:
6
+ metadata.gz: 268c8c08c7efd7924450fe4435d56400f1c697483e14ac5ed09d2a98315a1f5ccc265fbd85b2a98fbda848ce2acf1b85c327c631a302b0619257d2acb2bf7842
7
+ data.tar.gz: 973aaeea63f84697eee5abe4f5c9c18167cd3818d7b51a850dafbc4df97c6efb0384f2598c67307f87a4e71a186740b19ed32d88013a9cf09d776e7a76afcc17
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Sotirios Vrachas
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.
@@ -0,0 +1,308 @@
1
+ # Jekyll Theme based on Startbootstrap Agency
2
+
3
+ jekyll-theme-voiladt is based on jekyll-theme-startbootstrap-agency
4
+
5
+ jekyll-theme-startbootstrap-agency is a Jekyll theme based on Start Bootstrap - Agency. You can see the [live demo](http://www.vrachas.com/jekyll-theme-startbootstrap-agency/).
6
+
7
+ "Agency is a stylish, one page Bootstrap theme for agencies and small businesses. The design of Agency is based off of the Golden PSD Theme by Mathavan Jaya. You can download the PSD verison of this theme at FreebiesXpress.com."
8
+
9
+ ## Preview
10
+
11
+ [![Agency Preview](https://startbootstrap.com/assets/img/templates/agency.jpg)](http://www.vrachas.com/jekyll-theme-startbootstrap-agency/)
12
+
13
+ **[View Live Preview](http://www.vrachas.com/jekyll-theme-startbootstrap-agency/)**
14
+
15
+ ## Background
16
+
17
+ The objective of this project is to provide a Jekyll theme that is line by line perfect replica of “Startbootstrap - Agency” and at the same time to be so dynamic that can be used as a starting point for child themes.
18
+
19
+ Currently the only difference between “Startbootstrap – Agency” and jekyll-theme-startbootstrap-agency as served with the default content is found in the final `css/agency.min.css` which is normal since the scss is compiled by different engines.
20
+
21
+ https://github.com/y7kim/agency-jekyll-theme has not been updated for more that a year and it is still based in Bootstrap 3
22
+
23
+
24
+ ## Features:
25
+ - MIT License
26
+ - Built to support the latest, stable releases of all major browsers and platforms.
27
+ - Fully responsive HTML template created with Bootstrap 4
28
+ - Custom collapsing navigation with active classes, smooth page scrolling, and responsive fallback stylings
29
+ - Services section with CSS only circle icons by Font Awesome
30
+ - Portfolio grid with modal window popup previews for portfolio item details
31
+ - About section with a responsive timeline, special thanks to Bootsnipp
32
+ - Team member section with circle profile images and social media links
33
+ - Contact form with validation - just add your server url to the `js-url` at `_data/home.yml`
34
+ - Footer with social links, copyright information, and other links
35
+ - SCSS files included for deeper customization options
36
+
37
+
38
+ ## Installation
39
+
40
+ Add this line to your Jekyll site's `Gemfile`:
41
+
42
+ ```ruby
43
+ gem "jekyll-theme-voiladt"
44
+ ```
45
+
46
+ And add this line to your Jekyll site's `_config.yml`:
47
+
48
+ ```yaml
49
+ theme: jekyll-theme-voiladt
50
+ ```
51
+
52
+ And then execute:
53
+
54
+ $ bundle
55
+
56
+ Or install it yourself as:
57
+
58
+ $ gem install jekyll-theme-voiladt
59
+
60
+ ## Usage
61
+
62
+ **[Usage Example](https://github.com/SotiriosVrachas/jekyll-theme-startbootstrap-agency-child)**
63
+
64
+ `_config.yml`
65
+ ```
66
+ title: [The title of your site]
67
+ description: [A short description of your site's purpose]
68
+ author: [The author of the website]
69
+
70
+ sass: # Enables the conversion of css/agency.min.scss to css/agency.min.css
71
+ style: compressed # Minify css/agency.min.css
72
+
73
+ collections: # Enables additional data structures
74
+ projects: # Enables _projects
75
+ ```
76
+ `assets/css/`
77
+ - `agency.min.scss` Add any additional styling
78
+
79
+ `assets/_scss/`
80
+ - `_variables.scss`
81
+ ```
82
+ $primary: [hexcode of the primary color] !default;
83
+ ```
84
+ - `assets/_mixins.scss` Font Configuration
85
+ - `assets/_masthead.scss` Master Header
86
+ ```
87
+ background-image: url('[Path to master header background image]');
88
+ ```
89
+ - `assets/_contact.scss`
90
+ ```
91
+ background-image: url('[Path to contact section background image]');
92
+ ```
93
+ `_data/`
94
+ - `default.yml` Data used by the default layout
95
+ ```
96
+ brand:
97
+ name: [Top left name]
98
+ menu-string: [Collapsed menu text]
99
+
100
+ nav: # Navbar links
101
+ - title: [Link title]
102
+ url: '[Link]'
103
+ ...
104
+ - title: [Link title]
105
+ url: '[Link]'
106
+
107
+ copyright: [Copyright notice]
108
+
109
+ social-buttons: # Footer social buttons
110
+ - icon: [Font awesome icon code]
111
+ url: '[Link]'
112
+ ...
113
+ - icon: [Font awesome icon code]
114
+ url: '[Link]'
115
+
116
+ quicklinks: # Footer links
117
+ - title: [Link title]
118
+ url: '[Link]'
119
+ ...
120
+ - title: [Link title]
121
+ url: '[Link]'
122
+
123
+ modal: # Modal strings for l10n
124
+ ```
125
+ - `home.yml` Data used by the homepage
126
+ ```
127
+ intro: # Master header text
128
+
129
+ services: # Services section
130
+ heading: [Services Title]
131
+ subheading: [Services Subtile]
132
+ service: # List of services
133
+ - icon: [Font Awasome icon code]
134
+ heading: [Service Title]
135
+ text: [Service text]
136
+ ...
137
+ - icon: [Font Awasome icon code]
138
+ heading: [Service Title]
139
+ text: [Service text]
140
+
141
+
142
+ portfolio: # portfolio section
143
+ heading: [Portfolio title]
144
+ subheading: [Portfolio subtitle]
145
+
146
+ about: # About section
147
+ heading: [About title]
148
+ subheading: [About subtitle]
149
+ timeline: # List
150
+ - image: [Image path]
151
+ date: [Date]
152
+ title: [Title]
153
+ text: [Text]
154
+ ...
155
+ - image: [Image path]
156
+ date: [Date]
157
+ title: [Title]
158
+ text: [Text]
159
+
160
+ end1: [End bubble first line ]
161
+ end2: [End bubble second line ]
162
+ end3: [End bubble third line ]
163
+
164
+ team:
165
+ heading: [Title]
166
+ subheading: [Subtitle]
167
+ members: [List of members]
168
+ - name: [Member's name]
169
+ role: [Member's role]
170
+ img: [Member's image path]
171
+ social-buttons: [List of Member's Social Media profiles]
172
+ - icon: [Font Awasome icon code]
173
+ url: '[Link to Member's Social Media]'
174
+ ...
175
+ - icon: [Font Awasome icon code]
176
+ url: '[Link to Member's Social Media]'
177
+
178
+ - name: [Member's name]
179
+ role: [Member's role]
180
+ img: [Member's image path]
181
+ social-buttons: [List of Member's Social Media profiles]
182
+ - icon: [Font Awasome icon code]
183
+ url: '[Link to Member's Social Media]'
184
+ ...
185
+ - icon: [Font Awasome icon code]
186
+ url: '[Link to Member's Social Media]'
187
+
188
+ text: [Text under members list]
189
+
190
+ clients: # List of clients logos and links
191
+ - img: [Path to clients logo image]
192
+ url: '[Link to clients website]'
193
+ ...
194
+ - img: [Path to clients logo image]
195
+ url: '[Link to clients website]'
196
+
197
+ contact: # Contact Section
198
+ heading: [Translateble string]
199
+ ...
200
+ btn: [Translatable string]
201
+
202
+ js-url: '[Contact form target]'
203
+ js-success: '[Translatable string]'
204
+ js-error: '[Translatable string]' # Attention around " + firstName + "
205
+ js-error-min: '[Translatable string]' # Attention around "+i+"
206
+ ```
207
+ `_layouts/`
208
+ - `default.html` Default layout
209
+ - `home.html` Home layout
210
+
211
+ `assets/js/`
212
+ - `contact_me.js` Contact form checker and submitter
213
+
214
+ `_projects/` Directory storing project data
215
+ - `*.md` Project data
216
+
217
+ ## Contributing
218
+
219
+ Bug reports and pull requests are welcome on GitHub at https://github.com/SotiriosVrachas/jekyll-theme-startbootstrap-agency/issues . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
220
+
221
+ ## Development
222
+
223
+ To set up your environment to develop this theme, run `bundle install`.
224
+
225
+ The theme is setup just like a normal Jekyll site! To test the theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using the theme. Edit pages, documents, data, etc. like normal to test the theme's contents. As you make modifications to the theme and to the content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
226
+
227
+ ## About
228
+
229
+ jekyll-theme-startbootstrap-agency is an open source Jekyll theme based on [Start Bootstrap - Agency](https://github.com/BlackrockDigital/startbootstrap-agency)
230
+
231
+ ```
232
+ The MIT License (MIT)
233
+
234
+ Copyright (c) 2013-2018 Blackrock Digital LLC
235
+
236
+ Permission is hereby granted, free of charge, to any person obtaining a copy
237
+ of this software and associated documentation files (the "Software"), to deal
238
+ in the Software without restriction, including without limitation the rights
239
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
240
+ copies of the Software, and to permit persons to whom the Software is
241
+ furnished to do so, subject to the following conditions:
242
+
243
+ The above copyright notice and this permission notice shall be included in
244
+ all copies or substantial portions of the Software.
245
+
246
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
247
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
248
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
249
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
250
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
251
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
252
+ THE SOFTWARE.
253
+ ```
254
+
255
+ Start Bootstrap - Agency is based on the [Bootstrap](https://github.com/twbs/bootstrap) framework.
256
+
257
+ ```
258
+ The MIT License (MIT)
259
+
260
+ Copyright (c) 2011-2018 Twitter, Inc.
261
+ Copyright (c) 2011-2018 The Bootstrap Authors
262
+
263
+ Permission is hereby granted, free of charge, to any person obtaining a copy
264
+ of this software and associated documentation files (the "Software"), to deal
265
+ in the Software without restriction, including without limitation the rights
266
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
267
+ copies of the Software, and to permit persons to whom the Software is
268
+ furnished to do so, subject to the following conditions:
269
+
270
+ The above copyright notice and this permission notice shall be included in
271
+ all copies or substantial portions of the Software.
272
+
273
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
274
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
275
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
276
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
277
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
278
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
279
+ THE SOFTWARE.
280
+ ```
281
+
282
+ ## License
283
+
284
+ Copyright 2018 Sotirios Vrachas. The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
285
+
286
+ ```
287
+ The MIT License (MIT)
288
+
289
+ Copyright (c) 2018 Sotirios Vrachas
290
+
291
+ Permission is hereby granted, free of charge, to any person obtaining a copy
292
+ of this software and associated documentation files (the "Software"), to deal
293
+ in the Software without restriction, including without limitation the rights
294
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
295
+ copies of the Software, and to permit persons to whom the Software is
296
+ furnished to do so, subject to the following conditions:
297
+
298
+ The above copyright notice and this permission notice shall be included in
299
+ all copies or substantial portions of the Software.
300
+
301
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
302
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
303
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
304
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
305
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
306
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
307
+ THE SOFTWARE.
308
+ ```
@@ -0,0 +1,153 @@
1
+ {%- assign assets_path = "assets/" -%}
2
+ {%- if site.assets_path -%}
3
+ {%- assign assets_path = site.assets_path -%}
4
+ {%- endif -%}
5
+ <!DOCTYPE html>
6
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
7
+
8
+ <head>
9
+
10
+ <meta charset="utf-8">
11
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12
+ <meta name="description" content="{{ site.description }}">
13
+ <meta name="author" content="{{ site.author }}">
14
+
15
+ <title>{{ site.title }}</title>
16
+
17
+ <!-- Bootstrap core CSS -->
18
+ <link href="{{ assets_path }}vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
19
+
20
+ <!-- Custom fonts for this template -->
21
+ <link href="{{ assets_path }}vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
22
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
23
+ <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
24
+ <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
25
+ <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
26
+
27
+ <!-- Custom styles for this template -->
28
+ <link href="{{ assets_path }}css/agency.min.css" rel="stylesheet">
29
+
30
+ </head>
31
+
32
+ <body id="page-top">
33
+
34
+ <!-- Navigation -->
35
+ <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
36
+ <div class="container">
37
+ <a class="navbar-brand js-scroll-trigger" href="#page-top">{{ site.data.default.brand.name }}</a>
38
+ <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
39
+ {{ site.data.default.menu-string }}
40
+ <i class="fa fa-bars"></i>
41
+ </button>
42
+ <div class="collapse navbar-collapse" id="navbarResponsive">
43
+ <ul class="navbar-nav text-uppercase ml-auto">
44
+ {%- for link in site.data.default.nav -%}
45
+ {% assign ws = '' %}
46
+ <li class="nav-item">
47
+ <a class="nav-link js-scroll-trigger" href="{{ link.url }}">{{ link.title }}</a>
48
+ </li>
49
+ {%- endfor -%}
50
+ {% assign ws = '' %}
51
+ </ul>
52
+ </div>
53
+ </div>
54
+ </nav>
55
+ {{ content }}
56
+ <!-- Footer -->
57
+ <footer>
58
+ <div class="container">
59
+ <div class="row">
60
+ <div class="col-md-4">
61
+ <span class="copyright">{{ site.data.default.copyright }}</span>
62
+ </div>
63
+ <div class="col-md-4">
64
+ <ul class="list-inline social-buttons">
65
+ {%- for sm in site.data.default.social-buttons -%}
66
+ {% assign ws = '' %}
67
+ <li class="list-inline-item">
68
+ <a href="{{ sm.url }}">
69
+ <i class="{{ sm.icon }}"></i>
70
+ </a>
71
+ </li>
72
+ {%- endfor -%}
73
+ {% assign ws = '' %}
74
+ </ul>
75
+ </div>
76
+ <div class="col-md-4">
77
+ <ul class="list-inline quicklinks">
78
+ {%- for ql in site.data.default.quicklinks -%}
79
+ {% assign ws = '' %}
80
+ <li class="list-inline-item">
81
+ <a href="{{ ql.url }}">{{ ql.title }}</a>
82
+ </li>
83
+ {%- endfor -%}
84
+ {% assign ws = '' %}
85
+ </ul>
86
+ </div>
87
+ </div>
88
+ </div>
89
+ </footer>
90
+
91
+ {% assign ws = '' %}
92
+ {%- if page.layout == 'home' -%}
93
+ <!-- Portfolio Modals -->
94
+ {%- for project in site.projects -%}
95
+ {% assign ws = '' %}
96
+
97
+ <!-- Modal {{ project.id | replace: '/projects/', '' }} -->
98
+ <div class="portfolio-modal modal fade" id="portfolioModal{{ project.id | replace: '/projects/', '' }}" tabindex="-1" role="dialog" aria-hidden="true">
99
+ <div class="modal-dialog">
100
+ <div class="modal-content">
101
+ <div class="close-modal" data-dismiss="modal">
102
+ <div class="lr">
103
+ <div class="rl"></div>
104
+ </div>
105
+ </div>
106
+ <div class="container">
107
+ <div class="row">
108
+ <div class="col-lg-8 mx-auto">
109
+ <div class="modal-body">
110
+ <!-- Project Details Go Here -->
111
+ <h2 class="text-uppercase">{{ project.title }}</h2>
112
+ <p class="item-intro text-muted">{{ project.description }}</p>
113
+ <img class="img-fluid d-block mx-auto" src="{{ assets_path }}{{ project.image }}" alt="">
114
+ {% assign ws = '' %}
115
+ {{- project.content -}}
116
+ {% assign ws = '' %} <ul class="list-inline">
117
+ <li>{{ site.data.default.modal.date-string }}{{ project.date | date: "%B %Y" }}</li>
118
+ <li>{{ site.data.default.modal.client-string }}{{ project.client }}</li>
119
+ <li>{{ site.data.default.modal.category-string }}{{ project.category }}</li>
120
+ </ul>
121
+ <button class="btn btn-primary" data-dismiss="modal" type="button">
122
+ <i class="{{ site.data.default.modal.close-icon }}"></i>
123
+ {{ site.data.default.modal.close-string }}</button>
124
+ </div>
125
+ </div>
126
+ </div>
127
+ </div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ {%- endfor -%}
133
+
134
+ {%- endif -%}
135
+ {% assign ws = '' %}
136
+
137
+ <!-- Bootstrap core JavaScript -->
138
+ <script src="{{ assets_path }}vendor/jquery/jquery.min.js"></script>
139
+ <script src="{{ assets_path }}vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
140
+
141
+ <!-- Plugin JavaScript -->
142
+ <script src="{{ assets_path }}vendor/jquery-easing/jquery.easing.min.js"></script>
143
+
144
+ <!-- Contact form JavaScript -->
145
+ <script src="{{ assets_path }}js/jqBootstrapValidation.js"></script>
146
+ <script src="{{ assets_path }}js/contact_me.js"></script>
147
+
148
+ <!-- Custom scripts for this template -->
149
+ <script src="{{ assets_path }}js/agency.min.js"></script>
150
+
151
+ </body>
152
+
153
+ </html>