jekyll-agency 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +52 -23
- data/_data/navigation.yml +2 -2
- data/_data/sitetext.yml +5 -3
- data/_data/style.yml +3 -0
- data/_includes/about.html +2 -2
- data/_includes/clients.html +3 -3
- data/_includes/contact.html +1 -1
- data/_includes/footer.html +1 -1
- data/_includes/modals.html +31 -0
- data/_includes/nav.html +2 -2
- data/_includes/navheader.html +7 -1
- data/_includes/portfolio_grid.html +5 -35
- data/_includes/services.html +3 -3
- data/_includes/team.html +1 -1
- data/_includes/timeline.html +3 -3
- data/_sass/components/client-scroll.scss +11 -0
- data/assets/css/agency.scss +1 -0
- data/assets/css/all.min.css +4 -4
- data/assets/css/webfonts/fa-brands-400.svg +3449 -3449
- data/assets/css/webfonts/fa-regular-400.svg +803 -803
- data/assets/css/webfonts/fa-solid-900.svg +4649 -4649
- data/assets/img/team/500x500.jpg +0 -0
- data/legal.md +2 -2
- metadata +15 -17
- data/assets/img/portfolio/01-full.jpg +0 -0
- data/assets/img/portfolio/01-thumbnail.jpg +0 -0
- data/assets/img/portfolio/02-full.jpg +0 -0
- data/assets/img/portfolio/02-thumbnail.jpg +0 -0
- data/assets/img/portfolio/03-full.jpg +0 -0
- data/assets/img/portfolio/03-thumbnail.jpg +0 -0
- data/assets/img/portfolio/04-full.jpg +0 -0
- data/assets/img/portfolio/05-full.jpg +0 -0
- data/assets/img/portfolio/06-full.jpg +0 -0
- data/assets/img/team/1.jpg +0 -0
- data/assets/img/team/3.jpg +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 106bcaa5271f7d88b493d141f724feb61fb618eb228a05ffb1505821bfcae200
|
|
4
|
+
data.tar.gz: 64dda193213710ebc9a4c826c56dfb829daa9b6e12676cb39eb87fd494a507a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 648f6e57084b0739f3fc083cc00b309d82498daf52f328a8785a515d3d5e584d77b0f9a6bab727dd305c6d60db0e1cae4ad575449ffae866b0abfadc99b9b757
|
|
7
|
+
data.tar.gz: 52888845ef31d67422093a86035513e629bd4de01a8ad68c6ac1185bfe279bec209c81cd2745b61079342c70b9ba2b8df4d92d80236045a3d0420a3d6764557d
|
data/README.md
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
|
|
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
|
+
[](https://rubygems.org/gems/jekyll-agency)
|
|
5
3
|
[](https://github.com/raviriley/agency-jekyll-theme/blob/master/LICENSE.txt)
|
|
6
4
|
[](https://www.paypal.me/raviriley)
|
|
7
|
-
[](https://github.com/raviriley/agency-jekyll-theme-starter/generate)
|
|
6
|
+
|
|
7
|
+
<!--[](https://jekyll-themes.com)-->
|
|
8
8
|
|
|
9
|
+

|
|
9
10
|
|
|
10
|
-
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:
|
|
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:
|
|
11
12
|
|
|
13
|
+
- GitHub Pages support
|
|
14
|
+
- [template repo][template] to get up and running in minutes
|
|
12
15
|
- contact form functionality powered by [Formspree.io](https://formspree.io)
|
|
13
16
|
- custom pages
|
|
14
17
|
- 404 page
|
|
@@ -16,22 +19,25 @@ This is the [Agency Bootstrap theme](https://startbootstrap.com/themes/agency/)
|
|
|
16
19
|
- Google Analytics support
|
|
17
20
|
- Markdown support
|
|
18
21
|
- custom images
|
|
19
|
-
- logo support (instead of just text)
|
|
22
|
+
- logo support (instead of just title text)
|
|
20
23
|
- automatically updating copyright years
|
|
21
24
|
- custom navigation bar, even without the header image(s)
|
|
22
|
-
-
|
|
23
|
-
- custom
|
|
24
|
-
|
|
25
|
+
- customizable footer
|
|
26
|
+
- custom accent color and dark/light colors
|
|
27
|
+
- horizontal scrolling support for client section
|
|
28
|
+
<!--
|
|
25
29
|
- custom colors with automatic gradient generation (coming soon)
|
|
26
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) -->
|
|
27
33
|
|
|
28
34
|
The Jekyll structure of this theme includes:
|
|
29
35
|
|
|
30
36
|
- `_portfolio` files - what generate the portfolio grid. YAML front matter handles all the details
|
|
31
37
|
- the `page` layout allows custom pages, as seen in the legal and 404 pages
|
|
32
38
|
- `sitetext.yml` enables complete customization of all site text
|
|
33
|
-
- `
|
|
34
|
-
- `style.yml` enables fully customizable colors and
|
|
39
|
+
- `navigation.yml` enables fully customizable navigation
|
|
40
|
+
- `style.yml` enables fully customizable colors, background images, and other style-related things
|
|
35
41
|
|
|
36
42
|
|
|
37
43
|
**If you enjoy this theme, please consider [supporting me](https://www.paypal.me/raviriley) to continue developing and maintaining it.**
|
|
@@ -39,6 +45,12 @@ The Jekyll structure of this theme includes:
|
|
|
39
45
|
[](https://www.paypal.me/raviriley)
|
|
40
46
|
|
|
41
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
|
|
42
54
|
|
|
43
55
|
Add this line to your Jekyll site's `Gemfile`:
|
|
44
56
|
|
|
@@ -46,28 +58,44 @@ Add this line to your Jekyll site's `Gemfile`:
|
|
|
46
58
|
gem "jekyll-agency"
|
|
47
59
|
```
|
|
48
60
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
```yaml
|
|
52
|
-
theme: jekyll-agency
|
|
53
|
-
```
|
|
61
|
+
Then, replace the contents of your `_config.yml` file with [this](https://github.com/raviriley/agency-jekyll-theme/blob/master/_config.yml).
|
|
54
62
|
|
|
55
63
|
And then execute:
|
|
56
64
|
|
|
57
65
|
$ bundle
|
|
58
66
|
|
|
59
|
-
Or install it yourself as:
|
|
67
|
+
Or, install it yourself as:
|
|
60
68
|
|
|
61
69
|
$ gem install jekyll-agency
|
|
62
70
|
|
|
63
|
-
|
|
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.
|
|
64
74
|
|
|
65
|
-
|
|
75
|
+
[](https://github.com/raviriley/agency-jekyll-theme-starter/generate)
|
|
66
76
|
|
|
67
|
-
|
|
77
|
+
#### 3. Remote Theme Installation
|
|
78
|
+
|
|
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.
|
|
68
90
|
|
|
69
91
|
navheader is used only for the home page. nav is used everywhere else.
|
|
70
92
|
|
|
93
|
+
Layouts:
|
|
94
|
+
|
|
95
|
+
Includes:
|
|
96
|
+
|
|
97
|
+
-->
|
|
98
|
+
|
|
71
99
|
## Contributing
|
|
72
100
|
|
|
73
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.
|
|
@@ -76,11 +104,12 @@ For bug reports, follow the provided template.
|
|
|
76
104
|
#### Improvements - Up for Grabs
|
|
77
105
|
|
|
78
106
|
- multiple language support
|
|
79
|
-
-
|
|
107
|
+
- customizable background coloring for each section
|
|
108
|
+
- ~~custom background images~~
|
|
80
109
|
|
|
81
110
|
## Development
|
|
82
111
|
|
|
83
|
-
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
|
|
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.
|
|
84
113
|
|
|
85
114
|
## License
|
|
86
115
|
|
data/_data/navigation.yml
CHANGED
data/_data/sitetext.yml
CHANGED
|
@@ -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/
|
|
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/
|
|
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"
|
data/_data/style.yml
CHANGED
data/_includes/about.html
CHANGED
|
@@ -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>
|
data/_includes/clients.html
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<!-- Clients -->
|
|
2
|
-
<section class="py-5" id="
|
|
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 %}
|
data/_includes/contact.html
CHANGED
|
@@ -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">
|
data/_includes/footer.html
CHANGED
|
@@ -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 -->
|
data/_includes/nav.html
CHANGED
|
@@ -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="
|
|
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 -%}
|
data/_includes/navheader.html
CHANGED
|
@@ -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="#{{
|
|
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.portfolio %}
|
|
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 %}
|
data/_includes/services.html
CHANGED
|
@@ -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 %}
|
data/_includes/team.html
CHANGED
|
@@ -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">
|
data/_includes/timeline.html
CHANGED
|
@@ -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">
|
data/assets/css/agency.scss
CHANGED