jekyll-agency 1.0.5 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +56 -24
  3. data/_data/navigation.yml +2 -2
  4. data/_data/sitetext.yml +5 -3
  5. data/_data/style.yml +6 -3
  6. data/_includes/about.html +2 -2
  7. data/_includes/clients.html +3 -3
  8. data/_includes/contact.html +5 -2
  9. data/_includes/footer.html +1 -1
  10. data/_includes/modals.html +31 -0
  11. data/_includes/nav.html +2 -2
  12. data/_includes/navheader.html +7 -1
  13. data/_includes/portfolio_grid.html +5 -35
  14. data/_includes/services.html +3 -3
  15. data/_includes/team.html +1 -1
  16. data/_includes/timeline.html +3 -3
  17. data/_sass/components/client-scroll.scss +11 -0
  18. data/assets/css/agency.scss +1 -0
  19. data/assets/css/all.min.css +4 -4
  20. data/assets/css/webfonts/fa-brands-400.svg +3449 -3449
  21. data/assets/css/webfonts/fa-regular-400.svg +803 -803
  22. data/assets/css/webfonts/fa-solid-900.svg +4649 -4649
  23. data/assets/img/{map-image.png → contact.png} +0 -0
  24. data/assets/img/header.png +0 -0
  25. data/assets/img/team/500x500.jpg +0 -0
  26. data/assets/js/contact_me.js +8 -2
  27. data/legal.md +2 -2
  28. metadata +21 -24
  29. data/assets/img/header-bg.jpg +0 -0
  30. data/assets/img/header.gif +0 -0
  31. data/assets/img/portfolio/01-full.jpg +0 -0
  32. data/assets/img/portfolio/01-thumbnail.jpg +0 -0
  33. data/assets/img/portfolio/02-full.jpg +0 -0
  34. data/assets/img/portfolio/02-thumbnail.jpg +0 -0
  35. data/assets/img/portfolio/03-full.jpg +0 -0
  36. data/assets/img/portfolio/03-thumbnail.jpg +0 -0
  37. data/assets/img/portfolio/04-full.jpg +0 -0
  38. data/assets/img/portfolio/05-full.jpg +0 -0
  39. data/assets/img/portfolio/06-full.jpg +0 -0
  40. data/assets/img/team/1.jpg +0 -0
  41. data/assets/img/team/3.jpg +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afdde2469c1ee3a989457b7c4c06e527c28e93ee8efdb3dbb177258d82be7d71
4
- data.tar.gz: 2336991e520e32ed25c47946a124023b2e1f6d0385fe10f58b6a5a18fcef22d3
3
+ metadata.gz: 106bcaa5271f7d88b493d141f724feb61fb618eb228a05ffb1505821bfcae200
4
+ data.tar.gz: 64dda193213710ebc9a4c826c56dfb829daa9b6e12676cb39eb87fd494a507a3
5
5
  SHA512:
6
- metadata.gz: 1b036db72d07bc90b215c2f9db36b6c34af403a241331de0864003c12405d905fbbd381f6ae37135d510b01035d972eec978cc2ced8a962da59525224922d57d
7
- data.tar.gz: 7e6ca5a042a6f7d530430245677b5322cd854a4b1e3de824cb84ee2e2fcc069b7dfcc22ceede72f04583f7e6be4689422859b1726773224dc7d7952097dff170
6
+ metadata.gz: 648f6e57084b0739f3fc083cc00b309d82498daf52f328a8785a515d3d5e584d77b0f9a6bab727dd305c6d60db0e1cae4ad575449ffae866b0abfadc99b9b757
7
+ data.tar.gz: 52888845ef31d67422093a86035513e629bd4de01a8ad68c6ac1185bfe279bec209c81cd2745b61079342c70b9ba2b8df4d92d80236045a3d0420a3d6764557d
data/README.md CHANGED
@@ -1,34 +1,43 @@
1
- [Creating Gem Based Themes For Jekyll](https://www.chrisanthropic.com/blog/2016/creating-gem-based-themes-for-jekyll/)
2
-
3
- # [Agency Jekyll Theme](https://raviriley.github.io/agency-jekyll-theme) - Work in Progress
4
-
1
+ # [Agency Jekyll Theme](https://raviriley.github.io/agency-jekyll-theme)
2
+ [![RubyGems Downloads](https://img.shields.io/gem/dt/jekyll-agency.svg)](https://rubygems.org/gems/jekyll-agency)
5
3
  [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/raviriley/agency-jekyll-theme/blob/master/LICENSE.txt)
6
4
  [![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/raviriley)
5
+ [![template button](https://img.shields.io/badge/-Create%20repository%20from%20template-brightgreen)](https://github.com/raviriley/agency-jekyll-theme-starter/generate)
6
+
7
+ <!--[![Featured on Jekyll-Themes.com](https://img.shields.io/badge/featured%20on-JT-red.svg)](https://jekyll-themes.com)-->
7
8
 
8
- This is the [Agency Bootstrap theme](https://startbootstrap.com/themes/agency/) converted to a gem-based Jekyll theme. While this had been done before, ([here](https://github.com/y7kim/agency-jekyll-theme), [here](https://github.com/SotiriosVrachas/jekyll-theme-startbootstrap-agency), and [here](https://github.com/laklau/agency-jekyll-theme/)), these are outdated and have not been updated or maintained for years. I built this theme from the most recent Bootstrap source. I also added a lot of new features that go beyond the original theme's capabilities:
9
+ ![screenshot](https://raw.githubusercontent.com/raviriley/agency-jekyll-theme/master/screenshot.PNG)
9
10
 
11
+ This is the [Agency Bootstrap theme](https://startbootstrap.com/themes/agency/) converted to a gem-based Jekyll theme with GitHub Pages support. While this had been done before, ([here](https://github.com/y7kim/agency-jekyll-theme), [here](https://github.com/SotiriosVrachas/jekyll-theme-startbootstrap-agency), and [here](https://github.com/laklau/agency-jekyll-theme/)), these are outdated and have not been updated or maintained for years. I built this theme from the most recent Bootstrap source. I also added a lot of new features that go beyond the original theme's capabilities:
12
+
13
+ - GitHub Pages support
14
+ - [template repo][template] to get up and running in minutes
15
+ - contact form functionality powered by [Formspree.io](https://formspree.io)
10
16
  - custom pages
11
17
  - 404 page
12
18
  - legal/Privacy Policy page
13
19
  - Google Analytics support
14
20
  - Markdown support
15
21
  - custom images
16
- - logo support (instead of just text)
22
+ - logo support (instead of just title text)
17
23
  - automatically updating copyright years
18
- - custom navigation bar, even without the header images
19
- - about section (not the timeline)
20
- - custom footer
21
- - portfolio carousel (coming soon)
24
+ - custom navigation bar, even without the header image(s)
25
+ - customizable footer
26
+ - custom accent color and dark/light colors
27
+ - horizontal scrolling support for client section
28
+ <!--
22
29
  - custom colors with automatic gradient generation (coming soon)
23
30
  - site title logo text font customization (coming soon)
31
+ - horizontal scrolling support for portfolio section (coming soon)
32
+ - about section (different from the timeline) -->
24
33
 
25
34
  The Jekyll structure of this theme includes:
26
35
 
27
- - `_projects` files - what generate the portfolio grid, YAML front matter handles all the details
36
+ - `_portfolio` files - what generate the portfolio grid. YAML front matter handles all the details
28
37
  - the `page` layout allows custom pages, as seen in the legal and 404 pages
29
38
  - `sitetext.yml` enables complete customization of all site text
30
- - `nav.yml` enables fully customizable navigation
31
- - `style.yml` enables fully customizable colors and background images
39
+ - `navigation.yml` enables fully customizable navigation
40
+ - `style.yml` enables fully customizable colors, background images, and other style-related things
32
41
 
33
42
 
34
43
  **If you enjoy this theme, please consider [supporting me](https://www.paypal.me/raviriley) to continue developing and maintaining it.**
@@ -36,6 +45,12 @@ The Jekyll structure of this theme includes:
36
45
  [![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/raviriley)
37
46
 
38
47
  ## Installation
48
+ There are three ways to install this theme:
49
+ 1. As a gem-based theme
50
+ 2. Use the [starter template][template] (best for GitHub Pages)
51
+ 3. As a remote theme
52
+
53
+ #### 1. Gem-based Theme Installation
39
54
 
40
55
  Add this line to your Jekyll site's `Gemfile`:
41
56
 
@@ -43,28 +58,44 @@ Add this line to your Jekyll site's `Gemfile`:
43
58
  gem "jekyll-agency"
44
59
  ```
45
60
 
46
- And add this line to your Jekyll site's `_config.yml`:
47
-
48
- ```yaml
49
- theme: jekyll-agency
50
- ```
61
+ Then, replace the contents of your `_config.yml` file with [this](https://github.com/raviriley/agency-jekyll-theme/blob/master/_config.yml).
51
62
 
52
63
  And then execute:
53
64
 
54
65
  $ bundle
55
66
 
56
- Or install it yourself as:
67
+ Or, install it yourself as:
57
68
 
58
69
  $ gem install jekyll-agency
59
70
 
60
- Then, replace the contents of your `_config.yml` file with [this](https://github.com/raviriley/agency-jekyll-theme/blob/master/_config.yml).
71
+ #### 2. Using the [Starter Template][template]
72
+ This is the fastest and easiest way to get up and running on GitHub Pages.
73
+ Simply generate your own repository by clicking the button below, then replace the sample content with your own and configure for your needs.
74
+
75
+ [![template button](https://img.shields.io/badge/-Create%20repository%20from%20template-brightgreen)](https://github.com/raviriley/agency-jekyll-theme-starter/generate)
61
76
 
62
- ## Usage
77
+ #### 3. Remote Theme Installation
63
78
 
64
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
79
+ Replace the contents of your `_config.yml` file with [this](https://raw.githubusercontent.com/raviriley/agency-jekyll-theme-starter/master/_config.yml) and your `Gemfile` with [this](https://raw.githubusercontent.com/raviriley/agency-jekyll-theme-starter/master/Gemfile). Then execute:
80
+
81
+ $ bundle
82
+
83
+
84
+ [template]: https://github.com/raviriley/agency-jekyll-theme-starter
85
+
86
+ <!--
87
+ ## Documentation and Usage
88
+
89
+ **TODO:** Write usage instructions here. Describe available layouts, includes, or assets.
65
90
 
66
91
  navheader is used only for the home page. nav is used everywhere else.
67
92
 
93
+ Layouts:
94
+
95
+ Includes:
96
+
97
+ -->
98
+
68
99
  ## Contributing
69
100
 
70
101
  This project is intended to be a welcoming space for collaboration. If you have an idea, suggestion, feature request, etc., feel free to open an issue or pull request.
@@ -73,11 +104,12 @@ For bug reports, follow the provided template.
73
104
  #### Improvements - Up for Grabs
74
105
 
75
106
  - multiple language support
76
- - custom background images
107
+ - customizable background coloring for each section
108
+ - ~~custom background images~~
77
109
 
78
110
  ## Development
79
111
 
80
- To set up your environment to develop this theme, clone this repo, then run `bundle install`. To test the theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. Add pages, documents, data, etc. like normal to test the theme's contents. As you make modifications, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
112
+ To set up your environment to develop this theme, [clone this repo](https://github.com/raviriley/agency-jekyll-theme.git), then run `bundle install`. To test the theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. Add pages, documents, data, etc. like normal to test the theme's contents. As you make modifications, your site will regenerate and you should see the changes in the browser after a refresh.
81
113
 
82
114
  ## License
83
115
 
@@ -14,5 +14,5 @@ nav:
14
14
  - title: "Contact"
15
15
  section: contact
16
16
 
17
- - title: "External"
18
- url: https://raviriley.github.io
17
+ - title: "Theme Source"
18
+ url: https://github.com/raviriley/agency-jekyll-theme/
@@ -63,6 +63,8 @@ about:
63
63
 
64
64
  clients:
65
65
  section: clients
66
+ max-height: 100px
67
+ horizontal-scrolling: "" #"yes/no"
66
68
  list:
67
69
  - title: "envato"
68
70
  url: https://github.com/raviriley/agency-jekyll-theme
@@ -85,7 +87,7 @@ team:
85
87
  people:
86
88
  - name: "Kay Garland"
87
89
  role: "Lead Designer"
88
- image: assets/img/team/1.jpg
90
+ image: assets/img/team/500x500.jpg
89
91
  social:
90
92
  - url: https://twitter.com
91
93
  icon: fab fa-twitter
@@ -105,7 +107,7 @@ team:
105
107
  icon: fab fa-linkedin-in
106
108
  - name: "Diana Perterson"
107
109
  role: "Lead Developer"
108
- image: assets/img/team/3.jpg
110
+ image: assets/img/team/500x500.jpg
109
111
  social:
110
112
  - url: https://twitter.com
111
113
  icon: fab fa-twitter
@@ -128,7 +130,7 @@ footer:
128
130
  icon: "fab fa-facebook-f"
129
131
  - url: https://linkedin.com
130
132
  icon: "fab fa-linkedin-in"
131
- - url: https://github.com/raviriley
133
+ - url: https://github.com/raviriley/agency-jekyll-theme
132
134
  icon: "fab fa-github"
133
135
  - url: https://instagram.com
134
136
  icon: "fab fa-instagram"
@@ -1,8 +1,11 @@
1
1
  #Color Customization
2
2
  #highlight: "#54bfff"
3
3
  #white: "#FF0000"
4
- black: "#000"
4
+ #black: "#000"
5
5
 
6
6
  #Image Customization
7
- header-image: "../img/header-bg.jpg"
8
- contact-image: "../img/map-image.png"
7
+ header-image: "../img/header.png"
8
+ contact-image: "../img/contact.png"
9
+
10
+ #Font Awesome icon for portfolio grid when an item is hovered over
11
+ #portfolio-icon: fas fa-expand-arrows-alt fa-3x #default: fas fa-plus fa-3x
@@ -1,9 +1,9 @@
1
1
  <!-- About -->
2
- <section class="page-section" id="{{ site.data.sitetext.about.section | default: about }}">
2
+ <section class="page-section" id="{{ site.data.sitetext.about.section | default: "about" }}">
3
3
  <div class="container">
4
4
  <div class="row">
5
5
  <div class="col-lg-12 text-center">
6
- <h2 class="section-heading text-uppercase">{{ site.data.sitetext.about.title | default: About Us }}</h2>
6
+ <h2 class="section-heading text-uppercase">{{ site.data.sitetext.about.title | default: "About Us" }}</h2>
7
7
  <h3 class="section-subheading text-muted">{{ site.data.sitetext.about.text | default: "" }}</h3>
8
8
  </div>
9
9
  </div>
@@ -1,11 +1,11 @@
1
1
  <!-- Clients -->
2
- <section class="py-5" id=""{{ site.data.sitetext.clients.section | default: clients }}>
2
+ <section class="py-5" id="{{ site.data.sitetext.clients.section | default: "clients" }}">
3
3
  <div class="container">
4
- <div class="row">
4
+ <div class="row" {% if site.data.sitetext.clients.horizontal-scrolling == "yes" %} id="scrolling-clients" {% endif %}>
5
5
  {% for client in site.data.sitetext.clients.list %}
6
6
  <div class="col-md-3 col-sm-6">
7
7
  <a href="{{ client.url }}">
8
- <img class="img-fluid d-block mx-auto" src="{{ client.logo }}" alt="{{ client.title }}">
8
+ <img class="img-fluid d-block mx-auto" src="{{ client.logo }}" alt="{{ client.title }}" style="max-height: {{ site.data.sitetext.clients.max-height | default: "100px" }}">
9
9
  </a>
10
10
  </div>
11
11
  {% endfor %}
@@ -1,5 +1,5 @@
1
1
  <!-- Contact -->
2
- <section class="page-section" id="{{ site.data.sitetext.contact.section | default: contact }}">
2
+ <section class="page-section" id="{{ site.data.sitetext.contact.section | default: "contact" }}">
3
3
  <div class="container">
4
4
  <div class="row">
5
5
  <div class="col-lg-12 text-center">
@@ -9,7 +9,8 @@
9
9
  </div>
10
10
  <div class="row">
11
11
  <div class="col-lg-12">
12
- <form id="contactForm" name="sentMessage" novalidate="novalidate" method="POST" action="https://formspree.io/{{ site.email }}">
12
+ <form id="contactForm" action="https://formspree.io/{{ site.email }}" novalidate="novalidate" method="POST">
13
+ <!--name="sentMessage"-->
13
14
  <div class="row">
14
15
  <div class="col-md-6">
15
16
  <div class="form-group">
@@ -37,6 +38,8 @@
37
38
  <div id="success"></div>
38
39
  <button id="sendMessageButton" class="btn btn-primary btn-xl text-uppercase" type="submit">Send Message</button>
39
40
  </div>
41
+ <input type="text" name="_gotcha" style="display:none">
42
+ <input type="hidden" name="_next" value="#"/>
40
43
  </div>
41
44
  </form>
42
45
  </div>
@@ -23,7 +23,7 @@
23
23
  <div class="col-md-4">
24
24
  <ul class="list-inline quicklinks">
25
25
  <li class="list-inline-item">
26
- <a href="legal">{{ site.data.sitetext.footer.legal | default: Privacy Policy }}</a>
26
+ <a href="legal">{{ site.data.sitetext.footer.legal | default: "Privacy Policy" }}</a>
27
27
  </li>
28
28
  </ul>
29
29
  </div>
@@ -0,0 +1,31 @@
1
+ <!-- Portfolio Modals -->
2
+ {% for project in site.portfolio %}
3
+ <div class="portfolio-modal modal fade" id="p{{ forloop.index }}" tabindex="-1" role="dialog" aria-hidden="true">
4
+ <div class="modal-dialog">
5
+ <div class="modal-content">
6
+ <div class="close-modal" data-dismiss="modal">
7
+ <div class="lr">
8
+ <div class="rl"></div>
9
+ </div>
10
+ </div>
11
+ <div class="container">
12
+ <div class="row">
13
+ <div class="col-lg-8 mx-auto">
14
+ <div class="modal-body">
15
+ <!-- Project Details Go Here -->
16
+ <h2 class="text-uppercase">{{ project.title }}</h2>
17
+ <p class="item-intro text-muted">{{ project.subtitle }}</p>
18
+ <img class="img-fluid d-block mx-auto" src="{{ project.image }}" alt="{{ project.alt }}">
19
+ <p>{{ project.content }}</p>
20
+ <button class="btn btn-primary" data-dismiss="modal" type="button">
21
+ <i class="fas fa-times"></i>
22
+ Close Project</button>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ </div>
27
+ </div>
28
+ </div>
29
+ </div>
30
+ {% endfor %}
31
+ <!-- End Portfolio Modals -->
@@ -1,7 +1,7 @@
1
1
  <!-- Navigation -->
2
2
  <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav" style="background-color:#212529">
3
3
  <div class="container">
4
- <a class="navbar-brand js-scroll-trigger" href="../#">
4
+ <a class="navbar-brand js-scroll-trigger" href="{{ site.baseurl }}/#">
5
5
  {%- if site.logo -%}
6
6
  <img height="{{ site.logo.height | default: 52 }}" src="{{ site.logo.path }}"/>
7
7
  {%- else -%}
@@ -19,7 +19,7 @@
19
19
  {%- if link.url -%}
20
20
  <a class="nav-link js-scroll-trigger" href="{{ link.url }}">{{ link.title }}</a>
21
21
  {%- else if link.section -%}
22
- <a class="nav-link js-scroll-trigger" href="../#{{ link.section }}">{{ link.title }}</a>
22
+ <a class="nav-link js-scroll-trigger" href="{{ site.baseurl }}/#{{ link.section }}">{{ link.title }}</a>
23
23
  {%- else -%}
24
24
  <a class="nav-link js-scroll-trigger" href="#">{{ link.title }}</a>
25
25
  {%- endif -%}
@@ -1,5 +1,5 @@
1
1
  <!-- Navigation -->
2
- <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav"">
2
+ <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
3
3
  <div class="container">
4
4
  <a class="navbar-brand js-scroll-trigger" href="#page-top">
5
5
  {%- if site.logo -%}
@@ -36,9 +36,15 @@
36
36
  <header class="masthead">
37
37
  <div class="container">
38
38
  <div class="intro-text">
39
+ {%- if site.data.sitetext.header.title -%}
39
40
  <div class="intro-lead-in">{{ site.data.sitetext.header.title | markdownify }}</div>
41
+ {%- endif -%}
42
+ {%- if site.data.sitetext.header.text -%}
40
43
  <div class="intro-heading text-uppercase">{{ site.data.sitetext.header.text | markdownify }}</div>
44
+ {%- endif -%}
45
+ {%- if site.data.sitetext.header.button -%}
41
46
  <a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="{{ site.data.sitetext.header.buttonlink }}">{{ site.data.sitetext.header.button }}</a>
47
+ {%- endif -%}
42
48
  </div>
43
49
  </div>
44
50
  </header>
@@ -1,19 +1,19 @@
1
1
  <!-- Portfolio Grid -->
2
- <section class="bg-light page-section" id="{{ site.data.sitetext.portfolio.section | default: portfolio }}">
2
+ <section class="bg-light page-section" id="{{ site.data.sitetext.portfolio.section | default: "portfolio" }}">
3
3
  <div class="container">
4
4
  <div class="row">
5
5
  <div class="col-lg-12 text-center">
6
- <h2 class="section-heading text-uppercase">{{ site.data.sitetext.portfolio.title | markdownify | default: Portfolio }}</h2>
6
+ <h2 class="section-heading text-uppercase">{{ site.data.sitetext.portfolio.title | markdownify | default: "Portfolio" }}</h2>
7
7
  <h3 class="section-subheading text-muted">{{ site.data.sitetext.portfolio.text | markdownify }}</h3>
8
8
  </div>
9
9
  </div>
10
10
  <div class="row">
11
11
  {% for project in site.portfolio %}
12
12
  <div class="col-md-4 col-sm-6 portfolio-item">
13
- <a class="portfolio-link" data-toggle="modal" href="#{{ project.link }}">
13
+ <a class="portfolio-link" data-toggle="modal" href="#p{{ forloop.index }}">
14
14
  <div class="portfolio-hover">
15
15
  <div class="portfolio-hover-content">
16
- <i class="fas fa-plus fa-3x"></i>
16
+ <i class="{{ site.data.style.portfolio-icon | default: "fas fa-plus fa-3x" }}"></i>
17
17
  </div>
18
18
  </div>
19
19
  <img class="img-fluid" src="{{ project.caption.thumbnail }}" alt="">
@@ -27,34 +27,4 @@
27
27
  </div>
28
28
  </div>
29
29
  </section>
30
-
31
- <!-- Portfolio Modals -->
32
- {% for project in site.projects %}
33
- <div class="portfolio-modal modal fade" id="{{ project.link }}" tabindex="-1" role="dialog" aria-hidden="true">
34
- <div class="modal-dialog">
35
- <div class="modal-content">
36
- <div class="close-modal" data-dismiss="modal">
37
- <div class="lr">
38
- <div class="rl"></div>
39
- </div>
40
- </div>
41
- <div class="container">
42
- <div class="row">
43
- <div class="col-lg-8 mx-auto">
44
- <div class="modal-body">
45
- <!-- Project Details Go Here -->
46
- <h2 class="text-uppercase">{{ project.title }}</h2>
47
- <p class="item-intro text-muted">{{ project.subtitle }}</p>
48
- <img class="img-fluid d-block mx-auto" src="{{ project.image }}" alt="{{ project.alt }}">
49
- <p>{{ project.content }}</p>
50
- <button class="btn btn-primary" data-dismiss="modal" type="button">
51
- <i class="fas fa-times"></i>
52
- Close Project</button>
53
- </div>
54
- </div>
55
- </div>
56
- </div>
57
- </div>
58
- </div>
59
- </div>
60
- {% endfor %}
30
+ {% include modals.html %}
@@ -1,10 +1,10 @@
1
1
  <!-- Services -->
2
- <section class="page-section" id="{{ site.data.sitetext.services.section | default: services }}">
2
+ <section class="page-section" id="{{ site.data.sitetext.services.section | default: "services" }}">
3
3
  <div class="container">
4
4
 
5
5
  <div class="row">
6
6
  <div class="col-lg-12 text-center">
7
- <h2 class="section-heading text-uppercase">{{ site.data.sitetext.services.title | default: Services }}</h2>
7
+ <h2 class="section-heading text-uppercase">{{ site.data.sitetext.services.title | default: "Services" }}</h2>
8
8
  {% if site.data.sitetext.services.text %}
9
9
  <h3 class="section-subheading text-muted">{{ site.data.sitetext.services.text }}</h3>
10
10
  {% endif %}
@@ -16,7 +16,7 @@
16
16
  <div class="col-md-4">
17
17
  <span class="fa-stack fa-4x">
18
18
  <i class="fas fa-circle fa-stack-2x text-primary"></i>
19
- <i class="{{ service.icon | default: fas fa-shopping-cart }} fa-stack-1x fa-inverse"></i>
19
+ <i class="{{ service.icon | default: "fas fa-shopping-cart" }} fa-stack-1x fa-inverse"></i>
20
20
  </span>
21
21
  <h4 class="service-heading">{{ service.title | markdownify }}</h4>
22
22
  {% if service.desc %}<div class="text-muted">{{ service.desc | markdownify }}</div>{% endif %}
@@ -1,5 +1,5 @@
1
1
  <!-- Team -->
2
- <section class="bg-light page-section" id="{{ site.data.sitetext.team.section | default: team }}">
2
+ <section class="bg-light page-section" id="{{ site.data.sitetext.team.section | default: "team" }}">
3
3
  <div class="container">
4
4
  <div class="row">
5
5
  <div class="col-lg-12 text-center">
@@ -1,10 +1,10 @@
1
1
  <!-- About -->
2
- <section class="page-section" id="{{ site.data.sitetext.timeline.section | default: about }}">
2
+ <section class="page-section" id="{{ site.data.sitetext.timeline.section | default: "about" }}">
3
3
  <div class="container">
4
4
  <div class="row">
5
5
  <div class="col-lg-12 text-center">
6
- <h2 class="section-heading text-uppercase">{{ site.data.sitetext.timeline.title | markdownify | default: About }}</h2>
7
- <h3 class="section-subheading text-muted">{{ site.data.sitetext.timeline.text | default: timeline}}</h3>
6
+ <h2 class="section-heading text-uppercase">{{ site.data.sitetext.timeline.title | markdownify | default: "About" }}</h2>
7
+ <h3 class="section-subheading text-muted">{{ site.data.sitetext.timeline.text | default: "timeline"}}</h3>
8
8
  </div>
9
9
  </div>
10
10
  <div class="row">