jekyll-agency 1.0.4
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 +7 -0
- data/404.html +14 -0
- data/LICENSE.txt +21 -0
- data/README.md +84 -0
- data/_data/navigation.yml +18 -0
- data/_data/sitetext.yml +137 -0
- data/_data/style.yml +8 -0
- data/_includes/about.html +17 -0
- data/_includes/clients.html +14 -0
- data/_includes/contact.html +46 -0
- data/_includes/footer.html +33 -0
- data/_includes/head.html +47 -0
- data/_includes/nav.html +33 -0
- data/_includes/navheader.html +45 -0
- data/_includes/portfolio_grid.html +60 -0
- data/_includes/services.html +29 -0
- data/_includes/team.html +37 -0
- data/_includes/timeline.html +47 -0
- data/_layouts/default.html +27 -0
- data/_layouts/home.html +11 -0
- data/_layouts/page.html +8 -0
- data/_sass/base/_mixins.scss +13 -0
- data/_sass/base/_page.scss +71 -0
- data/_sass/base/_variables.scss +12 -0
- data/_sass/components/_buttons.scss +26 -0
- data/_sass/components/_navbar.scss +73 -0
- data/_sass/layout/_contact.scss +47 -0
- data/_sass/layout/_footer.scss +43 -0
- data/_sass/layout/_masthead.scss +50 -0
- data/_sass/layout/_portfolio.scss +140 -0
- data/_sass/layout/_services.scss +5 -0
- data/_sass/layout/_team.scss +18 -0
- data/_sass/layout/_timeline.scss +178 -0
- data/assets/css/agency.scss +31 -0
- data/assets/css/all.min.css +5 -0
- data/assets/css/bootstrap.min.css +7 -0
- data/assets/css/bootstrap.min.css.map +1 -0
- data/assets/css/webfonts/fa-brands-400.eot +0 -0
- data/assets/css/webfonts/fa-brands-400.svg +3449 -0
- data/assets/css/webfonts/fa-brands-400.ttf +0 -0
- data/assets/css/webfonts/fa-brands-400.woff +0 -0
- data/assets/css/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/css/webfonts/fa-regular-400.eot +0 -0
- data/assets/css/webfonts/fa-regular-400.svg +803 -0
- data/assets/css/webfonts/fa-regular-400.ttf +0 -0
- data/assets/css/webfonts/fa-regular-400.woff +0 -0
- data/assets/css/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/css/webfonts/fa-solid-900.eot +0 -0
- data/assets/css/webfonts/fa-solid-900.svg +4649 -0
- data/assets/css/webfonts/fa-solid-900.ttf +0 -0
- data/assets/css/webfonts/fa-solid-900.woff +0 -0
- data/assets/css/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/img/clients/creative-market.jpg +0 -0
- data/assets/img/clients/designmodo.jpg +0 -0
- data/assets/img/clients/envato.jpg +0 -0
- data/assets/img/clients/themeforest.jpg +0 -0
- data/assets/img/header-bg.jpg +0 -0
- data/assets/img/header.gif +0 -0
- data/assets/img/map-image.png +0 -0
- 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/04-thumbnail.jpg +0 -0
- data/assets/img/portfolio/05-full.jpg +0 -0
- data/assets/img/portfolio/05-thumbnail.jpg +0 -0
- data/assets/img/portfolio/06-full.jpg +0 -0
- data/assets/img/portfolio/06-thumbnail.jpg +0 -0
- data/assets/img/team/1.jpg +0 -0
- data/assets/img/team/2.jpg +0 -0
- data/assets/img/team/3.jpg +0 -0
- data/assets/img/timeline/1.jpg +0 -0
- data/assets/img/timeline/2.jpg +0 -0
- data/assets/img/timeline/3.jpg +0 -0
- data/assets/img/timeline/4.jpg +0 -0
- data/assets/js/agency.min.js +7 -0
- data/assets/js/bootstrap.bundle.min.js +7 -0
- data/assets/js/bootstrap.bundle.min.js.map +1 -0
- data/assets/js/contact_me.js +75 -0
- data/assets/js/jqBootstrapValidation.js +937 -0
- data/assets/js/jquery.easing.min.js +1 -0
- data/assets/js/jquery.min.js +2 -0
- data/index.md +3 -0
- data/legal.md +37 -0
- metadata +172 -0
    
        data/_includes/nav.html
    ADDED
    
    | @@ -0,0 +1,33 @@ | |
| 1 | 
            +
            <!-- Navigation -->
         | 
| 2 | 
            +
              <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav" style="background-color:#212529">
         | 
| 3 | 
            +
                <div class="container">
         | 
| 4 | 
            +
            	  <a class="navbar-brand js-scroll-trigger" href="../#">
         | 
| 5 | 
            +
                      {%- if site.logo -%}
         | 
| 6 | 
            +
                        <img height="{{ site.logo.height | default: 52 }}" src="{{ site.logo.path }}"/>
         | 
| 7 | 
            +
                      {%- else -%}
         | 
| 8 | 
            +
                        {{ site.title }}
         | 
| 9 | 
            +
                      {%- endif -%}
         | 
| 10 | 
            +
                  </a>
         | 
| 11 | 
            +
                  <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">
         | 
| 12 | 
            +
                    Menu
         | 
| 13 | 
            +
                    <i class="fas fa-bars"></i>
         | 
| 14 | 
            +
                  </button>
         | 
| 15 | 
            +
                  <div class="collapse navbar-collapse" id="navbarResponsive">
         | 
| 16 | 
            +
                    <ul class="navbar-nav text-uppercase ml-auto">
         | 
| 17 | 
            +
            		{%- for link in site.data.navigation.nav -%}
         | 
| 18 | 
            +
            		  <li class="nav-item">
         | 
| 19 | 
            +
            		  {%- if link.url -%}
         | 
| 20 | 
            +
            		    <a class="nav-link js-scroll-trigger" href="{{ link.url }}">{{ link.title }}</a>
         | 
| 21 | 
            +
            		  {%- else if link.section -%}
         | 
| 22 | 
            +
            		    <a class="nav-link js-scroll-trigger" href="../#{{ link.section }}">{{ link.title }}</a>
         | 
| 23 | 
            +
            		  {%- else -%}
         | 
| 24 | 
            +
            		    <a class="nav-link js-scroll-trigger" href="#">{{ link.title }}</a>
         | 
| 25 | 
            +
            		  {%- endif -%}
         | 
| 26 | 
            +
                      </li>
         | 
| 27 | 
            +
            		{% endfor %}
         | 
| 28 | 
            +
                      </li>
         | 
| 29 | 
            +
                    </ul>
         | 
| 30 | 
            +
                  </div>
         | 
| 31 | 
            +
                </div>
         | 
| 32 | 
            +
              </nav>
         | 
| 33 | 
            +
              <!-- End Navigation -->
         | 
| @@ -0,0 +1,45 @@ | |
| 1 | 
            +
              <!-- Navigation -->
         | 
| 2 | 
            +
              <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav"">
         | 
| 3 | 
            +
                <div class="container">
         | 
| 4 | 
            +
            	  <a class="navbar-brand js-scroll-trigger" href="#page-top">
         | 
| 5 | 
            +
                      {%- if site.logo -%}
         | 
| 6 | 
            +
                        <img height="{{ site.logo.height | default: 52 }}" src="{{ site.logo.path }}"/>
         | 
| 7 | 
            +
                      {%- else -%}
         | 
| 8 | 
            +
                        {{ site.title }}
         | 
| 9 | 
            +
                      {%- endif -%}
         | 
| 10 | 
            +
                  </a>
         | 
| 11 | 
            +
                  <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">
         | 
| 12 | 
            +
                    Menu
         | 
| 13 | 
            +
                    <i class="fas fa-bars"></i>
         | 
| 14 | 
            +
                  </button>
         | 
| 15 | 
            +
                  <div class="collapse navbar-collapse" id="navbarResponsive">
         | 
| 16 | 
            +
                    <ul class="navbar-nav text-uppercase ml-auto">
         | 
| 17 | 
            +
            		  {%- for link in site.data.navigation.nav -%}
         | 
| 18 | 
            +
            		  <li class="nav-item">
         | 
| 19 | 
            +
            		  {%- if link.url -%}
         | 
| 20 | 
            +
            		    <a class="nav-link js-scroll-trigger" href="{{ link.url }}">{{ link.title }}</a>
         | 
| 21 | 
            +
            		  {%- else if link.section -%}
         | 
| 22 | 
            +
            		    <a class="nav-link js-scroll-trigger" href="#{{ link.section }}">{{ link.title }}</a>
         | 
| 23 | 
            +
            		  {%- else -%}
         | 
| 24 | 
            +
            		    <a class="nav-link js-scroll-trigger" href="#">{{ link.title }}</a>
         | 
| 25 | 
            +
            		  {%- endif -%}
         | 
| 26 | 
            +
                      </li>
         | 
| 27 | 
            +
            		  {% endfor %}
         | 
| 28 | 
            +
                      </li>
         | 
| 29 | 
            +
                    </ul>
         | 
| 30 | 
            +
                  </div>
         | 
| 31 | 
            +
                </div>
         | 
| 32 | 
            +
              </nav>
         | 
| 33 | 
            +
              <!-- End Navigation -->
         | 
| 34 | 
            +
              
         | 
| 35 | 
            +
              <!-- Header -->
         | 
| 36 | 
            +
              <header class="masthead">
         | 
| 37 | 
            +
                <div class="container">
         | 
| 38 | 
            +
                  <div class="intro-text">
         | 
| 39 | 
            +
                    <div class="intro-lead-in">{{ site.data.sitetext.header.title | markdownify }}</div>
         | 
| 40 | 
            +
                    <div class="intro-heading text-uppercase">{{ site.data.sitetext.header.text | markdownify }}</div>
         | 
| 41 | 
            +
                    <a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="{{ site.data.sitetext.header.buttonlink }}">{{ site.data.sitetext.header.button }}</a>
         | 
| 42 | 
            +
                  </div>
         | 
| 43 | 
            +
                </div>
         | 
| 44 | 
            +
              </header>
         | 
| 45 | 
            +
              <!-- End Header -->
         | 
| @@ -0,0 +1,60 @@ | |
| 1 | 
            +
            <!-- Portfolio Grid -->
         | 
| 2 | 
            +
            <section class="bg-light page-section" id="{{ site.data.sitetext.portfolio.section | default: portfolio }}">
         | 
| 3 | 
            +
              <div class="container">
         | 
| 4 | 
            +
                <div class="row">
         | 
| 5 | 
            +
                  <div class="col-lg-12 text-center">
         | 
| 6 | 
            +
                    <h2 class="section-heading text-uppercase">{{ site.data.sitetext.portfolio.title | markdownify | default: Portfolio }}</h2>
         | 
| 7 | 
            +
                    <h3 class="section-subheading text-muted">{{ site.data.sitetext.portfolio.text | markdownify }}</h3>
         | 
| 8 | 
            +
                  </div>
         | 
| 9 | 
            +
                </div>
         | 
| 10 | 
            +
                <div class="row">
         | 
| 11 | 
            +
            	{% for project in site.portfolio %}
         | 
| 12 | 
            +
                  <div class="col-md-4 col-sm-6 portfolio-item">
         | 
| 13 | 
            +
                    <a class="portfolio-link" data-toggle="modal" href="#{{ project.link }}">
         | 
| 14 | 
            +
                      <div class="portfolio-hover">
         | 
| 15 | 
            +
                        <div class="portfolio-hover-content">
         | 
| 16 | 
            +
                          <i class="fas fa-plus fa-3x"></i>
         | 
| 17 | 
            +
                        </div>
         | 
| 18 | 
            +
                      </div>
         | 
| 19 | 
            +
                      <img class="img-fluid" src="{{ project.caption.thumbnail }}" alt="">
         | 
| 20 | 
            +
                    </a>
         | 
| 21 | 
            +
                    <div class="portfolio-caption">
         | 
| 22 | 
            +
                      <h4>{{ project.caption.title }}</h4>
         | 
| 23 | 
            +
                      <p class="text-muted">{{ project.caption.subtitle }}</p>
         | 
| 24 | 
            +
                    </div>
         | 
| 25 | 
            +
                  </div>
         | 
| 26 | 
            +
            	{% endfor %}
         | 
| 27 | 
            +
                </div>
         | 
| 28 | 
            +
              </div>
         | 
| 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 %}
         | 
| @@ -0,0 +1,29 @@ | |
| 1 | 
            +
            <!-- Services -->
         | 
| 2 | 
            +
              <section class="page-section" id="{{ site.data.sitetext.services.section | default: services }}">
         | 
| 3 | 
            +
                <div class="container">
         | 
| 4 | 
            +
            	
         | 
| 5 | 
            +
                  <div class="row">
         | 
| 6 | 
            +
                    <div class="col-lg-12 text-center">
         | 
| 7 | 
            +
                      <h2 class="section-heading text-uppercase">{{ site.data.sitetext.services.title | default: Services }}</h2>
         | 
| 8 | 
            +
                      {% if site.data.sitetext.services.text %}
         | 
| 9 | 
            +
            		  <h3 class="section-subheading text-muted">{{ site.data.sitetext.services.text }}</h3>
         | 
| 10 | 
            +
            		  {% endif %}
         | 
| 11 | 
            +
                    </div>
         | 
| 12 | 
            +
                  </div>
         | 
| 13 | 
            +
            	  
         | 
| 14 | 
            +
                  <div class="row text-center">
         | 
| 15 | 
            +
            	  {% for service in site.data.sitetext.services.list %}
         | 
| 16 | 
            +
                    <div class="col-md-4">
         | 
| 17 | 
            +
                      <span class="fa-stack fa-4x">
         | 
| 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>
         | 
| 20 | 
            +
                      </span>
         | 
| 21 | 
            +
                      <h4 class="service-heading">{{ service.title | markdownify }}</h4>
         | 
| 22 | 
            +
                      {% if service.desc %}<div class="text-muted">{{ service.desc | markdownify }}</div>{% endif %}
         | 
| 23 | 
            +
                    </div>
         | 
| 24 | 
            +
            	  {% endfor %}
         | 
| 25 | 
            +
                  </div>
         | 
| 26 | 
            +
            	  
         | 
| 27 | 
            +
                </div>
         | 
| 28 | 
            +
              </section>
         | 
| 29 | 
            +
            <!-- End Services -->
         | 
    
        data/_includes/team.html
    ADDED
    
    | @@ -0,0 +1,37 @@ | |
| 1 | 
            +
            <!-- Team -->
         | 
| 2 | 
            +
            <section class="bg-light page-section" id="{{ site.data.sitetext.team.section | default: team }}">
         | 
| 3 | 
            +
            <div class="container">
         | 
| 4 | 
            +
              <div class="row">
         | 
| 5 | 
            +
            	<div class="col-lg-12 text-center">
         | 
| 6 | 
            +
            	  <h2 class="section-heading text-uppercase">{{ site.data.sitetext.team.title }}</h2>
         | 
| 7 | 
            +
            	  <h3 class="section-subheading text-muted">{{ site.data.sitetext.team.text }}</h3>
         | 
| 8 | 
            +
            	</div>
         | 
| 9 | 
            +
              </div>
         | 
| 10 | 
            +
              <div class="row">
         | 
| 11 | 
            +
              {% for person in site.data.sitetext.team.people %}
         | 
| 12 | 
            +
            	<div class="col-sm-4">
         | 
| 13 | 
            +
            	  <div class="team-member">
         | 
| 14 | 
            +
            		<img class="mx-auto rounded-circle" src="{{ person.image }}" alt="">
         | 
| 15 | 
            +
            		<h4>{{ person.name }}</h4>
         | 
| 16 | 
            +
            		<p class="text-muted">{{ person.role }}</p>
         | 
| 17 | 
            +
            		<ul class="list-inline social-buttons">
         | 
| 18 | 
            +
            		{% for network in person.social %}
         | 
| 19 | 
            +
            		  <li class="list-inline-item">
         | 
| 20 | 
            +
            			<a href="{{ network.url }}">
         | 
| 21 | 
            +
            			  <i class="{{ network.icon }}"></i>
         | 
| 22 | 
            +
            			</a>
         | 
| 23 | 
            +
            		  </li>
         | 
| 24 | 
            +
            		{% endfor %}
         | 
| 25 | 
            +
            		</ul>
         | 
| 26 | 
            +
            	  </div>
         | 
| 27 | 
            +
            	</div>
         | 
| 28 | 
            +
              {% endfor %}
         | 
| 29 | 
            +
              </div>
         | 
| 30 | 
            +
              <div class="row">
         | 
| 31 | 
            +
            	<div class="col-lg-8 mx-auto text-center">
         | 
| 32 | 
            +
            	  <div class="large text-muted">{{ site.data.sitetext.team.subtext | markdownify }}</div>
         | 
| 33 | 
            +
            	</div>
         | 
| 34 | 
            +
              </div>
         | 
| 35 | 
            +
            </div>
         | 
| 36 | 
            +
            </section>
         | 
| 37 | 
            +
            <!-- End Team -->
         | 
| @@ -0,0 +1,47 @@ | |
| 1 | 
            +
            <!-- About -->
         | 
| 2 | 
            +
              <section class="page-section" id="{{ site.data.sitetext.timeline.section | default: about }}">
         | 
| 3 | 
            +
                <div class="container">
         | 
| 4 | 
            +
                  <div class="row">
         | 
| 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>
         | 
| 8 | 
            +
                    </div>
         | 
| 9 | 
            +
                  </div>
         | 
| 10 | 
            +
                  <div class="row">
         | 
| 11 | 
            +
                    <div class="col-lg-12">
         | 
| 12 | 
            +
                      <ul class="timeline">
         | 
| 13 | 
            +
            		  {%- for event in site.data.sitetext.timeline.events -%}
         | 
| 14 | 
            +
                        {% if event.align == "right" %}
         | 
| 15 | 
            +
            			<li class="timeline-inverted">
         | 
| 16 | 
            +
            			{% else %}
         | 
| 17 | 
            +
            			<li>
         | 
| 18 | 
            +
            			{% endif %}
         | 
| 19 | 
            +
                          <div class="timeline-image">
         | 
| 20 | 
            +
                            <img class="rounded-circle img-fluid" src="{{ event.image }}" alt="{{ event.alt | default: ""}}">
         | 
| 21 | 
            +
                          </div>
         | 
| 22 | 
            +
                          <div class="timeline-panel">
         | 
| 23 | 
            +
                            <div class="timeline-heading">
         | 
| 24 | 
            +
                              <h4>{{ event.year | markdownify }}</h4>
         | 
| 25 | 
            +
                              <h4 class="subheading">{{ event.title }}</h4>
         | 
| 26 | 
            +
                            </div>
         | 
| 27 | 
            +
                            <div class="timeline-body">
         | 
| 28 | 
            +
                              <div class="text-muted">{{ event.desc | markdownify }}</div>
         | 
| 29 | 
            +
                            </div>
         | 
| 30 | 
            +
                          </div>
         | 
| 31 | 
            +
                        </li>
         | 
| 32 | 
            +
            		  {% endfor %}	
         | 
| 33 | 
            +
                        
         | 
| 34 | 
            +
            		  {% if site.data.sitetext.timeline.end %}	
         | 
| 35 | 
            +
            			<li class="timeline-inverted">
         | 
| 36 | 
            +
                          <div class="timeline-image">
         | 
| 37 | 
            +
                            <h4>{{ site.data.sitetext.timeline.end }}</h4>
         | 
| 38 | 
            +
                          </div>
         | 
| 39 | 
            +
                        </li>
         | 
| 40 | 
            +
            		  {% endif %}
         | 
| 41 | 
            +
            			
         | 
| 42 | 
            +
                      </ul>
         | 
| 43 | 
            +
                    </div>
         | 
| 44 | 
            +
                  </div>
         | 
| 45 | 
            +
                </div>
         | 
| 46 | 
            +
              </section>
         | 
| 47 | 
            +
            <!-- End About -->
         | 
| @@ -0,0 +1,27 @@ | |
| 1 | 
            +
            <!DOCTYPE html>
         | 
| 2 | 
            +
            <html>
         | 
| 3 | 
            +
             | 
| 4 | 
            +
              {% include head.html %}
         | 
| 5 | 
            +
             | 
| 6 | 
            +
              <body id="page-top">
         | 
| 7 | 
            +
             | 
| 8 | 
            +
                  {{ content }}
         | 
| 9 | 
            +
             | 
| 10 | 
            +
            	  {% include footer.html %}
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            	  <!-- Bootstrap core JavaScript -->
         | 
| 13 | 
            +
            	  <script src="assets/js/jquery.min.js"></script>
         | 
| 14 | 
            +
            	  <script src="assets/js/bootstrap.bundle.min.js"></script>
         | 
| 15 | 
            +
             | 
| 16 | 
            +
            	  <!-- Plugin JavaScript -->
         | 
| 17 | 
            +
            	  <script src="assets/js/jquery.easing.min.js"></script>
         | 
| 18 | 
            +
             | 
| 19 | 
            +
            	  <!-- Contact form JavaScript -->
         | 
| 20 | 
            +
            	  <script src="assets/js/jqBootstrapValidation.js"></script>
         | 
| 21 | 
            +
            	  <script src="assets/js/contact_me.js"></script>
         | 
| 22 | 
            +
             | 
| 23 | 
            +
            	  <!-- Custom scripts for this template -->
         | 
| 24 | 
            +
            	  <script src="assets/js/agency.min.js"></script>
         | 
| 25 | 
            +
             | 
| 26 | 
            +
              </body>
         | 
| 27 | 
            +
            </html>
         | 
    
        data/_layouts/home.html
    ADDED
    
    
    
        data/_layouts/page.html
    ADDED
    
    
| @@ -0,0 +1,13 @@ | |
| 1 | 
            +
            // Font Mixins
         | 
| 2 | 
            +
            @mixin serif-font {
         | 
| 3 | 
            +
              font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
         | 
| 4 | 
            +
            }
         | 
| 5 | 
            +
            @mixin script-font {
         | 
| 6 | 
            +
              font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
         | 
| 7 | 
            +
            }
         | 
| 8 | 
            +
            @mixin body-font {
         | 
| 9 | 
            +
              font-family: /*'Roboto Slab',*/ -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
         | 
| 10 | 
            +
            }
         | 
| 11 | 
            +
            @mixin heading-font {
         | 
| 12 | 
            +
              font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
         | 
| 13 | 
            +
            }
         | 
| @@ -0,0 +1,71 @@ | |
| 1 | 
            +
            // Global styling for this template
         | 
| 2 | 
            +
            body {
         | 
| 3 | 
            +
              overflow-x: hidden;
         | 
| 4 | 
            +
              @include body-font;
         | 
| 5 | 
            +
            }
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            p {
         | 
| 8 | 
            +
              line-height: 1.75;
         | 
| 9 | 
            +
            }
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            a {
         | 
| 12 | 
            +
              color: $primary;
         | 
| 13 | 
            +
              &:hover {
         | 
| 14 | 
            +
                color: darken($primary, 10%);
         | 
| 15 | 
            +
              }
         | 
| 16 | 
            +
            }
         | 
| 17 | 
            +
             | 
| 18 | 
            +
            .text-primary {
         | 
| 19 | 
            +
              color: $primary !important;
         | 
| 20 | 
            +
            }
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            h1,
         | 
| 23 | 
            +
            h2,
         | 
| 24 | 
            +
            h3,
         | 
| 25 | 
            +
            h4,
         | 
| 26 | 
            +
            h5,
         | 
| 27 | 
            +
            h6 {
         | 
| 28 | 
            +
              font-weight: 700;
         | 
| 29 | 
            +
              @include heading-font;
         | 
| 30 | 
            +
            }
         | 
| 31 | 
            +
             | 
| 32 | 
            +
            .page-section {
         | 
| 33 | 
            +
              padding: 100px 0;
         | 
| 34 | 
            +
              h2.section-heading {
         | 
| 35 | 
            +
                font-size: 40px;
         | 
| 36 | 
            +
                margin-top: 0;
         | 
| 37 | 
            +
                margin-bottom: 15px;
         | 
| 38 | 
            +
              }
         | 
| 39 | 
            +
              h3.section-subheading {
         | 
| 40 | 
            +
                font-size: 16px;
         | 
| 41 | 
            +
                font-weight: 400;
         | 
| 42 | 
            +
                font-style: italic;
         | 
| 43 | 
            +
                margin-bottom: 75px;
         | 
| 44 | 
            +
                text-transform: none;
         | 
| 45 | 
            +
                @include serif-font;
         | 
| 46 | 
            +
              }
         | 
| 47 | 
            +
            }
         | 
| 48 | 
            +
            @media(min-width:768px) {
         | 
| 49 | 
            +
              section {
         | 
| 50 | 
            +
                padding: 150px 0;
         | 
| 51 | 
            +
              }
         | 
| 52 | 
            +
            }
         | 
| 53 | 
            +
             | 
| 54 | 
            +
            // Highlight color customization
         | 
| 55 | 
            +
            ::-moz-selection {
         | 
| 56 | 
            +
              background: $primary;
         | 
| 57 | 
            +
              text-shadow: none;
         | 
| 58 | 
            +
            }
         | 
| 59 | 
            +
             | 
| 60 | 
            +
            ::selection {
         | 
| 61 | 
            +
              background: $primary;
         | 
| 62 | 
            +
              text-shadow: none;
         | 
| 63 | 
            +
            }
         | 
| 64 | 
            +
             | 
| 65 | 
            +
            img::selection {
         | 
| 66 | 
            +
              background: transparent;
         | 
| 67 | 
            +
            }
         | 
| 68 | 
            +
             | 
| 69 | 
            +
            img::-moz-selection {
         | 
| 70 | 
            +
              background: transparent;
         | 
| 71 | 
            +
            }
         | 
| @@ -0,0 +1,12 @@ | |
| 1 | 
            +
            // Variables
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            // Restated Bootstrap Variables
         | 
| 4 | 
            +
            $gray-100: #f8f9fa !default;
         | 
| 5 | 
            +
            $gray-200: #e9ecef !default;
         | 
| 6 | 
            +
            $gray-300: #dee2e6 !default;
         | 
| 7 | 
            +
            $gray-400: #ced4da !default;
         | 
| 8 | 
            +
            $gray-500: #adb5bd !default;
         | 
| 9 | 
            +
            $gray-600: #868e96 !default;
         | 
| 10 | 
            +
            $gray-700: #495057 !default;
         | 
| 11 | 
            +
            $gray-800: #343a40 !default;
         | 
| 12 | 
            +
            $gray-900: #212529 !default;
         | 
| @@ -0,0 +1,26 @@ | |
| 1 | 
            +
            // Button Styles
         | 
| 2 | 
            +
            .btn {
         | 
| 3 | 
            +
              @include heading-font;
         | 
| 4 | 
            +
              font-weight: 700;
         | 
| 5 | 
            +
            }
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            .btn-xl {
         | 
| 8 | 
            +
              font-size: 18px;
         | 
| 9 | 
            +
              padding: 20px 40px;
         | 
| 10 | 
            +
            }
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            .btn-primary {
         | 
| 13 | 
            +
              background-color: $primary;
         | 
| 14 | 
            +
              border-color: $primary;
         | 
| 15 | 
            +
              &:active,
         | 
| 16 | 
            +
              &:focus,
         | 
| 17 | 
            +
              &:hover {
         | 
| 18 | 
            +
                background-color: darken($primary, 7.5%) !important;
         | 
| 19 | 
            +
                border-color: darken($primary, 7.5%) !important;
         | 
| 20 | 
            +
                color: white;
         | 
| 21 | 
            +
              }
         | 
| 22 | 
            +
              &:active,
         | 
| 23 | 
            +
              &:focus {
         | 
| 24 | 
            +
                box-shadow: 0 0 0 0.2rem rgba(254, 209, 55,.5) !important;
         | 
| 25 | 
            +
              }
         | 
| 26 | 
            +
            }
         | 
| @@ -0,0 +1,73 @@ | |
| 1 | 
            +
            // Styling for the navbar
         | 
| 2 | 
            +
            #mainNav {
         | 
| 3 | 
            +
              background-color: $gray-900;
         | 
| 4 | 
            +
              .navbar-toggler {
         | 
| 5 | 
            +
                font-size: 12px;
         | 
| 6 | 
            +
                right: 0;
         | 
| 7 | 
            +
                padding: 13px;
         | 
| 8 | 
            +
                text-transform: uppercase;
         | 
| 9 | 
            +
                color: white;
         | 
| 10 | 
            +
                border: 0;
         | 
| 11 | 
            +
                background-color: $primary;
         | 
| 12 | 
            +
                @include heading-font;
         | 
| 13 | 
            +
              }
         | 
| 14 | 
            +
              .navbar-brand {
         | 
| 15 | 
            +
                color: $primary;
         | 
| 16 | 
            +
                @include script-font;
         | 
| 17 | 
            +
                &.active,
         | 
| 18 | 
            +
                &:active,
         | 
| 19 | 
            +
                &:focus,
         | 
| 20 | 
            +
                &:hover {
         | 
| 21 | 
            +
                  color: darken($primary, 10%);
         | 
| 22 | 
            +
                }
         | 
| 23 | 
            +
              }
         | 
| 24 | 
            +
              .navbar-nav {
         | 
| 25 | 
            +
                .nav-item {
         | 
| 26 | 
            +
                  .nav-link {
         | 
| 27 | 
            +
                    font-size: 90%;
         | 
| 28 | 
            +
                    font-weight: 400;
         | 
| 29 | 
            +
                    padding: 0.75em 0;
         | 
| 30 | 
            +
                    letter-spacing: 1px;
         | 
| 31 | 
            +
                    color: white;
         | 
| 32 | 
            +
                    @include heading-font;
         | 
| 33 | 
            +
                    &.active,
         | 
| 34 | 
            +
                    &:hover {
         | 
| 35 | 
            +
                      color: $primary;
         | 
| 36 | 
            +
                    }
         | 
| 37 | 
            +
                  }
         | 
| 38 | 
            +
                }
         | 
| 39 | 
            +
              }
         | 
| 40 | 
            +
            }
         | 
| 41 | 
            +
            @media(min-width:992px) {
         | 
| 42 | 
            +
              #mainNav {
         | 
| 43 | 
            +
                padding-top: 25px;
         | 
| 44 | 
            +
                padding-bottom: 25px;
         | 
| 45 | 
            +
                -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
         | 
| 46 | 
            +
                -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
         | 
| 47 | 
            +
                transition: padding-top 0.3s, padding-bottom 0.3s;
         | 
| 48 | 
            +
                border: none;
         | 
| 49 | 
            +
                background-color: transparent;
         | 
| 50 | 
            +
                .navbar-brand {
         | 
| 51 | 
            +
                  font-size: 1.75em;
         | 
| 52 | 
            +
                  -webkit-transition: all 0.3s;
         | 
| 53 | 
            +
                  -moz-transition: all 0.3s;
         | 
| 54 | 
            +
                  transition: all 0.3s;
         | 
| 55 | 
            +
                }
         | 
| 56 | 
            +
                .navbar-nav {
         | 
| 57 | 
            +
                  .nav-item {
         | 
| 58 | 
            +
                    .nav-link {
         | 
| 59 | 
            +
                      padding: 1.1em 1em !important;
         | 
| 60 | 
            +
                    }
         | 
| 61 | 
            +
                  }
         | 
| 62 | 
            +
                }
         | 
| 63 | 
            +
                &.navbar-shrink {
         | 
| 64 | 
            +
                  padding-top: 0;
         | 
| 65 | 
            +
                  padding-bottom: 0;
         | 
| 66 | 
            +
                  background-color: $gray-900;
         | 
| 67 | 
            +
                  .navbar-brand {
         | 
| 68 | 
            +
                    font-size: 1.25em;
         | 
| 69 | 
            +
                    padding: 12px 0;
         | 
| 70 | 
            +
                  }
         | 
| 71 | 
            +
                }
         | 
| 72 | 
            +
              }
         | 
| 73 | 
            +
            }
         |