jekyll-theme-startbootstrap-agency 0.2.4

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 +304 -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: d4afbe876772ae55c03905dbf91b4dee1ac5ebb21fc5eed38b3dd94d4dc4f701
4
+ data.tar.gz: c1ba896c2a474577491022361be4e1283c1ec456431022355b7799369b687416
5
+ SHA512:
6
+ metadata.gz: dae0a745cc7e720319b4f9eb298e28b26523673e19489ba5b34aa3cd416b248b2480f2f9686e908e211a5823eceb9cd55f83f54934f7779f68d45693b882e491
7
+ data.tar.gz: 36cb7f1c5e6630e396628ef92f9e5ab254b9eeb9d559adba271b6aededc2e1b5140cbf518e5c9779f180fd9a46c9176998613869855542864b0248a307e44192
@@ -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,304 @@
1
+ # Jekyll Theme based on Startbootstrap Agency
2
+
3
+ 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/).
4
+
5
+ "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."
6
+
7
+ ## Preview
8
+
9
+ [![Agency Preview](https://startbootstrap.com/assets/img/templates/agency.jpg)](http://www.vrachas.com/jekyll-theme-startbootstrap-agency/)
10
+
11
+ **[View Live Preview](http://www.vrachas.com/jekyll-theme-startbootstrap-agency/)**
12
+
13
+ ## Background
14
+
15
+ 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.
16
+
17
+ 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.
18
+
19
+ https://github.com/y7kim/agency-jekyll-theme has not been updated for more that a year and it is still based in Bootstrap 3
20
+
21
+
22
+ ## Features:
23
+ - MIT License
24
+ - Built to support the latest, stable releases of all major browsers and platforms.
25
+ - Fully responsive HTML template created with Bootstrap 4
26
+ - Custom collapsing navigation with active classes, smooth page scrolling, and responsive fallback stylings
27
+ - Services section with CSS only circle icons by Font Awesome
28
+ - Portfolio grid with modal window popup previews for portfolio item details
29
+ - About section with a responsive timeline, special thanks to Bootsnipp
30
+ - Team member section with circle profile images and social media links
31
+ - Contact form with validation - just add your server url to the `js-url` at `_data/home.yml`
32
+ - Footer with social links, copyright information, and other links
33
+ - SCSS files included for deeper customization options
34
+
35
+
36
+ ## Installation
37
+
38
+ Add this line to your Jekyll site's `Gemfile`:
39
+
40
+ ```ruby
41
+ gem "jekyll-theme-startbootstrap-agency"
42
+ ```
43
+
44
+ And add this line to your Jekyll site's `_config.yml`:
45
+
46
+ ```yaml
47
+ theme: jekyll-theme-startbootstrap-agency
48
+ ```
49
+
50
+ And then execute:
51
+
52
+ $ bundle
53
+
54
+ Or install it yourself as:
55
+
56
+ $ gem install jekyll-theme-startbootstrap-agency
57
+
58
+ ## Usage
59
+
60
+ `_config.yml`
61
+ ```
62
+ title: [The title of your site]
63
+ description: [A short description of your site's purpose]
64
+ author: [The author of the website]
65
+
66
+ sass: # Enables the conversion of css/agency.min.scss to css/agency.min.css
67
+ style: compressed # Minify css/agency.min.css
68
+
69
+ collections: # Enables additional data structures
70
+ projects: # Enables _projects
71
+ ```
72
+ `css/`
73
+ - `agency.min.scss` Add any additional styling
74
+
75
+ `_scss/`
76
+ - `_variables.scss`
77
+ ```
78
+ $primary: [hexcode of the primary color] !default;
79
+ ```
80
+ - `_mixins.scss` Font Configuration
81
+ - `_masthead.scss` Master Header
82
+ ```
83
+ background-image: url('[Path to master header background image]');
84
+ ```
85
+ - `_contact.scss`
86
+ ```
87
+ background-image: url('[Path to contact section background image]');
88
+ ```
89
+ `_data/`
90
+ - `default.yml` Data used by the default layout
91
+ ```
92
+ brand:
93
+ name: [Top left name]
94
+ menu-string: [Collapsed menu text]
95
+
96
+ nav: # Navbar links
97
+ - title: [Link title]
98
+ url: '[Link]'
99
+ ...
100
+ - title: [Link title]
101
+ url: '[Link]'
102
+
103
+ copyright: [Copyright notice]
104
+
105
+ social-buttons: # Footer social buttons
106
+ - icon: [Font awesome icon code]
107
+ url: '[Link]'
108
+ ...
109
+ - icon: [Font awesome icon code]
110
+ url: '[Link]'
111
+
112
+ quicklinks: # Footer links
113
+ - title: [Link title]
114
+ url: '[Link]'
115
+ ...
116
+ - title: [Link title]
117
+ url: '[Link]'
118
+
119
+ modal: # Modal strings for l10n
120
+ ```
121
+ - `home.yml` Data used by the homepage
122
+ ```
123
+ intro: # Master header text
124
+
125
+ services: # Services section
126
+ heading: [Services Title]
127
+ subheading: [Services Subtile]
128
+ service: # List of services
129
+ - icon: [Font Awasome icon code]
130
+ heading: [Service Title]
131
+ text: [Service text]
132
+ ...
133
+ - icon: [Font Awasome icon code]
134
+ heading: [Service Title]
135
+ text: [Service text]
136
+
137
+
138
+ portfolio: # portfolio section
139
+ heading: [Portfolio title]
140
+ subheading: [Portfolio subtitle]
141
+
142
+ about: # About section
143
+ heading: [About title]
144
+ subheading: [About subtitle]
145
+ timeline: # List
146
+ - image: [Image path]
147
+ date: [Date]
148
+ title: [Title]
149
+ text: [Text]
150
+ ...
151
+ - image: [Image path]
152
+ date: [Date]
153
+ title: [Title]
154
+ text: [Text]
155
+
156
+ end1: [End bubble first line ]
157
+ end2: [End bubble second line ]
158
+ end3: [End bubble third line ]
159
+
160
+ team:
161
+ heading: [Title]
162
+ subheading: [Subtitle]
163
+ members: [List of members]
164
+ - name: [Member's name]
165
+ role: [Member's role]
166
+ img: [Member's image path]
167
+ social-buttons: [List of Member's Social Media profiles]
168
+ - icon: [Font Awasome icon code]
169
+ url: '[Link to Member's Social Media]'
170
+ ...
171
+ - icon: [Font Awasome icon code]
172
+ url: '[Link to Member's Social Media]'
173
+
174
+ - name: [Member's name]
175
+ role: [Member's role]
176
+ img: [Member's image path]
177
+ social-buttons: [List of Member's Social Media profiles]
178
+ - icon: [Font Awasome icon code]
179
+ url: '[Link to Member's Social Media]'
180
+ ...
181
+ - icon: [Font Awasome icon code]
182
+ url: '[Link to Member's Social Media]'
183
+
184
+ text: [Text under members list]
185
+
186
+ clients: # List of clients logos and links
187
+ - img: [Path to clients logo image]
188
+ url: '[Link to clients website]'
189
+ ...
190
+ - img: [Path to clients logo image]
191
+ url: '[Link to clients website]'
192
+
193
+ contact: # Contact Section
194
+ heading: [Translateble string]
195
+ ...
196
+ btn: [Translatable string]
197
+
198
+ js-url: '[Contact form target]'
199
+ js-success: '[Translatable string]'
200
+ js-error: '[Translatable string]' # Attention around " + firstName + "
201
+ js-error-min: '[Translatable string]' # Attention around "+i+"
202
+ ```
203
+ `_layouts/`
204
+ - `default.html` Default layout
205
+ - `home.html` Home layout
206
+
207
+ `js/`
208
+ - `contact_me.js` Contact form checker and submitter
209
+
210
+ `_projects/` Directory storing project data
211
+ - `*.md` Project data
212
+
213
+ ## Contributing
214
+
215
+ 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.
216
+
217
+ ## Development
218
+
219
+ To set up your environment to develop this theme, run `bundle install`.
220
+
221
+ 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.
222
+
223
+ ## About
224
+
225
+ jekyll-theme-startbootstrap-agency is an open source Jekyll theme based on [Start Bootstrap - Agency](https://github.com/BlackrockDigital/startbootstrap-agency)
226
+
227
+ ```
228
+ The MIT License (MIT)
229
+
230
+ Copyright (c) 2013-2018 Blackrock Digital LLC
231
+
232
+ Permission is hereby granted, free of charge, to any person obtaining a copy
233
+ of this software and associated documentation files (the "Software"), to deal
234
+ in the Software without restriction, including without limitation the rights
235
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
236
+ copies of the Software, and to permit persons to whom the Software is
237
+ furnished to do so, subject to the following conditions:
238
+
239
+ The above copyright notice and this permission notice shall be included in
240
+ all copies or substantial portions of the Software.
241
+
242
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
243
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
244
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
245
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
246
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
247
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
248
+ THE SOFTWARE.
249
+ ```
250
+
251
+ Start Bootstrap - Agency is based on the [Bootstrap](https://github.com/twbs/bootstrap) framework.
252
+
253
+ ```
254
+ The MIT License (MIT)
255
+
256
+ Copyright (c) 2011-2018 Twitter, Inc.
257
+ Copyright (c) 2011-2018 The Bootstrap Authors
258
+
259
+ Permission is hereby granted, free of charge, to any person obtaining a copy
260
+ of this software and associated documentation files (the "Software"), to deal
261
+ in the Software without restriction, including without limitation the rights
262
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
263
+ copies of the Software, and to permit persons to whom the Software is
264
+ furnished to do so, subject to the following conditions:
265
+
266
+ The above copyright notice and this permission notice shall be included in
267
+ all copies or substantial portions of the Software.
268
+
269
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
270
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
271
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
272
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
273
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
274
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
275
+ THE SOFTWARE.
276
+ ```
277
+
278
+ ## License
279
+
280
+ Copyright 2018 Sotirios Vrachas. The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
281
+
282
+ ```
283
+ The MIT License (MIT)
284
+
285
+ Copyright (c) 2018 Sotirios Vrachas
286
+
287
+ Permission is hereby granted, free of charge, to any person obtaining a copy
288
+ of this software and associated documentation files (the "Software"), to deal
289
+ in the Software without restriction, including without limitation the rights
290
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
291
+ copies of the Software, and to permit persons to whom the Software is
292
+ furnished to do so, subject to the following conditions:
293
+
294
+ The above copyright notice and this permission notice shall be included in
295
+ all copies or substantial portions of the Software.
296
+
297
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
298
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
299
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
300
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
301
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
302
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
303
+ THE SOFTWARE.
304
+ ```
@@ -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>