agency-jekyll-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +52 -0
  4. data/_data/about.yml +27 -0
  5. data/_data/clients.yml +15 -0
  6. data/_data/services.yml +11 -0
  7. data/_data/team.yml +20 -0
  8. data/_data/works.yml +77 -0
  9. data/_includes/about.html +45 -0
  10. data/_includes/clients.html +16 -0
  11. data/_includes/contact.html +44 -0
  12. data/_includes/footer.html +29 -0
  13. data/_includes/google-analytics.html +11 -0
  14. data/_includes/head.html +38 -0
  15. data/_includes/hero.html +11 -0
  16. data/_includes/nav.html +38 -0
  17. data/_includes/portfolio-modals.html +39 -0
  18. data/_includes/portfolio.html +31 -0
  19. data/_includes/services.html +24 -0
  20. data/_includes/team.html +36 -0
  21. data/_layouts/default.html +32 -0
  22. data/_layouts/singlepage.html +11 -0
  23. data/_sass/_mixins.scss +84 -0
  24. data/_sass/_variables.scss +13 -0
  25. data/_sass/agency.scss +738 -0
  26. data/_sass/site.scss +0 -0
  27. data/assets/img/about/1.jpg +0 -0
  28. data/assets/img/about/2.jpg +0 -0
  29. data/assets/img/about/3.jpg +0 -0
  30. data/assets/img/about/4.jpg +0 -0
  31. data/assets/img/header-bg.jpg +0 -0
  32. data/assets/img/logos/aetuts.jpg +0 -0
  33. data/assets/img/logos/creative-market.jpg +0 -0
  34. data/assets/img/logos/designmodo.jpg +0 -0
  35. data/assets/img/logos/envato.jpg +0 -0
  36. data/assets/img/logos/microlancer.jpg +0 -0
  37. data/assets/img/logos/themeforest.jpg +0 -0
  38. data/assets/img/logos/wordpress.jpg +0 -0
  39. data/assets/img/map-image.png +0 -0
  40. data/assets/img/portfolio/dreams.png +0 -0
  41. data/assets/img/portfolio/escape.png +0 -0
  42. data/assets/img/portfolio/golden.png +0 -0
  43. data/assets/img/portfolio/large-dreams.png +0 -0
  44. data/assets/img/portfolio/large-escape.png +0 -0
  45. data/assets/img/portfolio/large-golden.png +0 -0
  46. data/assets/img/portfolio/large-roundicons.png +0 -0
  47. data/assets/img/portfolio/large-startup-framework.png +0 -0
  48. data/assets/img/portfolio/large-treehouse.png +0 -0
  49. data/assets/img/portfolio/roundicons.png +0 -0
  50. data/assets/img/portfolio/startup-framework.png +0 -0
  51. data/assets/img/portfolio/treehouse.png +0 -0
  52. data/assets/img/team/1.jpg +0 -0
  53. data/assets/img/team/2.jpg +0 -0
  54. data/assets/img/team/3.jpg +0 -0
  55. data/assets/js/agency.js +33 -0
  56. data/assets/js/contact_me.js +72 -0
  57. data/assets/js/jqBootstrapValidation.js +912 -0
  58. data/assets/main.scss +17 -0
  59. data/index.md +6 -0
  60. data/vendor/bootstrap/css/bootstrap.css +6757 -0
  61. data/vendor/bootstrap/css/bootstrap.min.css +5 -0
  62. data/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  63. data/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
  64. data/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  65. data/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  66. data/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
  67. data/vendor/bootstrap/js/bootstrap.js +2377 -0
  68. data/vendor/bootstrap/js/bootstrap.min.js +7 -0
  69. data/vendor/font-awesome/css/font-awesome.css +2199 -0
  70. data/vendor/font-awesome/css/font-awesome.min.css +4 -0
  71. data/vendor/font-awesome/fonts/FontAwesome.otf +0 -0
  72. data/vendor/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  73. data/vendor/font-awesome/fonts/fontawesome-webfont.svg +685 -0
  74. data/vendor/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  75. data/vendor/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  76. data/vendor/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  77. data/vendor/font-awesome/less/animated.less +34 -0
  78. data/vendor/font-awesome/less/bordered-pulled.less +25 -0
  79. data/vendor/font-awesome/less/core.less +12 -0
  80. data/vendor/font-awesome/less/fixed-width.less +6 -0
  81. data/vendor/font-awesome/less/font-awesome.less +18 -0
  82. data/vendor/font-awesome/less/icons.less +733 -0
  83. data/vendor/font-awesome/less/larger.less +13 -0
  84. data/vendor/font-awesome/less/list.less +19 -0
  85. data/vendor/font-awesome/less/mixins.less +60 -0
  86. data/vendor/font-awesome/less/path.less +15 -0
  87. data/vendor/font-awesome/less/rotated-flipped.less +20 -0
  88. data/vendor/font-awesome/less/screen-reader.less +5 -0
  89. data/vendor/font-awesome/less/stacked.less +20 -0
  90. data/vendor/font-awesome/less/variables.less +744 -0
  91. data/vendor/font-awesome/scss/_animated.scss +34 -0
  92. data/vendor/font-awesome/scss/_bordered-pulled.scss +25 -0
  93. data/vendor/font-awesome/scss/_core.scss +12 -0
  94. data/vendor/font-awesome/scss/_fixed-width.scss +6 -0
  95. data/vendor/font-awesome/scss/_icons.scss +733 -0
  96. data/vendor/font-awesome/scss/_larger.scss +13 -0
  97. data/vendor/font-awesome/scss/_list.scss +19 -0
  98. data/vendor/font-awesome/scss/_mixins.scss +60 -0
  99. data/vendor/font-awesome/scss/_path.scss +15 -0
  100. data/vendor/font-awesome/scss/_rotated-flipped.scss +20 -0
  101. data/vendor/font-awesome/scss/_screen-reader.scss +5 -0
  102. data/vendor/font-awesome/scss/_stacked.scss +20 -0
  103. data/vendor/font-awesome/scss/_variables.scss +744 -0
  104. data/vendor/font-awesome/scss/font-awesome.scss +18 -0
  105. data/vendor/jquery/jquery.js +11008 -0
  106. data/vendor/jquery/jquery.min.js +5 -0
  107. metadata +193 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1faf3028c19a9206962cd7178af5bcc3686d9d53
4
+ data.tar.gz: fd7470eaa1d1a9fe8a1443258558a2242024c80e
5
+ SHA512:
6
+ metadata.gz: c31d43729b15eff350eeb783b01828fc442037e010d0a2f99efb385c99dec16a35ae13dbc0c27a997c0e9753b8d11fe3c370508e19343e43a1cda551d12871fc
7
+ data.tar.gz: 372bd1b2e02b0b5a7b3e33da0fce9c15e458c2875f5703568f4ea1c1c4c615426d9f35d70c6fc775f4b6f4f05ff68daee7a65ddb2be0b98b1c00d145b691ec78
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+
2
+ The MIT License (MIT)
3
+
4
+ Copyright (c) 2013-2016 Blackrock Digital LLC.
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in
14
+ all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ THE SOFTWARE.
@@ -0,0 +1,52 @@
1
+ # Agency Jekyll Theme
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content in the yaml files in `_data` and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
4
+
5
+ [Agency Jekyll Theme](http://github.com/laklau/agency-jekyll-theme/tree/gh-pages) is a jekyll theme gem, the jekyllization by [Adab1ts] (http://github.com/adab1ts) of Agency theme.
6
+
7
+ [Agency](http://startbootstrap.com/template-overviews/agency/) is a one page agency portfolio theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/).
8
+
9
+ This theme features several content sections, a responsive portfolio grid with hover effects, full page portfolio item modals, a responsive timeline, and a contact form.
10
+
11
+ ## Installation
12
+
13
+ Add this line to your Jekyll site's Gemfile:
14
+
15
+ ```ruby
16
+ gem "agency-jekyll-theme"
17
+ ```
18
+
19
+ And add this line to your Jekyll site's `_config.yml`:
20
+
21
+ ```yaml
22
+ theme: agency-jekyll-theme
23
+ ```
24
+
25
+ And then execute:
26
+
27
+ $ bundle
28
+
29
+ Or install it yourself as:
30
+
31
+ $ gem install agency-jekyll-theme
32
+
33
+ ## Usage
34
+
35
+ This theme is a single page with several includes (one for each section)
36
+ The content is en '_data' folder, ready to be customizated with you information.
37
+
38
+ ## Contributing
39
+
40
+ Bug reports and pull requests are welcome on GitHub at https://github.com/laklau/agency-jekyll-theme. 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.
41
+
42
+ ## Development
43
+
44
+ To set up your environment to develop this theme, run `bundle install`.
45
+
46
+ You theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
47
+
48
+ When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
49
+
50
+ ## License
51
+
52
+ The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -0,0 +1,27 @@
1
+ - name: "Our Humble Beginnings"
2
+ image: "1.jpg"
3
+ img-alt: "image description"
4
+ year: "2009-2011"
5
+ text: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!"
6
+ side: left
7
+
8
+ - name: "An Agency is Born"
9
+ image: "2.jpg"
10
+ img-alt: "image description"
11
+ year: "March 2011"
12
+ text: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!"
13
+ side: right
14
+
15
+ - name: "Transition to Full Service"
16
+ image: "3.jpg"
17
+ img-alt: "image description"
18
+ year: "December 2012"
19
+ text: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!"
20
+ side: left
21
+
22
+ - name: "Phase Two Expansion"
23
+ image: "4.jpg"
24
+ img-alt: "image description"
25
+ year: "July 2014"
26
+ text: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!"
27
+ side: right
@@ -0,0 +1,15 @@
1
+ - img-alt: "Envato logo"
2
+ logo: "envato.jpg"
3
+ web: "http://envato.com/"
4
+
5
+ - img-alt: "Design Modo logo"
6
+ logo: "designmodo.jpg"
7
+ web:
8
+
9
+ - img-alt: "Theme Forest logo"
10
+ logo: "themeforest.jpg"
11
+ web:
12
+
13
+ - img-alt: "Creative Market logo"
14
+ logo: "creative-market.jpg"
15
+ web:
@@ -0,0 +1,11 @@
1
+ - name: "E-Commerce"
2
+ icon: "shopping-cart"
3
+ description: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit."
4
+
5
+ - name: "Responsive Design"
6
+ icon: "laptop"
7
+ description: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit."
8
+
9
+ - name: "Web Security"
10
+ icon: "lock"
11
+ description: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit."
@@ -0,0 +1,20 @@
1
+ - name: "Kay Garland"
2
+ bio: "Lead Designer"
3
+ twitter: konklone
4
+ facebook: konklone
5
+ linkedin: konklone
6
+ photo: 1.jpg
7
+
8
+ - name: "Larry Parker"
9
+ bio: "Lead Marketer"
10
+ twitter: parkr
11
+ facebook: parkr
12
+ linkedin: parkr
13
+ photo: 2.jpg
14
+
15
+ - name: "Diana Pertersen"
16
+ bio: "Lead Developer"
17
+ twitter: liufengyun
18
+ facebook: liufengyun
19
+ linkedin: liufengyun
20
+ photo: 3.jpg
@@ -0,0 +1,77 @@
1
+ - order: 001
2
+ name: "Round Icons"
3
+ category: "Graphic Design"
4
+ date: "July 2014"
5
+ client: "Client name"
6
+ web: "http://"
7
+ photo: "roundicons.png"
8
+ img-alt: "Photo description"
9
+ id: "portfolioModal01"
10
+ description: "Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!"
11
+ claim: "Lorem ipsum dolor sit amet consectetur."
12
+ call-to-action: "Est blanditiis quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo."
13
+
14
+ - order: 002
15
+ name: "Startup Framework"
16
+ category: "Website Design"
17
+ date: "May 2015"
18
+ client: "Client name"
19
+ web: "http://"
20
+ photo: "startup-framework.png"
21
+ img-alt: "Photo description"
22
+ id: "portfolioModal02"
23
+ description: "Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, reiciendis facere nemo!"
24
+ claim: "Lorem ipsum dolor sit amet consectetur."
25
+ call-to-action: "Est blanditiis quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo."
26
+
27
+ - order: 003
28
+ name: "Treehouse"
29
+ category: "Website Design"
30
+ date: "July 2015"
31
+ client: "Client name"
32
+ web: "http://"
33
+ photo: "treehouse.png"
34
+ img-alt: "Photo description"
35
+ id: "portfolioModal03"
36
+ description: "Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!"
37
+ claim: "Lorem ipsum dolor sit amet consectetur."
38
+ call-to-action: "Est blanditiis quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo."
39
+
40
+ - order: 004
41
+ name: "Golden"
42
+ category: "Website Design"
43
+ date: "October 2015"
44
+ client: "Client name"
45
+ web: "http://"
46
+ photo: "golden.png"
47
+ img-alt: "Photo description"
48
+ id: "portfolioModal04"
49
+ description: "Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia."
50
+ claim: "Lorem ipsum dolor sit amet consectetur."
51
+ call-to-action: "Est blanditiis quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo."
52
+
53
+ - order: 005
54
+ name: "Escape"
55
+ category: "Graphic Design"
56
+ date: "July 2016"
57
+ client: "Client name"
58
+ web: "http://"
59
+ photo: "escape.png"
60
+ img-alt: "Photo description"
61
+ id: "portfolioModal05"
62
+ description: "Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit."
63
+ claim: "Lorem ipsum dolor sit amet consectetur."
64
+ call-to-action: "Est blanditiis quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo."
65
+
66
+ - order: 006
67
+ name: "Dreams"
68
+ category: "Graphic Design"
69
+ date: "November 2016"
70
+ client: "Client name"
71
+ web: "http://"
72
+ photo: "dreams.png"
73
+ img-alt: "Photo description"
74
+ id: "portfolioModal06"
75
+ description: "Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat, nostrum, reiciendis facere nemo!"
76
+ claim: "Lorem ipsum dolor sit amet consectetur."
77
+ call-to-action: "Est blanditiis quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo."
@@ -0,0 +1,45 @@
1
+ <!-- About Section -->
2
+ <section id="about">
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col-lg-12 text-center">
6
+ <h2 class="section-heading">About</h2>
7
+ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
8
+ </div>
9
+ </div>
10
+ <div class="row">
11
+ <div class="col-lg-12">
12
+ <ul class="timeline">
13
+ {% for element in site.data.about %}
14
+ {% if element.side == 'right' %}
15
+ <li class="timeline-inverted">
16
+ {% else %}
17
+ <li>
18
+ {% endif %}
19
+ <div class="timeline-image">
20
+ <img class="img-circle img-responsive" src="/assets/img/about/{{ element.image }}" alt="{{ element.img-alt }}">
21
+ </div>
22
+ <div class="timeline-panel">
23
+ <div class="timeline-heading">
24
+ <h4>{{ element.year }}</h4>
25
+ <h4 class="subheading">{{ element.name }}</h4>
26
+ </div>
27
+ <div class="timeline-body">
28
+ <p class="text-muted">{{ element.text }}</p>
29
+ </div>
30
+ </div>
31
+ </li>
32
+ {% endfor %}
33
+
34
+ <li class="timeline-inverted">
35
+ <div class="timeline-image">
36
+ <h4>Be Part
37
+ <br>Of Our
38
+ <br>Story!</h4>
39
+ </div>
40
+ </li>
41
+ </ul>
42
+ </div>
43
+ </div>
44
+ </div>
45
+ </section>
@@ -0,0 +1,16 @@
1
+ <!-- Clients Aside -->
2
+ <aside class="clients">
3
+ <div class="container">
4
+ <div class="row">
5
+
6
+ {% for client in site.data.clients %}
7
+ <div class="col-md-3 col-sm-6">
8
+ <a href="{{ client.web }}" target="_blank">
9
+ <img src="/assets/img/logos/{{ client.logo }}" class="img-responsive img-centered" alt="{{ client.img-alt }}">
10
+ </a>
11
+ </div>
12
+ {% endfor %}
13
+
14
+ </div>
15
+ </div>
16
+ </aside>
@@ -0,0 +1,44 @@
1
+ <!-- Contact Section -->
2
+ <section id="contact">
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col-lg-12 text-center">
6
+ <h2 class="section-heading">Contact Us</h2>
7
+ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
8
+ </div>
9
+ </div>
10
+ <div class="row">
11
+ <div class="col-lg-12">
12
+ <form name="sentMessage" id="contactForm" novalidate>
13
+ <div class="row">
14
+ <div class="col-md-6">
15
+ <div class="form-group">
16
+ <input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
17
+ <p class="help-block text-danger"></p>
18
+ </div>
19
+ <div class="form-group">
20
+ <input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
21
+ <p class="help-block text-danger"></p>
22
+ </div>
23
+ <div class="form-group">
24
+ <input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
25
+ <p class="help-block text-danger"></p>
26
+ </div>
27
+ </div>
28
+ <div class="col-md-6">
29
+ <div class="form-group">
30
+ <textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea>
31
+ <p class="help-block text-danger"></p>
32
+ </div>
33
+ </div>
34
+ <div class="clearfix"></div>
35
+ <div class="col-lg-12 text-center">
36
+ <div id="success"></div>
37
+ <button type="submit" class="btn btn-xl">Send Message</button>
38
+ </div>
39
+ </div>
40
+ </form>
41
+ </div>
42
+ </div>
43
+ </div>
44
+ </section>
@@ -0,0 +1,29 @@
1
+ <!-- Footer -->
2
+
3
+ <footer>
4
+ <div class="container">
5
+ <div class="row">
6
+ <div class="col-md-4">
7
+ <span class="copyright">Copyright &copy; Your Website 2016</span>
8
+ </div>
9
+ <div class="col-md-4">
10
+ <ul class="list-inline social-buttons">
11
+ <li><a href="#"><i class="fa fa-twitter"></i></a>
12
+ </li>
13
+ <li><a href="#"><i class="fa fa-facebook"></i></a>
14
+ </li>
15
+ <li><a href="#"><i class="fa fa-linkedin"></i></a>
16
+ </li>
17
+ </ul>
18
+ </div>
19
+ <div class="col-md-4">
20
+ <ul class="list-inline quicklinks">
21
+ <li><a href="#">Privacy Policy</a>
22
+ </li>
23
+ <li><a href="#">Terms of Use</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div>
28
+ </div>
29
+ </footer>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
6
+
7
+ ga('create', '{{ site.google_analytics }}', 'auto');
8
+ ga('send', 'pageview');
9
+
10
+ </script>
11
+
@@ -0,0 +1,38 @@
1
+ <!-- Head -->
2
+ <head>
3
+
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
8
+ <meta name="author" content="{{ page.author }}">
9
+ <meta name="keywords" content="{{ page.keyword | strip_html | normalize_whitespace | escape }}">
10
+
11
+ <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
12
+
13
+ <!-- Bootstrap Core CSS -->
14
+ <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
15
+
16
+ <!-- Custom Fonts -->
17
+ <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
18
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
19
+ <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
20
+ <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
21
+ <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
22
+
23
+ <!-- Theme CSS -->
24
+ <link href="/assets/main.css" rel="stylesheet">
25
+
26
+ <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
27
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
28
+ <!--[if lt IE 9]>
29
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
30
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
31
+ <![endif]-->
32
+
33
+
34
+ {% if jekyll.environment == 'production' and site.google_analytics %}
35
+ {% include google-analytics.html %}
36
+ {% endif %}
37
+
38
+ </head>
@@ -0,0 +1,11 @@
1
+ <!-- Hero -->
2
+ <!-- Header -->
3
+ <header>
4
+ <div class="container">
5
+ <div class="intro-text">
6
+ <div class="intro-lead-in">Welcome To Our Studio!</div>
7
+ <div class="intro-heading">It's Nice To Meet You</div>
8
+ <a href="#services" class="page-scroll btn btn-xl">Tell Me More</a>
9
+ </div>
10
+ </div>
11
+ </header>