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,38 @@
1
+ <!-- Navigation -->
2
+ <nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
3
+ <div class="container">
4
+ <!-- Brand and toggle get grouped for better mobile display -->
5
+ <div class="navbar-header page-scroll">
6
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
7
+ <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
8
+ </button>
9
+ <a class="navbar-brand page-scroll" href="#page-top">{{ site.title }}</a>
10
+ </div>
11
+
12
+ <!-- Collect the nav links, forms, and other content for toggling -->
13
+ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
14
+ <ul class="nav navbar-nav navbar-right">
15
+ <li class="hidden">
16
+ <a href="#page-top"></a>
17
+ </li>
18
+ <li>
19
+ <a class="page-scroll" href="#services">Services</a>
20
+ </li>
21
+ <li>
22
+ <a class="page-scroll" href="#portfolio">Portfolio</a>
23
+ </li>
24
+ <li>
25
+ <a class="page-scroll" href="#about">About</a>
26
+ </li>
27
+ <li>
28
+ <a class="page-scroll" href="#team">Team</a>
29
+ </li>
30
+ <li>
31
+ <a class="page-scroll" href="#contact">Contact</a>
32
+ </li>
33
+ </ul>
34
+ </div>
35
+ <!-- /.navbar-collapse -->
36
+ </div>
37
+ <!-- /.container-fluid -->
38
+ </nav>
@@ -0,0 +1,39 @@
1
+ <!-- Portfolio Modals -->
2
+ <!-- Use the modals below to showcase details about your portfolio projects! -->
3
+
4
+ {% for project in site.data.works %}
5
+ <!-- Portfolio Modal {{ project.order }} -->
6
+ <div class="portfolio-modal modal fade" id="{{ project.id }}" tabindex="-1" role="dialog" aria-hidden="true">
7
+ <div class="modal-dialog">
8
+ <div class="modal-content">
9
+ <div class="close-modal" data-dismiss="modal">
10
+ <div class="lr">
11
+ <div class="rl">
12
+ </div>
13
+ </div>
14
+ </div>
15
+ <div class="container">
16
+ <div class="row">
17
+ <div class="col-lg-8 col-lg-offset-2">
18
+ <div class="modal-body">
19
+ <!-- Project Details Go Here -->
20
+ <h2>{{ project.name }}</h2>
21
+ <p class="item-intro text-muted">{{ project.claim }}</p>
22
+ <img class="img-responsive img-centered" src="/assets/img/portfolio/large-{{ project.photo }}" alt="{{ project.img-alt }}">
23
+ <p>{{ project.description }}</p>
24
+ <p><strong>{{ project.call-to-action }}</strong></p>
25
+ <p>Project site: <a href="{{ project.web }}">{{ project.web }}</a></p>
26
+ <ul class="list-inline">
27
+ <li>Date: {{ project.date }}</li>
28
+ <li>Client: {{ project.client }}</li>
29
+ <li>Category: {{ project.category }}</li>
30
+ </ul>
31
+ <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
32
+ </div>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ </div>
39
+ {% endfor %}
@@ -0,0 +1,31 @@
1
+ <!-- Portfolio Grid Section -->
2
+ <section id="portfolio" class="bg-light-gray">
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col-lg-12 text-center">
6
+ <h2 class="section-heading">Portfolio</h2>
7
+ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
8
+ </div>
9
+ </div>
10
+ <div class="row">
11
+
12
+ {% for project in site.data.works %}
13
+ <div class="col-md-4 col-sm-6 portfolio-item">
14
+ <a href="#{{ project.id }}" class="portfolio-link" data-toggle="modal">
15
+ <div class="portfolio-hover">
16
+ <div class="portfolio-hover-content">
17
+ <i class="fa fa-plus fa-3x"></i>
18
+ </div>
19
+ </div>
20
+ <img src="/assets/img/portfolio/{{ project.photo }}" class="img-responsive" alt="{{ project.img-alt }}">
21
+ </a>
22
+ <div class="portfolio-caption">
23
+ <h4>{{ project.name }}</h4>
24
+ <p class="text-muted">{{ project.category }}</p>
25
+ </div>
26
+ </div>
27
+ {% endfor %}
28
+
29
+ </div>
30
+ </div>
31
+ </section>
@@ -0,0 +1,24 @@
1
+ <!-- Services Section -->
2
+ <section id="services">
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col-lg-12 text-center">
6
+ <h2 class="section-heading">Services</h2>
7
+ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
8
+ </div>
9
+ </div>
10
+ <div class="row text-center">
11
+ {% for service in site.data.services %}
12
+ <div class="col-md-4">
13
+ <span class="fa-stack fa-4x">
14
+ <i class="fa fa-circle fa-stack-2x text-primary"></i>
15
+ <i class="fa fa-{{ service.icon }} fa-stack-1x fa-inverse"></i>
16
+ </span>
17
+ <h4 class="service-heading">{{ service.name }}</h4>
18
+ <p class="text-muted">{{ service.description }}</p>
19
+ </div>
20
+ {% endfor %}
21
+
22
+ </div>
23
+ </div>
24
+ </section>
@@ -0,0 +1,36 @@
1
+ <!-- Team Section -->
2
+ <section id="team" class="bg-light-gray">
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col-lg-12 text-center">
6
+ <h2 class="section-heading">Our Amazing Team</h2>
7
+ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
8
+ </div>
9
+ </div>
10
+ <div class="row">
11
+ {% for member in site.data.team %}
12
+ <div class="col-sm-4">
13
+ <div class="team-member">
14
+ <img src="/assets/img/team/{{ member.photo }}" class="img-responsive img-circle" alt="{{ member.name }}">
15
+ <h4>{{ member.name }}</h4>
16
+ <p class="text-muted">{{ member.bio }}</p>
17
+ <ul class="list-inline social-buttons">
18
+ <li><a href="http://twitter.com/{{ member.twitter }}"><i class="fa fa-twitter"></i></a>
19
+ </li>
20
+ <li><a href="http://www.facebook.com/{{ member.facebook }}"><i class="fa fa-facebook"></i></a>
21
+ </li>
22
+ <li><a href="http://www.linkedin.com/in/{{ member.linkedin }}"><i class="fa fa-linkedin"></i></a>
23
+ </li>
24
+ </ul>
25
+ </div>
26
+ </div>
27
+ {% endfor %}
28
+
29
+ </div>
30
+ <div class="row">
31
+ <div class="col-lg-8 col-lg-offset-2 text-center">
32
+ <p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ </section>
@@ -0,0 +1,32 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ {% include head.html %}
4
+
5
+ <body id="page-top" class="index">
6
+ {% include nav.html %}
7
+
8
+ {{ content }}
9
+
10
+ {% include footer.html %}
11
+
12
+ <!-- jQuery -->
13
+ <script src="/vendor/jquery/jquery.min.js"></script>
14
+
15
+ <!-- Bootstrap Core JavaScript -->
16
+ <script src="/vendor/bootstrap/js/bootstrap.min.js"></script>
17
+
18
+ <!-- Plugin JavaScript -->
19
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
20
+
21
+ <!-- Contact Form JavaScript -->
22
+ <!--
23
+ <script src="js/jqBootstrapValidation.js"></script>
24
+ <script src="js/contact_me.js"></script>
25
+ -->
26
+
27
+ <!-- Theme JavaScript -->
28
+ <script src="/assets/js/agency.js"></script>
29
+
30
+ </body>
31
+
32
+ </html>
@@ -0,0 +1,11 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ {% include hero.html %}
5
+ {% include services.html %}
6
+ {% include portfolio.html %}
7
+ {% include about.html %}
8
+ {% include team.html %}
9
+ {% include clients.html %}
10
+ {% include contact.html %}
11
+ {% include portfolio-modals.html %}
@@ -0,0 +1,84 @@
1
+ // Mixins
2
+
3
+ // Bootstrap Button Variant
4
+
5
+ @mixin button-variant($color, $background, $border) {
6
+ color: $color;
7
+ background-color: $background;
8
+ border-color: $border;
9
+
10
+ &:focus,
11
+ &.focus {
12
+ color: $color;
13
+ background-color: darken($background, 10%);
14
+ border-color: darken($border, 25%);
15
+ }
16
+ &:hover {
17
+ color: $color;
18
+ background-color: darken($background, 10%);
19
+ border-color: darken($border, 12%);
20
+ }
21
+ &:active,
22
+ &.active,
23
+ .open > &.dropdown-toggle {
24
+ color: $color;
25
+ background-color: darken($background, 10%);
26
+ border-color: darken($border, 12%);
27
+
28
+ &:hover,
29
+ &:focus,
30
+ &.focus {
31
+ color: $color;
32
+ background-color: darken($background, 17%);
33
+ border-color: darken($border, 25%);
34
+ }
35
+ }
36
+ &:active,
37
+ &.active,
38
+ .open > &.dropdown-toggle {
39
+ background-image: none;
40
+ }
41
+ &.disabled,
42
+ &[disabled],
43
+ fieldset[disabled] & {
44
+ &:hover,
45
+ &:focus,
46
+ &.focus {
47
+ background-color: $background;
48
+ border-color: $border;
49
+ }
50
+ }
51
+
52
+ .badge {
53
+ color: $background;
54
+ background-color: $color;
55
+ }
56
+ }
57
+
58
+ // Background Cover Mixin
59
+
60
+ @mixin background-cover {
61
+ -webkit-background-size: cover;
62
+ -moz-background-size: cover;
63
+ background-size: cover;
64
+ -o-background-size: cover;
65
+ }
66
+
67
+ // Font Mixins
68
+
69
+ @mixin serif-font {
70
+ font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
71
+ }
72
+
73
+ @mixin script-font {
74
+ font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
75
+ }
76
+
77
+ @mixin body-font {
78
+ font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
79
+ }
80
+
81
+ @mixin heading-font {
82
+ font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
83
+ text-transform: uppercase;
84
+ }
@@ -0,0 +1,13 @@
1
+ // Variables
2
+
3
+ // Gray and Brand Colors for use across theme
4
+
5
+ $theme-primary: #fed136;
6
+ $theme-danger: #e74c3c;
7
+
8
+ $gray-base: #000 !default;
9
+ $gray-darker: lighten($gray-base, 13.5%) !default; // #222
10
+ $gray-dark: lighten($gray-base, 20%) !default; // #333
11
+ $gray: lighten($gray-base, 33.5%) !default; // #555
12
+ $gray-light: lighten($gray-base, 46.7%) !default; // #777
13
+ $gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
@@ -0,0 +1,738 @@
1
+ @import "variables.scss";
2
+ @import "mixins.scss";
3
+
4
+ // Global Components
5
+
6
+ body {
7
+ overflow-x: hidden;
8
+ @include body-font;
9
+ }
10
+
11
+ .text-muted {
12
+ color: $gray-light;
13
+ }
14
+
15
+ .text-primary {
16
+ color: $theme-primary;
17
+ }
18
+
19
+ p {
20
+ font-size: 14px;
21
+ line-height: 1.75;
22
+ }
23
+
24
+ p.large {
25
+ font-size: 16px;
26
+ }
27
+
28
+ a,
29
+ a:hover,
30
+ a:focus,
31
+ a:active,
32
+ a.active {
33
+ outline: none;
34
+ }
35
+
36
+ a {
37
+ color: $theme-primary;
38
+ }
39
+
40
+ a:hover,
41
+ a:focus,
42
+ a:active,
43
+ a.active {
44
+ color: darken($theme-primary, 10%);
45
+ }
46
+
47
+ h1, h2, h3, h4, h5, h6 {
48
+ @include heading-font;
49
+ font-weight: 700;
50
+ }
51
+
52
+ .img-centered {
53
+ margin: 0 auto;
54
+ }
55
+
56
+ .bg-light-gray {
57
+ background-color: $gray-lighter;
58
+ }
59
+
60
+ .bg-darkest-gray {
61
+ background-color: $gray-darker;
62
+ }
63
+
64
+ // Restyled Primary Buttons
65
+
66
+ .btn-primary {
67
+ @include button-variant(white, $theme-primary, $theme-primary);
68
+ @include heading-font;
69
+ font-weight: 700;
70
+ }
71
+
72
+ .btn-xl {
73
+ @include button-variant(white, $theme-primary, $theme-primary);
74
+ @include heading-font;
75
+ font-weight: 700;
76
+ border-radius: 3px;
77
+ font-size: 18px;
78
+ padding: 20px 40px;
79
+ }
80
+
81
+ // Custom Navigation Bar
82
+
83
+ .navbar-custom {
84
+ background-color: $gray-darker;
85
+ border-color: transparent;
86
+ .navbar-brand {
87
+ color: $theme-primary;
88
+ @include script-font;
89
+ &:hover,
90
+ &:focus,
91
+ &:active,
92
+ &.active {
93
+ color: darken($theme-primary, 10%);
94
+ }
95
+ }
96
+ .navbar-collapse {
97
+ border-color: fade-out(white, .02);
98
+ }
99
+ .navbar-toggle {
100
+ background-color: $theme-primary;
101
+ border-color: $theme-primary;
102
+ @include heading-font;
103
+ color: white;
104
+ font-size: 12px;
105
+ &:hover,
106
+ &:focus {
107
+ background-color: $theme-primary;
108
+ }
109
+ }
110
+ .nav {
111
+ li {
112
+ a {
113
+ @include heading-font;
114
+ font-weight: 400;
115
+ letter-spacing: 1px;
116
+ color: white;
117
+ &:hover,
118
+ &:focus {
119
+ color: $theme-primary;
120
+ outline: none;
121
+ }
122
+ }
123
+ }
124
+ }
125
+ .navbar-nav>.active>a {
126
+ border-radius: 0;
127
+ color: white;
128
+ background-color: $theme-primary;
129
+ }
130
+ .navbar-nav>.active>a:hover,
131
+ .navbar-nav>.active>a:focus {
132
+ color: white;
133
+ background-color: darken($theme-primary, 10%);
134
+ }
135
+ }
136
+
137
+ @media(min-width:768px) {
138
+ .navbar-custom {
139
+ background-color: transparent;
140
+ padding: 25px 0;
141
+ -webkit-transition: padding 0.3s;
142
+ -moz-transition: padding 0.3s;
143
+ transition: padding 0.3s;
144
+ border: none;
145
+ .navbar-brand {
146
+ font-size: 2em;
147
+ -webkit-transition: all 0.3s;
148
+ -moz-transition: all 0.3s;
149
+ transition: all 0.3s;
150
+ }
151
+ .navbar-nav>.active>a {
152
+ border-radius: 3px;
153
+ }
154
+ }
155
+ }
156
+
157
+ // Navbar Change on Scroll
158
+
159
+ @media(min-width:768px) {
160
+ .navbar-custom.affix {
161
+ background-color: $gray-darker;
162
+ padding: 10px 0;
163
+ .navbar-brand {
164
+ font-size: 1.5em;
165
+ }
166
+ }
167
+ }
168
+
169
+ header {
170
+ background-image: url('../assets/img/header-bg.jpg');
171
+ background-repeat: no-repeat;
172
+ background-attachment: scroll;
173
+ background-position: center center;
174
+ @include background-cover;
175
+ text-align: center;
176
+ color: white;
177
+ .intro-text {
178
+ padding-top: 100px;
179
+ padding-bottom: 50px;
180
+ .intro-lead-in {
181
+ @include serif-font;
182
+ font-style: italic;
183
+ font-size: 22px;
184
+ line-height: 22px;
185
+ margin-bottom: 25px;
186
+ }
187
+ .intro-heading {
188
+ @include heading-font;
189
+ font-weight: 700;
190
+ font-size: 50px;
191
+ line-height: 50px;
192
+ margin-bottom: 25px;
193
+ }
194
+ }
195
+ }
196
+
197
+ @media(min-width:768px) {
198
+ header {
199
+ .intro-text {
200
+ padding-top: 300px;
201
+ padding-bottom: 200px;
202
+ .intro-lead-in {
203
+ @include serif-font;
204
+ font-style: italic;
205
+ font-size: 40px;
206
+ line-height: 40px;
207
+ margin-bottom: 25px;
208
+ }
209
+ .intro-heading {
210
+ @include heading-font;
211
+ font-weight: 700;
212
+ font-size: 75px;
213
+ line-height: 75px;
214
+ margin-bottom: 50px;
215
+ }
216
+ }
217
+ }
218
+ }
219
+
220
+ // Global Section Styles
221
+
222
+ section {
223
+ padding: 100px 0;
224
+ h2.section-heading {
225
+ font-size: 40px;
226
+ margin-top: 0;
227
+ margin-bottom: 15px;
228
+ }
229
+ h3.section-subheading {
230
+ font-size: 16px;
231
+ @include serif-font;
232
+ text-transform: none;
233
+ font-style: italic;
234
+ font-weight: 400;
235
+ margin-bottom: 75px;
236
+ }
237
+ }
238
+
239
+ @media(min-width:768px) {
240
+ section {
241
+ padding: 150px 0;
242
+ }
243
+ }
244
+
245
+ // Services Section
246
+
247
+ .service-heading {
248
+ margin: 15px 0;
249
+ text-transform: none;
250
+ }
251
+
252
+ // Portfolio Section
253
+
254
+ #portfolio {
255
+ .portfolio-item {
256
+ margin: 0 0 15px;
257
+ right: 0;
258
+ .portfolio-link {
259
+ display: block;
260
+ position: relative;
261
+ max-width: 400px;
262
+ margin: 0 auto;
263
+ .portfolio-hover {
264
+ background: fade-out($theme-primary, .9);
265
+ position: absolute;
266
+ width: 100%;
267
+ height: 100%;
268
+ opacity: 0;
269
+ transition: all ease 0.5s;
270
+ -webkit-transition: all ease 0.5s;
271
+ -moz-transition: all ease 0.5s;
272
+ &:hover {
273
+ opacity: 1;
274
+ }
275
+ .portfolio-hover-content {
276
+ position: absolute;
277
+ width: 100%;
278
+ height: 20px;
279
+ font-size: 20px;
280
+ text-align: center;
281
+ top: 50%;
282
+ margin-top: -12px;
283
+ color: white;
284
+ i {
285
+ margin-top: -12px;
286
+ }
287
+ h3,
288
+ h4 {
289
+ margin: 0;
290
+ }
291
+ }
292
+ }
293
+ }
294
+ .portfolio-caption {
295
+ max-width: 400px;
296
+ margin: 0 auto;
297
+ background-color: white;
298
+ text-align: center;
299
+ padding: 25px;
300
+ h4 {
301
+ text-transform: none;
302
+ margin: 0;
303
+ }
304
+ p {
305
+ @include serif-font;
306
+ font-style: italic;
307
+ font-size: 16px;
308
+ margin: 0;
309
+ }
310
+ }
311
+ }
312
+ * {
313
+ z-index: 2;
314
+ }
315
+ }
316
+
317
+ @media(min-width:767px) {
318
+ #portfolio {
319
+ .portfolio-item {
320
+ margin: 0 0 30px;
321
+ }
322
+ }
323
+ }
324
+
325
+ // Timeline
326
+
327
+ .timeline {
328
+ list-style: none;
329
+ padding: 0;
330
+ position: relative;
331
+ &:before {
332
+ top: 0;
333
+ bottom: 0;
334
+ position: absolute;
335
+ content: "";
336
+ width: 2px;
337
+ background-color: #f1f1f1;
338
+ left: 40px;
339
+ margin-left: -1.5px;
340
+ }
341
+ > li {
342
+ margin-bottom: 50px;
343
+ position: relative;
344
+ min-height: 50px;
345
+ &:before,
346
+ &:after {
347
+ content: " ";
348
+ display: table;
349
+ }
350
+ &:after {
351
+ clear: both;
352
+ }
353
+ .timeline-panel {
354
+ width: 100%;
355
+ float: right;
356
+ padding: 0 20px 0 100px;
357
+ position: relative;
358
+ text-align: left;
359
+ &:before {
360
+ border-left-width: 0;
361
+ border-right-width: 15px;
362
+ left: -15px;
363
+ right: auto;
364
+ }
365
+ &:after {
366
+ border-left-width: 0;
367
+ border-right-width: 14px;
368
+ left: -14px;
369
+ right: auto;
370
+ }
371
+ }
372
+ .timeline-image {
373
+ left: 0;
374
+ margin-left: 0;
375
+ width: 80px;
376
+ height: 80px;
377
+ position: absolute;
378
+ z-index: 100;
379
+ background-color: $theme-primary;
380
+ color: white;
381
+ border-radius: 100%;
382
+ border: 7px solid #f1f1f1;
383
+ text-align: center;
384
+ h4 {
385
+ font-size: 10px;
386
+ margin-top: 12px;
387
+ line-height: 14px;
388
+ }
389
+ }
390
+ &.timeline-inverted > .timeline-panel {
391
+ float: right;
392
+ text-align: left;
393
+ padding: 0 20px 0 100px;
394
+ &:before {
395
+ border-left-width: 0;
396
+ border-right-width: 15px;
397
+ left: -15px;
398
+ right: auto;
399
+ }
400
+ &:after {
401
+ border-left-width: 0;
402
+ border-right-width: 14px;
403
+ left: -14px;
404
+ right: auto;
405
+ }
406
+ }
407
+ &:last-child {
408
+ margin-bottom: 0;
409
+ }
410
+ }
411
+ .timeline-heading {
412
+ h4 {
413
+ margin-top: 0;
414
+ color: inherit;
415
+ &.subheading {
416
+ text-transform: none;
417
+ }
418
+ }
419
+ }
420
+ .timeline-body {
421
+ > p,
422
+ > ul {
423
+ margin-bottom: 0;
424
+ }
425
+ }
426
+ }
427
+
428
+ @media(min-width:768px) {
429
+ .timeline {
430
+ &:before {
431
+ left: 50%;
432
+ }
433
+ > li {
434
+ margin-bottom: 100px;
435
+ min-height: 100px;
436
+ .timeline-panel {
437
+ width: 41%;
438
+ float: left;
439
+ padding: 0 20px 20px 30px;
440
+ text-align: right;
441
+ }
442
+ .timeline-image {
443
+ width: 100px;
444
+ height: 100px;
445
+ left: 50%;
446
+ margin-left: -50px;
447
+ h4 {
448
+ font-size: 13px;
449
+ margin-top: 16px;
450
+ line-height: 18px;
451
+ }
452
+ }
453
+ &.timeline-inverted > .timeline-panel {
454
+ float: right;
455
+ text-align: left;
456
+ padding: 0 30px 20px 20px;
457
+ }
458
+ }
459
+ }
460
+ }
461
+
462
+ @media(min-width:992px) {
463
+ .timeline {
464
+ > li {
465
+ min-height: 150px;
466
+ .timeline-panel {
467
+ padding: 0 20px 20px;
468
+ }
469
+ .timeline-image {
470
+ width: 150px;
471
+ height: 150px;
472
+ margin-left: -75px;
473
+ h4 {
474
+ font-size: 18px;
475
+ margin-top: 30px;
476
+ line-height: 26px;
477
+ }
478
+ }
479
+ &.timeline-inverted > .timeline-panel {
480
+ padding: 0 20px 20px;
481
+ }
482
+ }
483
+ }
484
+ }
485
+
486
+ @media(min-width:1200px) {
487
+ .timeline {
488
+ > li {
489
+ min-height: 170px;
490
+ .timeline-panel {
491
+ padding: 0 20px 20px 100px;
492
+ }
493
+ .timeline-image {
494
+ width: 170px;
495
+ height: 170px;
496
+ margin-left: -85px;
497
+ h4 {
498
+ margin-top: 40px;
499
+ }
500
+ }
501
+ &.timeline-inverted > .timeline-panel {
502
+ padding: 0 100px 20px 20px;
503
+ }
504
+ }
505
+ }
506
+ }
507
+
508
+ // Team Section
509
+
510
+ .team-member {
511
+ text-align: center;
512
+ margin-bottom: 50px;
513
+ img {
514
+ margin: 0 auto;
515
+ border: 7px solid white;
516
+ }
517
+ h4 {
518
+ margin-top: 25px;
519
+ margin-bottom: 0;
520
+ text-transform: none;
521
+ }
522
+ p {
523
+ margin-top: 0;
524
+ }
525
+ }
526
+
527
+ // Clients Aside
528
+
529
+ aside.clients {
530
+ img {
531
+ margin: 50px auto;
532
+ }
533
+ }
534
+
535
+ // Contact Section
536
+
537
+ section#contact {
538
+ background-color: $gray-darker;
539
+ background-image: url('../assets/img/map-image.png');
540
+ background-position: center;
541
+ background-repeat: no-repeat;
542
+ .section-heading {
543
+ color: white;
544
+ }
545
+ .form-group {
546
+ margin-bottom: 25px;
547
+ input,
548
+ textarea {
549
+ padding: 20px;
550
+ }
551
+ input.form-control {
552
+ height: auto;
553
+ }
554
+ textarea.form-control {
555
+ height: 236px;
556
+ }
557
+ }
558
+ .form-control:focus {
559
+ border-color: $theme-primary;
560
+ box-shadow: none;
561
+ }
562
+ ::-webkit-input-placeholder {
563
+ @include heading-font;
564
+ font-weight: 700;
565
+ color: $gray-lighter;
566
+ }
567
+ :-moz-placeholder { /* Firefox 18- */
568
+ @include heading-font;
569
+ font-weight: 700;
570
+ color: $gray-lighter;
571
+ }
572
+ ::-moz-placeholder { /* Firefox 19+ */
573
+ @include heading-font;
574
+ font-weight: 700;
575
+ color: $gray-lighter;
576
+ }
577
+ :-ms-input-placeholder {
578
+ @include heading-font;
579
+ font-weight: 700;
580
+ color: $gray-lighter;
581
+ }
582
+ .text-danger {
583
+ color: $theme-danger;
584
+ }
585
+ }
586
+
587
+ // Footer
588
+
589
+ footer {
590
+ padding: 25px 0;
591
+ text-align: center;
592
+ span.copyright {
593
+ line-height: 40px;
594
+ @include heading-font;
595
+ text-transform: none;
596
+ }
597
+ ul.quicklinks {
598
+ margin-bottom: 0;
599
+ line-height: 40px;
600
+ @include heading-font;
601
+ text-transform: none;
602
+ }
603
+ }
604
+
605
+ // Social Buttons
606
+
607
+ ul.social-buttons {
608
+ margin-bottom: 0;
609
+ li {
610
+ a {
611
+ display: block;
612
+ background-color: $gray-darker;
613
+ height: 40px;
614
+ width: 40px;
615
+ border-radius: 100%;
616
+ font-size: 20px;
617
+ line-height: 40px;
618
+ color: white;
619
+ outline: none;
620
+ -webkit-transition: all 0.3s;
621
+ -moz-transition: all 0.3s;
622
+ transition: all 0.3s;
623
+ &:hover,
624
+ &:focus,
625
+ &:active {
626
+ background-color: $theme-primary;
627
+ }
628
+ }
629
+ }
630
+ }
631
+
632
+ .btn:focus,
633
+ .btn:active,
634
+ .btn.active,
635
+ .btn:active:focus {
636
+ outline: none;
637
+ }
638
+
639
+ .portfolio-modal {
640
+ .modal-dialog{
641
+ margin: 0;
642
+ height: 100%;
643
+ width: auto;
644
+ }
645
+ .modal-content {
646
+ border-radius: 0;
647
+ background-clip: border-box;
648
+ -webkit-box-shadow: none;
649
+ box-shadow: none;
650
+ border: none;
651
+ min-height: 100%;
652
+ padding: 100px 0;
653
+ text-align: center;
654
+ h2 {
655
+ margin-bottom: 15px;
656
+ font-size: 3em;
657
+ }
658
+ p {
659
+ margin-bottom: 30px;
660
+ }
661
+ p.item-intro {
662
+ margin: 20px 0 30px;
663
+ @include serif-font;
664
+ font-style: italic;
665
+ font-size: 16px;
666
+ }
667
+ ul.list-inline {
668
+ margin-bottom: 30px;
669
+ margin-top: 0;
670
+ }
671
+ img {
672
+ margin-bottom: 30px;
673
+ }
674
+ }
675
+ .close-modal {
676
+ position: absolute;
677
+ width:75px;
678
+ height:75px;
679
+ background-color:transparent;
680
+ top: 25px;
681
+ right: 25px;
682
+ cursor: pointer;
683
+ &:hover {
684
+ opacity: 0.3;
685
+ }
686
+ .lr {
687
+ height:75px;
688
+ width:1px;
689
+ margin-left:35px;
690
+ background-color:$gray-darker;
691
+ transform: rotate(45deg);
692
+ -ms-transform: rotate(45deg);
693
+ /* IE 9 */
694
+ -webkit-transform: rotate(45deg);
695
+ /* Safari and Chrome */
696
+ z-index:1051;
697
+ .rl {
698
+ height:75px;
699
+ width:1px;
700
+ background-color:$gray-darker;
701
+ transform: rotate(90deg);
702
+ -ms-transform: rotate(90deg);
703
+ /* IE 9 */
704
+ -webkit-transform: rotate(90deg);
705
+ /* Safari and Chrome */
706
+ z-index:1052;
707
+ }
708
+ }
709
+ }
710
+ .modal-backdrop {
711
+ opacity: 0;
712
+ display: none;
713
+ }
714
+ }
715
+
716
+ // Highlight Color Customization
717
+
718
+ ::-moz-selection {
719
+ text-shadow: none;
720
+ background: $theme-primary;
721
+ }
722
+
723
+ ::selection {
724
+ text-shadow: none;
725
+ background: $theme-primary;
726
+ }
727
+
728
+ img::selection {
729
+ background: transparent;
730
+ }
731
+
732
+ img::-moz-selection {
733
+ background: transparent;
734
+ }
735
+
736
+ body {
737
+ webkit-tap-highlight-color: $theme-primary;
738
+ }