├── .sass-cache ├── 3b336ba3046f5b85e0ff98aef286450f47c02aff │ ├── _base.scssc │ ├── _mixins.scssc │ ├── _normalize.scssc │ └── _variables.scssc ├── 5e878dd7c799e8d641ecd8c2651c11987a5d822d │ ├── _blog.scssc │ ├── _footer.scssc │ ├── _header.scssc │ ├── _mobile.scssc │ └── _nav.scssc ├── 82e2aa6ca4814434569a899f1558261d3e3a1145 │ ├── _blocks.scssc │ ├── _buttons.scssc │ ├── _components.scssc │ ├── _forms.scssc │ ├── _sections.scssc │ └── _typography.scssc └── de02f4e281887a8258a63a4ec3e345c819b18160 │ └── main.scssc ├── README.md ├── about.html ├── blog.html ├── contact.html ├── css ├── bootstrap.css ├── font-awesome.css └── main.css ├── fonts ├── FontAwesome.otf ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf └── glyphicons-halflings-regular.woff ├── img ├── blog1.png ├── btn-appstore.png ├── btn-download.png ├── device-imac.png ├── device-ipad.png ├── device-iphone.png ├── headshot1.jpg ├── headshot2.jpg ├── headshot3.jpg ├── headshot4.jpg ├── search.png ├── showcase.jpg ├── slide1.jpg ├── slide2.jpg └── slide3.jpg ├── index.html ├── js ├── bootstrap.js └── jquery.js ├── scss ├── base │ ├── _base.scss │ ├── _mixins.scss │ ├── _normalize.scss │ └── _variables.scss ├── layouts │ ├── _blog.scss │ ├── _footer.scss │ ├── _header.scss │ ├── _mobile.scss │ └── _nav.scss ├── main.scss └── modules │ ├── _blocks.scss │ ├── _buttons.scss │ ├── _components.scss │ ├── _forms.scss │ ├── _sections.scss │ └── _typography.scss └── services.html /.sass-cache/3b336ba3046f5b85e0ff98aef286450f47c02aff/_base.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/3b336ba3046f5b85e0ff98aef286450f47c02aff/_base.scssc -------------------------------------------------------------------------------- /.sass-cache/3b336ba3046f5b85e0ff98aef286450f47c02aff/_mixins.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/3b336ba3046f5b85e0ff98aef286450f47c02aff/_mixins.scssc -------------------------------------------------------------------------------- /.sass-cache/3b336ba3046f5b85e0ff98aef286450f47c02aff/_normalize.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/3b336ba3046f5b85e0ff98aef286450f47c02aff/_normalize.scssc -------------------------------------------------------------------------------- /.sass-cache/3b336ba3046f5b85e0ff98aef286450f47c02aff/_variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/3b336ba3046f5b85e0ff98aef286450f47c02aff/_variables.scssc -------------------------------------------------------------------------------- /.sass-cache/5e878dd7c799e8d641ecd8c2651c11987a5d822d/_blog.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/5e878dd7c799e8d641ecd8c2651c11987a5d822d/_blog.scssc -------------------------------------------------------------------------------- /.sass-cache/5e878dd7c799e8d641ecd8c2651c11987a5d822d/_footer.scssc: -------------------------------------------------------------------------------- 1 | 3.2.1 (Media Mark) 2 | e8b484013e3b93390d8e9a391d4563c24dbb6581 3 | o:Sass::Tree::RootNode 4 | : 5 | @linei: @options{:@template"/* Footer */ 6 | 7 | .footer-main{ 8 | @include add-background($dark-color); 9 | @include add-border(5px, $secondary-color,top); 10 | min-height:200px; 11 | padding:30px 0; 12 | z-index:100; 13 | 14 | a{ 15 | color:#ffffff; 16 | } 17 | 18 | ul{ 19 | margin:0; 20 | padding:0; 21 | } 22 | 23 | li{ 24 | line-height:1.8em; 25 | list-style:none; 26 | } 27 | } 28 | :@has_childrenT:@children[o:Sass::Tree::CommentNode 29 | ;i;@; 30 | [: 31 | @type: normal: @value["/* Footer */o:Sass::Tree::RuleNode : 32 | @tabsi;@: 33 | @rule[".footer-main:@parsed_ruleso:"Sass::Selector::CommaSequence:@filename";i: @members[o:Sass::Selector::Sequence;[o:#Sass::Selector::SimpleSequence 34 | ;@: @sourceso:Set: 35 | @hash{;i: @subject0;[o:Sass::Selector::Class;@: 36 | @name["footer-main;i; T;i; 37 | [ o:Sass::Tree::MixinNode ;"add-background;@: @splat0: 38 | @args[o:Sass::Script::Variable ;i ;"dark-color;@:@underscored_name"dark_color;i ; 39 | [:@keywords{o; ;"add-border;@;0; [o:Sass::Script::Number :@numerator_units["px;i 40 | ;@:@original"5px;i 41 | :@denominator_units[o;! ;i 42 | ;"secondary-color;@;""secondary_coloro:Sass::Script::String ;i 43 | ; :identifier;"top;@;i 44 | ; 45 | [;#{o:Sass::Tree::PropNode ;i;["min-height;@:@prop_syntax:new;o;(; ;);" 46 | 200px;@;i ; 47 | [o;* ;i;[" padding;@;+;,;o;(; ;);" 30px 0;@;i ; 48 | [o;* ;i;[" z-index;@;+;,;o;(; ;);"100;@;i ; 49 | [o; ;i;@;["a;o;;";i;[o;;[o; 50 | ;@J;o;;{;i;0;[o:Sass::Selector::Element ;@J;i;["a:@namespace0; T;i; 51 | [o;* ;i;[" 52 | color;@;+;,;o;(; ;);" #ffffff;@;i; 53 | [o; ;i;@;["ul;o;;";i;[o;;[o; 54 | ;@`;o;;{;i;0;[o;- ;@`;i;["ul;.0; T;i; 55 | [o;* ;i;[" margin;@;+;,;o;(; ;);"0;@;i; 56 | [o;* ;i;[" padding;@;+;,;o;(; ;);"0;@;i; 57 | [o; ;i;@;["li;o;;";i;[o;;[o; 58 | ;@|;o;;{;i;0;[o;- ;@|;i;["li;.0; T;i; 59 | [o;* ;i;["line-height;@;+;,;o;(; ;);" 60 | 1.8em;@;i; 61 | [o;* ;i;["list-style;@;+;,;o;(; ;);" none;@;i; 62 | [ -------------------------------------------------------------------------------- /.sass-cache/5e878dd7c799e8d641ecd8c2651c11987a5d822d/_header.scssc: -------------------------------------------------------------------------------- 1 | 3.2.1 (Media Mark) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode : 4 | @linei: @options{:@template":@children[ -------------------------------------------------------------------------------- /.sass-cache/5e878dd7c799e8d641ecd8c2651c11987a5d822d/_mobile.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/5e878dd7c799e8d641ecd8c2651c11987a5d822d/_mobile.scssc -------------------------------------------------------------------------------- /.sass-cache/5e878dd7c799e8d641ecd8c2651c11987a5d822d/_nav.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/5e878dd7c799e8d641ecd8c2651c11987a5d822d/_nav.scssc -------------------------------------------------------------------------------- /.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_blocks.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_blocks.scssc -------------------------------------------------------------------------------- /.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_buttons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_buttons.scssc -------------------------------------------------------------------------------- /.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_components.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_components.scssc -------------------------------------------------------------------------------- /.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_forms.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_forms.scssc -------------------------------------------------------------------------------- /.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_sections.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_sections.scssc -------------------------------------------------------------------------------- /.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_typography.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/82e2aa6ca4814434569a899f1558261d3e3a1145/_typography.scssc -------------------------------------------------------------------------------- /.sass-cache/de02f4e281887a8258a63a4ec3e345c819b18160/main.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/.sass-cache/de02f4e281887a8258a63a4ec3e345c819b18160/main.scssc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | SKYAPP HTML5 TEMPLATE 2 | ================ 3 | 4 | This is a Bootstrap HTML5 template with SASS 5 | 6 | You can change color scheme and fonts in the scss/base/_variables.scss file 7 | 8 | Mixins are located in scss/base/_mixins.scss 9 | -------------------------------------------------------------------------------- /about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | SkyApp | About 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 43 |
44 | 45 |
46 |
47 |
48 |
49 | 55 |
56 |
57 | 58 |
59 |
60 |
61 |
62 | 63 |
64 |
65 |
66 |
67 |

Building technology to shape our future

68 |
69 |
70 |
71 |
72 | 73 |
74 |
75 |
76 |
77 | 106 | 107 | 108 |

In lacinia ipsum sit amet ultricies semper. Nulla facilisi. Proin et nulla consequat mauris gravida vestibulum. Donec non risus et velit auctor lobortis. Aliquam in placerat justo. Etiam nisi libero, suscipit vel nulla eget, blandit ultricies quam. Nunc pretium pharetra tellus sed suscipit. Fusce rhoncus metus est, quis facilisis eros luctus vestibulum. Morbi vestibulum, urna vitae feugiat tincidunt, urna magna pharetra enim, id congue lectus elit sit amet quam. Vivamus sit amet enim eros. Etiam nec molestie risus.

109 |

Donec non est gravida, condimentum mauris sed, bibendum lectus. Duis posuere turpis augue. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur mattis feugiat aliquam. Cras luctus magna tellus. Nullam consequat vitae sem nec luctus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Integer sodales congue nibh, quis pharetra dui tincidunt sit amet. Nunc suscipit, velit ut aliquet interdum, sapien metus gravida dui, in varius tortor justo a leo. Pellentesque auctor purus sed placerat gravida. Proin ac lobortis est. Cras pharetra pharetra maximus. Sed tellus neque, blandit sit amet sollicitudin eget, finibus quis felis. Morbi velit nibh, aliquam eu pharetra eget, tempus placerat metus. Nullam cursus suscipit quam, in vestibulum quam lobortis id.

110 |
111 |
112 | 113 |
    114 |
  • Lorem ipsum dolor
  • 115 |
  • Lorem ipsum dolor
  • 116 |
  • Lorem ipsum dolor
  • 117 |
  • Lorem ipsum dolor
  • 118 |
119 |
120 |
121 |
122 |
123 |

124 | 125 | Who We Are 126 | 127 |

128 |
129 |
130 |
131 | Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 132 |
133 |
134 |
135 |
136 |
137 |

138 | 139 | What We Do 140 | 141 |

142 |
143 |
144 |
145 | Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 146 |
147 |
148 |
149 |
150 |
151 |

152 | 153 | Why Choose Us? 154 | 155 |

156 |
157 |
158 |
159 | Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 | 169 |
170 |
171 |
172 | 173 |
174 |
175 | 176 |

Jane Doe

177 |

178 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus. 179 |

180 |
181 |
182 |
183 |
184 | 185 |

Jane Doe

186 |

187 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus. 188 |

189 |
190 |
191 |
192 |
193 | 194 |

Jane Doe

195 |

196 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus. 197 |

198 |
199 |
200 |
201 |
202 | 203 |

Jane Doe

204 |

205 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus. 206 |

207 |
208 |
209 |
210 |
211 |
212 | 213 |
214 |
215 |
216 |
217 |
218 |

"I do not believe you can do today's job with yesterday's methods and be in business tomorrow"

219 | Nelson Jackson 220 |
221 |
222 |
223 |
224 |
225 | 226 |
227 |
228 |
229 |
230 |
231 | 232 |

Lorem Ipsum

233 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

234 |
235 |
236 |
237 |
238 | 239 |

Lorem Ipsum

240 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

241 |
242 |
243 |
244 |
245 | 246 |

Lorem Ipsum

247 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

248 |
249 |
250 |
251 |
252 | 253 |

Lorem Ipsum

254 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

255 |
256 |
257 |
258 |
259 |
260 | 261 | 296 | 297 | 299 | 300 | 301 | 302 | 303 | 304 | -------------------------------------------------------------------------------- /blog.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | SkyApp | Blog 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 43 |
44 | 45 |
46 |
47 |
48 |
49 | 55 |
56 |
57 | 58 |
59 |
60 |
61 |
62 | 63 |
64 |
65 |
66 |
67 |

Building technology to shape our future

68 |
69 |
70 |
71 |
72 | 73 |
74 |
75 |
76 |
77 | 78 |
79 | 80 | 81 |

In lacinia ipsum sit amet ultricies semper. Nulla facilisi. Proin et nulla consequat mauris gravida vestibulum. Donec non risus et velit auctor lobortis. Aliquam in placerat justo. Etiam nisi libero, suscipit vel nulla eget, blandit ultricies quam. Nunc pretium pharetra tellus sed suscipit. Fusce rhoncus metus est, quis facilisis eros luctus vestibulum. Morbi vestibulum, urna vitae feugiat tincidunt, urna magna pharetra enim, id congue lectus elit sit amet quam. Vivamus sit amet enim eros. Etiam nec molestie risus.

82 |
83 | 89 | 90 |
91 | 92 | 93 |

In lacinia ipsum sit amet ultricies semper. Nulla facilisi. Proin et nulla consequat mauris gravida vestibulum. Donec non risus et velit auctor lobortis. Aliquam in placerat justo. Etiam nisi libero, suscipit vel nulla eget, blandit ultricies quam. Nunc pretium pharetra tellus sed suscipit. Fusce rhoncus metus est, quis facilisis eros luctus vestibulum. Morbi vestibulum, urna vitae feugiat tincidunt, urna magna pharetra enim, id congue lectus elit sit amet quam. Vivamus sit amet enim eros. Etiam nec molestie risus.

94 |
95 | 101 | 102 |
103 | 104 | 105 |

In lacinia ipsum sit amet ultricies semper. Nulla facilisi. Proin et nulla consequat mauris gravida vestibulum. Donec non risus et velit auctor lobortis. Aliquam in placerat justo. Etiam nisi libero, suscipit vel nulla eget, blandit ultricies quam. Nunc pretium pharetra tellus sed suscipit. Fusce rhoncus metus est, quis facilisis eros luctus vestibulum. Morbi vestibulum, urna vitae feugiat tincidunt, urna magna pharetra enim, id congue lectus elit sit amet quam. Vivamus sit amet enim eros. Etiam nec molestie risus.

106 |
107 | 113 |
114 |
115 | 116 | 117 |
118 | 123 | 124 | 125 |
126 |
127 |

Services

128 |

Condimentum mauris sed, bibendum lectus. Duis posuere turpis augue. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur mattis feugiat aliquam. Cras luctus magna tellus. Nullam consequat vitae sem nec luctus

129 |
130 |
131 |

About Us

132 |

Donec non est gravida, condimentum mauris sed, bibendum lectus.fames ac ante ipsum primis in faucibus. Curabitur mattis feugiat aliquam. Cras luctus magna tellus. Nullam consequat vitae sem nec luctus

133 |
134 |
135 |

Customer Support

136 |

Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec non est gravida, condimentum mauris sed, bibendum lectus. Duis posuere turpis augue. Curabitur mattis feugiat aliquam. Cras luctus magna tellus. Nullam consequat vitae sem nec luctus

137 |
138 |
139 |
140 |
141 |

Featured Video

142 |
143 | 144 |
145 |
146 |
147 |

Recent Comments

148 |
149 |
    150 |
  • 151 | 152 |

    Duis posuere turpis augue. Curabitur mattis feugiat aliquam. Cras luctus magna tellus. Nullam consequat vitae sem nec luctus

    153 |
  • 154 |
    155 |
  • 156 | 157 |

    Duis posuere turpis augue. Curabitur mattis feugiat aliquam. Cras luctus magna tellus. Nullam consequat vitae sem nec luctus

    158 |
  • 159 |
    160 |
  • 161 | 162 |

    Duis posuere turpis augue. Curabitur mattis feugiat aliquam. Cras luctus magna tellus. Nullam consequat vitae sem nec luctus

    163 |
  • 164 |
    165 |
  • 166 | 167 |

    Duis posuere turpis augue. Curabitur mattis feugiat aliquam. Cras luctus magna tellus. Nullam consequat vitae sem nec luctus

    168 |
  • 169 |
    170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 | 178 |
179 |
180 |
181 |
182 |
183 | 184 |

Lorem Ipsum

185 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

186 |
187 |
188 |
189 |
190 | 191 |

Lorem Ipsum

192 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

193 |
194 |
195 |
196 |
197 | 198 |

Lorem Ipsum

199 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

200 |
201 |
202 |
203 |
204 | 205 |

Lorem Ipsum

206 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

207 |
208 |
209 |
210 |
211 |
212 | 213 | 248 | 249 | 251 | 252 | 253 | 254 | 255 | 256 | -------------------------------------------------------------------------------- /contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | SkyApp | Contact 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 43 |
44 | 45 |
46 |
47 |
48 |
49 | 55 |
56 |
57 | 58 |
59 |
60 |
61 |
62 | 63 |
64 |
65 |
66 |
67 |

Building technology to shape our future

68 |
69 |
70 |
71 |
72 | 73 |
74 | 75 |
76 | 77 |
78 |
79 |
80 |
81 |

Contact Us

82 |
83 |
84 | 85 | 86 |
87 |
88 | 89 | 90 |
91 |
92 | 93 | 94 |
95 |
96 | 97 | 98 |
99 | 100 |
101 |
102 |
103 |
104 |

Our Location

105 |
106 |
    107 |
  • SKYAPP, inc


  • 108 |
  • 44 Main Street
  • 109 |
  • Boston MA, 01922
  • 110 |
  • Phone: 555-555-5555
  • 111 |
  • Fax: 666-666-6666
  • 112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 | 120 |
121 |
122 |
123 |
124 |
125 | 126 |

Lorem Ipsum

127 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

128 |
129 |
130 |
131 |
132 | 133 |

Lorem Ipsum

134 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

135 |
136 |
137 |
138 |
139 | 140 |

Lorem Ipsum

141 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

142 |
143 |
144 |
145 |
146 | 147 |

Lorem Ipsum

148 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

149 |
150 |
151 |
152 |
153 |
154 | 155 | 190 | 191 | 193 | 194 | 195 | 196 | 197 | 198 | -------------------------------------------------------------------------------- /css/font-awesome.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | /* FONT PATH 6 | * -------------------------- */ 7 | @font-face { 8 | font-family: 'FontAwesome'; 9 | src: url('../fonts/fontawesome-webfont.eot?v=4.2.0'); 10 | src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg'); 11 | font-weight: normal; 12 | font-style: normal; 13 | } 14 | .fa { 15 | display: inline-block; 16 | font: normal normal normal 14px/1 FontAwesome; 17 | font-size: inherit; 18 | text-rendering: auto; 19 | -webkit-font-smoothing: antialiased; 20 | -moz-osx-font-smoothing: grayscale; 21 | } 22 | /* makes the font 33% larger relative to the icon container */ 23 | .fa-lg { 24 | font-size: 1.33333333em; 25 | line-height: 0.75em; 26 | vertical-align: -15%; 27 | } 28 | .fa-2x { 29 | font-size: 2em; 30 | } 31 | .fa-3x { 32 | font-size: 3em; 33 | } 34 | .fa-4x { 35 | font-size: 4em; 36 | } 37 | .fa-5x { 38 | font-size: 5em; 39 | } 40 | .fa-fw { 41 | width: 1.28571429em; 42 | text-align: center; 43 | } 44 | .fa-ul { 45 | padding-left: 0; 46 | margin-left: 2.14285714em; 47 | list-style-type: none; 48 | } 49 | .fa-ul > li { 50 | position: relative; 51 | } 52 | .fa-li { 53 | position: absolute; 54 | left: -2.14285714em; 55 | width: 2.14285714em; 56 | top: 0.14285714em; 57 | text-align: center; 58 | } 59 | .fa-li.fa-lg { 60 | left: -1.85714286em; 61 | } 62 | .fa-border { 63 | padding: .2em .25em .15em; 64 | border: solid 0.08em #eeeeee; 65 | border-radius: .1em; 66 | } 67 | .pull-right { 68 | float: right; 69 | } 70 | .pull-left { 71 | float: left; 72 | } 73 | .fa.pull-left { 74 | margin-right: .3em; 75 | } 76 | .fa.pull-right { 77 | margin-left: .3em; 78 | } 79 | .fa-spin { 80 | -webkit-animation: fa-spin 2s infinite linear; 81 | animation: fa-spin 2s infinite linear; 82 | } 83 | @-webkit-keyframes fa-spin { 84 | 0% { 85 | -webkit-transform: rotate(0deg); 86 | transform: rotate(0deg); 87 | } 88 | 100% { 89 | -webkit-transform: rotate(359deg); 90 | transform: rotate(359deg); 91 | } 92 | } 93 | @keyframes fa-spin { 94 | 0% { 95 | -webkit-transform: rotate(0deg); 96 | transform: rotate(0deg); 97 | } 98 | 100% { 99 | -webkit-transform: rotate(359deg); 100 | transform: rotate(359deg); 101 | } 102 | } 103 | .fa-rotate-90 { 104 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 105 | -webkit-transform: rotate(90deg); 106 | -ms-transform: rotate(90deg); 107 | transform: rotate(90deg); 108 | } 109 | .fa-rotate-180 { 110 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); 111 | -webkit-transform: rotate(180deg); 112 | -ms-transform: rotate(180deg); 113 | transform: rotate(180deg); 114 | } 115 | .fa-rotate-270 { 116 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 117 | -webkit-transform: rotate(270deg); 118 | -ms-transform: rotate(270deg); 119 | transform: rotate(270deg); 120 | } 121 | .fa-flip-horizontal { 122 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); 123 | -webkit-transform: scale(-1, 1); 124 | -ms-transform: scale(-1, 1); 125 | transform: scale(-1, 1); 126 | } 127 | .fa-flip-vertical { 128 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); 129 | -webkit-transform: scale(1, -1); 130 | -ms-transform: scale(1, -1); 131 | transform: scale(1, -1); 132 | } 133 | :root .fa-rotate-90, 134 | :root .fa-rotate-180, 135 | :root .fa-rotate-270, 136 | :root .fa-flip-horizontal, 137 | :root .fa-flip-vertical { 138 | filter: none; 139 | } 140 | .fa-stack { 141 | position: relative; 142 | display: inline-block; 143 | width: 2em; 144 | height: 2em; 145 | line-height: 2em; 146 | vertical-align: middle; 147 | } 148 | .fa-stack-1x, 149 | .fa-stack-2x { 150 | position: absolute; 151 | left: 0; 152 | width: 100%; 153 | text-align: center; 154 | } 155 | .fa-stack-1x { 156 | line-height: inherit; 157 | } 158 | .fa-stack-2x { 159 | font-size: 2em; 160 | } 161 | .fa-inverse { 162 | color: #ffffff; 163 | } 164 | /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen 165 | readers do not read off random characters that represent icons */ 166 | .fa-glass:before { 167 | content: "\f000"; 168 | } 169 | .fa-music:before { 170 | content: "\f001"; 171 | } 172 | .fa-search:before { 173 | content: "\f002"; 174 | } 175 | .fa-envelope-o:before { 176 | content: "\f003"; 177 | } 178 | .fa-heart:before { 179 | content: "\f004"; 180 | } 181 | .fa-star:before { 182 | content: "\f005"; 183 | } 184 | .fa-star-o:before { 185 | content: "\f006"; 186 | } 187 | .fa-user:before { 188 | content: "\f007"; 189 | } 190 | .fa-film:before { 191 | content: "\f008"; 192 | } 193 | .fa-th-large:before { 194 | content: "\f009"; 195 | } 196 | .fa-th:before { 197 | content: "\f00a"; 198 | } 199 | .fa-th-list:before { 200 | content: "\f00b"; 201 | } 202 | .fa-check:before { 203 | content: "\f00c"; 204 | } 205 | .fa-remove:before, 206 | .fa-close:before, 207 | .fa-times:before { 208 | content: "\f00d"; 209 | } 210 | .fa-search-plus:before { 211 | content: "\f00e"; 212 | } 213 | .fa-search-minus:before { 214 | content: "\f010"; 215 | } 216 | .fa-power-off:before { 217 | content: "\f011"; 218 | } 219 | .fa-signal:before { 220 | content: "\f012"; 221 | } 222 | .fa-gear:before, 223 | .fa-cog:before { 224 | content: "\f013"; 225 | } 226 | .fa-trash-o:before { 227 | content: "\f014"; 228 | } 229 | .fa-home:before { 230 | content: "\f015"; 231 | } 232 | .fa-file-o:before { 233 | content: "\f016"; 234 | } 235 | .fa-clock-o:before { 236 | content: "\f017"; 237 | } 238 | .fa-road:before { 239 | content: "\f018"; 240 | } 241 | .fa-download:before { 242 | content: "\f019"; 243 | } 244 | .fa-arrow-circle-o-down:before { 245 | content: "\f01a"; 246 | } 247 | .fa-arrow-circle-o-up:before { 248 | content: "\f01b"; 249 | } 250 | .fa-inbox:before { 251 | content: "\f01c"; 252 | } 253 | .fa-play-circle-o:before { 254 | content: "\f01d"; 255 | } 256 | .fa-rotate-right:before, 257 | .fa-repeat:before { 258 | content: "\f01e"; 259 | } 260 | .fa-refresh:before { 261 | content: "\f021"; 262 | } 263 | .fa-list-alt:before { 264 | content: "\f022"; 265 | } 266 | .fa-lock:before { 267 | content: "\f023"; 268 | } 269 | .fa-flag:before { 270 | content: "\f024"; 271 | } 272 | .fa-headphones:before { 273 | content: "\f025"; 274 | } 275 | .fa-volume-off:before { 276 | content: "\f026"; 277 | } 278 | .fa-volume-down:before { 279 | content: "\f027"; 280 | } 281 | .fa-volume-up:before { 282 | content: "\f028"; 283 | } 284 | .fa-qrcode:before { 285 | content: "\f029"; 286 | } 287 | .fa-barcode:before { 288 | content: "\f02a"; 289 | } 290 | .fa-tag:before { 291 | content: "\f02b"; 292 | } 293 | .fa-tags:before { 294 | content: "\f02c"; 295 | } 296 | .fa-book:before { 297 | content: "\f02d"; 298 | } 299 | .fa-bookmark:before { 300 | content: "\f02e"; 301 | } 302 | .fa-print:before { 303 | content: "\f02f"; 304 | } 305 | .fa-camera:before { 306 | content: "\f030"; 307 | } 308 | .fa-font:before { 309 | content: "\f031"; 310 | } 311 | .fa-bold:before { 312 | content: "\f032"; 313 | } 314 | .fa-italic:before { 315 | content: "\f033"; 316 | } 317 | .fa-text-height:before { 318 | content: "\f034"; 319 | } 320 | .fa-text-width:before { 321 | content: "\f035"; 322 | } 323 | .fa-align-left:before { 324 | content: "\f036"; 325 | } 326 | .fa-align-center:before { 327 | content: "\f037"; 328 | } 329 | .fa-align-right:before { 330 | content: "\f038"; 331 | } 332 | .fa-align-justify:before { 333 | content: "\f039"; 334 | } 335 | .fa-list:before { 336 | content: "\f03a"; 337 | } 338 | .fa-dedent:before, 339 | .fa-outdent:before { 340 | content: "\f03b"; 341 | } 342 | .fa-indent:before { 343 | content: "\f03c"; 344 | } 345 | .fa-video-camera:before { 346 | content: "\f03d"; 347 | } 348 | .fa-photo:before, 349 | .fa-image:before, 350 | .fa-picture-o:before { 351 | content: "\f03e"; 352 | } 353 | .fa-pencil:before { 354 | content: "\f040"; 355 | } 356 | .fa-map-marker:before { 357 | content: "\f041"; 358 | } 359 | .fa-adjust:before { 360 | content: "\f042"; 361 | } 362 | .fa-tint:before { 363 | content: "\f043"; 364 | } 365 | .fa-edit:before, 366 | .fa-pencil-square-o:before { 367 | content: "\f044"; 368 | } 369 | .fa-share-square-o:before { 370 | content: "\f045"; 371 | } 372 | .fa-check-square-o:before { 373 | content: "\f046"; 374 | } 375 | .fa-arrows:before { 376 | content: "\f047"; 377 | } 378 | .fa-step-backward:before { 379 | content: "\f048"; 380 | } 381 | .fa-fast-backward:before { 382 | content: "\f049"; 383 | } 384 | .fa-backward:before { 385 | content: "\f04a"; 386 | } 387 | .fa-play:before { 388 | content: "\f04b"; 389 | } 390 | .fa-pause:before { 391 | content: "\f04c"; 392 | } 393 | .fa-stop:before { 394 | content: "\f04d"; 395 | } 396 | .fa-forward:before { 397 | content: "\f04e"; 398 | } 399 | .fa-fast-forward:before { 400 | content: "\f050"; 401 | } 402 | .fa-step-forward:before { 403 | content: "\f051"; 404 | } 405 | .fa-eject:before { 406 | content: "\f052"; 407 | } 408 | .fa-chevron-left:before { 409 | content: "\f053"; 410 | } 411 | .fa-chevron-right:before { 412 | content: "\f054"; 413 | } 414 | .fa-plus-circle:before { 415 | content: "\f055"; 416 | } 417 | .fa-minus-circle:before { 418 | content: "\f056"; 419 | } 420 | .fa-times-circle:before { 421 | content: "\f057"; 422 | } 423 | .fa-check-circle:before { 424 | content: "\f058"; 425 | } 426 | .fa-question-circle:before { 427 | content: "\f059"; 428 | } 429 | .fa-info-circle:before { 430 | content: "\f05a"; 431 | } 432 | .fa-crosshairs:before { 433 | content: "\f05b"; 434 | } 435 | .fa-times-circle-o:before { 436 | content: "\f05c"; 437 | } 438 | .fa-check-circle-o:before { 439 | content: "\f05d"; 440 | } 441 | .fa-ban:before { 442 | content: "\f05e"; 443 | } 444 | .fa-arrow-left:before { 445 | content: "\f060"; 446 | } 447 | .fa-arrow-right:before { 448 | content: "\f061"; 449 | } 450 | .fa-arrow-up:before { 451 | content: "\f062"; 452 | } 453 | .fa-arrow-down:before { 454 | content: "\f063"; 455 | } 456 | .fa-mail-forward:before, 457 | .fa-share:before { 458 | content: "\f064"; 459 | } 460 | .fa-expand:before { 461 | content: "\f065"; 462 | } 463 | .fa-compress:before { 464 | content: "\f066"; 465 | } 466 | .fa-plus:before { 467 | content: "\f067"; 468 | } 469 | .fa-minus:before { 470 | content: "\f068"; 471 | } 472 | .fa-asterisk:before { 473 | content: "\f069"; 474 | } 475 | .fa-exclamation-circle:before { 476 | content: "\f06a"; 477 | } 478 | .fa-gift:before { 479 | content: "\f06b"; 480 | } 481 | .fa-leaf:before { 482 | content: "\f06c"; 483 | } 484 | .fa-fire:before { 485 | content: "\f06d"; 486 | } 487 | .fa-eye:before { 488 | content: "\f06e"; 489 | } 490 | .fa-eye-slash:before { 491 | content: "\f070"; 492 | } 493 | .fa-warning:before, 494 | .fa-exclamation-triangle:before { 495 | content: "\f071"; 496 | } 497 | .fa-plane:before { 498 | content: "\f072"; 499 | } 500 | .fa-calendar:before { 501 | content: "\f073"; 502 | } 503 | .fa-random:before { 504 | content: "\f074"; 505 | } 506 | .fa-comment:before { 507 | content: "\f075"; 508 | } 509 | .fa-magnet:before { 510 | content: "\f076"; 511 | } 512 | .fa-chevron-up:before { 513 | content: "\f077"; 514 | } 515 | .fa-chevron-down:before { 516 | content: "\f078"; 517 | } 518 | .fa-retweet:before { 519 | content: "\f079"; 520 | } 521 | .fa-shopping-cart:before { 522 | content: "\f07a"; 523 | } 524 | .fa-folder:before { 525 | content: "\f07b"; 526 | } 527 | .fa-folder-open:before { 528 | content: "\f07c"; 529 | } 530 | .fa-arrows-v:before { 531 | content: "\f07d"; 532 | } 533 | .fa-arrows-h:before { 534 | content: "\f07e"; 535 | } 536 | .fa-bar-chart-o:before, 537 | .fa-bar-chart:before { 538 | content: "\f080"; 539 | } 540 | .fa-twitter-square:before { 541 | content: "\f081"; 542 | } 543 | .fa-facebook-square:before { 544 | content: "\f082"; 545 | } 546 | .fa-camera-retro:before { 547 | content: "\f083"; 548 | } 549 | .fa-key:before { 550 | content: "\f084"; 551 | } 552 | .fa-gears:before, 553 | .fa-cogs:before { 554 | content: "\f085"; 555 | } 556 | .fa-comments:before { 557 | content: "\f086"; 558 | } 559 | .fa-thumbs-o-up:before { 560 | content: "\f087"; 561 | } 562 | .fa-thumbs-o-down:before { 563 | content: "\f088"; 564 | } 565 | .fa-star-half:before { 566 | content: "\f089"; 567 | } 568 | .fa-heart-o:before { 569 | content: "\f08a"; 570 | } 571 | .fa-sign-out:before { 572 | content: "\f08b"; 573 | } 574 | .fa-linkedin-square:before { 575 | content: "\f08c"; 576 | } 577 | .fa-thumb-tack:before { 578 | content: "\f08d"; 579 | } 580 | .fa-external-link:before { 581 | content: "\f08e"; 582 | } 583 | .fa-sign-in:before { 584 | content: "\f090"; 585 | } 586 | .fa-trophy:before { 587 | content: "\f091"; 588 | } 589 | .fa-github-square:before { 590 | content: "\f092"; 591 | } 592 | .fa-upload:before { 593 | content: "\f093"; 594 | } 595 | .fa-lemon-o:before { 596 | content: "\f094"; 597 | } 598 | .fa-phone:before { 599 | content: "\f095"; 600 | } 601 | .fa-square-o:before { 602 | content: "\f096"; 603 | } 604 | .fa-bookmark-o:before { 605 | content: "\f097"; 606 | } 607 | .fa-phone-square:before { 608 | content: "\f098"; 609 | } 610 | .fa-twitter:before { 611 | content: "\f099"; 612 | } 613 | .fa-facebook:before { 614 | content: "\f09a"; 615 | } 616 | .fa-github:before { 617 | content: "\f09b"; 618 | } 619 | .fa-unlock:before { 620 | content: "\f09c"; 621 | } 622 | .fa-credit-card:before { 623 | content: "\f09d"; 624 | } 625 | .fa-rss:before { 626 | content: "\f09e"; 627 | } 628 | .fa-hdd-o:before { 629 | content: "\f0a0"; 630 | } 631 | .fa-bullhorn:before { 632 | content: "\f0a1"; 633 | } 634 | .fa-bell:before { 635 | content: "\f0f3"; 636 | } 637 | .fa-certificate:before { 638 | content: "\f0a3"; 639 | } 640 | .fa-hand-o-right:before { 641 | content: "\f0a4"; 642 | } 643 | .fa-hand-o-left:before { 644 | content: "\f0a5"; 645 | } 646 | .fa-hand-o-up:before { 647 | content: "\f0a6"; 648 | } 649 | .fa-hand-o-down:before { 650 | content: "\f0a7"; 651 | } 652 | .fa-arrow-circle-left:before { 653 | content: "\f0a8"; 654 | } 655 | .fa-arrow-circle-right:before { 656 | content: "\f0a9"; 657 | } 658 | .fa-arrow-circle-up:before { 659 | content: "\f0aa"; 660 | } 661 | .fa-arrow-circle-down:before { 662 | content: "\f0ab"; 663 | } 664 | .fa-globe:before { 665 | content: "\f0ac"; 666 | } 667 | .fa-wrench:before { 668 | content: "\f0ad"; 669 | } 670 | .fa-tasks:before { 671 | content: "\f0ae"; 672 | } 673 | .fa-filter:before { 674 | content: "\f0b0"; 675 | } 676 | .fa-briefcase:before { 677 | content: "\f0b1"; 678 | } 679 | .fa-arrows-alt:before { 680 | content: "\f0b2"; 681 | } 682 | .fa-group:before, 683 | .fa-users:before { 684 | content: "\f0c0"; 685 | } 686 | .fa-chain:before, 687 | .fa-link:before { 688 | content: "\f0c1"; 689 | } 690 | .fa-cloud:before { 691 | content: "\f0c2"; 692 | } 693 | .fa-flask:before { 694 | content: "\f0c3"; 695 | } 696 | .fa-cut:before, 697 | .fa-scissors:before { 698 | content: "\f0c4"; 699 | } 700 | .fa-copy:before, 701 | .fa-files-o:before { 702 | content: "\f0c5"; 703 | } 704 | .fa-paperclip:before { 705 | content: "\f0c6"; 706 | } 707 | .fa-save:before, 708 | .fa-floppy-o:before { 709 | content: "\f0c7"; 710 | } 711 | .fa-square:before { 712 | content: "\f0c8"; 713 | } 714 | .fa-navicon:before, 715 | .fa-reorder:before, 716 | .fa-bars:before { 717 | content: "\f0c9"; 718 | } 719 | .fa-list-ul:before { 720 | content: "\f0ca"; 721 | } 722 | .fa-list-ol:before { 723 | content: "\f0cb"; 724 | } 725 | .fa-strikethrough:before { 726 | content: "\f0cc"; 727 | } 728 | .fa-underline:before { 729 | content: "\f0cd"; 730 | } 731 | .fa-table:before { 732 | content: "\f0ce"; 733 | } 734 | .fa-magic:before { 735 | content: "\f0d0"; 736 | } 737 | .fa-truck:before { 738 | content: "\f0d1"; 739 | } 740 | .fa-pinterest:before { 741 | content: "\f0d2"; 742 | } 743 | .fa-pinterest-square:before { 744 | content: "\f0d3"; 745 | } 746 | .fa-google-plus-square:before { 747 | content: "\f0d4"; 748 | } 749 | .fa-google-plus:before { 750 | content: "\f0d5"; 751 | } 752 | .fa-money:before { 753 | content: "\f0d6"; 754 | } 755 | .fa-caret-down:before { 756 | content: "\f0d7"; 757 | } 758 | .fa-caret-up:before { 759 | content: "\f0d8"; 760 | } 761 | .fa-caret-left:before { 762 | content: "\f0d9"; 763 | } 764 | .fa-caret-right:before { 765 | content: "\f0da"; 766 | } 767 | .fa-columns:before { 768 | content: "\f0db"; 769 | } 770 | .fa-unsorted:before, 771 | .fa-sort:before { 772 | content: "\f0dc"; 773 | } 774 | .fa-sort-down:before, 775 | .fa-sort-desc:before { 776 | content: "\f0dd"; 777 | } 778 | .fa-sort-up:before, 779 | .fa-sort-asc:before { 780 | content: "\f0de"; 781 | } 782 | .fa-envelope:before { 783 | content: "\f0e0"; 784 | } 785 | .fa-linkedin:before { 786 | content: "\f0e1"; 787 | } 788 | .fa-rotate-left:before, 789 | .fa-undo:before { 790 | content: "\f0e2"; 791 | } 792 | .fa-legal:before, 793 | .fa-gavel:before { 794 | content: "\f0e3"; 795 | } 796 | .fa-dashboard:before, 797 | .fa-tachometer:before { 798 | content: "\f0e4"; 799 | } 800 | .fa-comment-o:before { 801 | content: "\f0e5"; 802 | } 803 | .fa-comments-o:before { 804 | content: "\f0e6"; 805 | } 806 | .fa-flash:before, 807 | .fa-bolt:before { 808 | content: "\f0e7"; 809 | } 810 | .fa-sitemap:before { 811 | content: "\f0e8"; 812 | } 813 | .fa-umbrella:before { 814 | content: "\f0e9"; 815 | } 816 | .fa-paste:before, 817 | .fa-clipboard:before { 818 | content: "\f0ea"; 819 | } 820 | .fa-lightbulb-o:before { 821 | content: "\f0eb"; 822 | } 823 | .fa-exchange:before { 824 | content: "\f0ec"; 825 | } 826 | .fa-cloud-download:before { 827 | content: "\f0ed"; 828 | } 829 | .fa-cloud-upload:before { 830 | content: "\f0ee"; 831 | } 832 | .fa-user-md:before { 833 | content: "\f0f0"; 834 | } 835 | .fa-stethoscope:before { 836 | content: "\f0f1"; 837 | } 838 | .fa-suitcase:before { 839 | content: "\f0f2"; 840 | } 841 | .fa-bell-o:before { 842 | content: "\f0a2"; 843 | } 844 | .fa-coffee:before { 845 | content: "\f0f4"; 846 | } 847 | .fa-cutlery:before { 848 | content: "\f0f5"; 849 | } 850 | .fa-file-text-o:before { 851 | content: "\f0f6"; 852 | } 853 | .fa-building-o:before { 854 | content: "\f0f7"; 855 | } 856 | .fa-hospital-o:before { 857 | content: "\f0f8"; 858 | } 859 | .fa-ambulance:before { 860 | content: "\f0f9"; 861 | } 862 | .fa-medkit:before { 863 | content: "\f0fa"; 864 | } 865 | .fa-fighter-jet:before { 866 | content: "\f0fb"; 867 | } 868 | .fa-beer:before { 869 | content: "\f0fc"; 870 | } 871 | .fa-h-square:before { 872 | content: "\f0fd"; 873 | } 874 | .fa-plus-square:before { 875 | content: "\f0fe"; 876 | } 877 | .fa-angle-double-left:before { 878 | content: "\f100"; 879 | } 880 | .fa-angle-double-right:before { 881 | content: "\f101"; 882 | } 883 | .fa-angle-double-up:before { 884 | content: "\f102"; 885 | } 886 | .fa-angle-double-down:before { 887 | content: "\f103"; 888 | } 889 | .fa-angle-left:before { 890 | content: "\f104"; 891 | } 892 | .fa-angle-right:before { 893 | content: "\f105"; 894 | } 895 | .fa-angle-up:before { 896 | content: "\f106"; 897 | } 898 | .fa-angle-down:before { 899 | content: "\f107"; 900 | } 901 | .fa-desktop:before { 902 | content: "\f108"; 903 | } 904 | .fa-laptop:before { 905 | content: "\f109"; 906 | } 907 | .fa-tablet:before { 908 | content: "\f10a"; 909 | } 910 | .fa-mobile-phone:before, 911 | .fa-mobile:before { 912 | content: "\f10b"; 913 | } 914 | .fa-circle-o:before { 915 | content: "\f10c"; 916 | } 917 | .fa-quote-left:before { 918 | content: "\f10d"; 919 | } 920 | .fa-quote-right:before { 921 | content: "\f10e"; 922 | } 923 | .fa-spinner:before { 924 | content: "\f110"; 925 | } 926 | .fa-circle:before { 927 | content: "\f111"; 928 | } 929 | .fa-mail-reply:before, 930 | .fa-reply:before { 931 | content: "\f112"; 932 | } 933 | .fa-github-alt:before { 934 | content: "\f113"; 935 | } 936 | .fa-folder-o:before { 937 | content: "\f114"; 938 | } 939 | .fa-folder-open-o:before { 940 | content: "\f115"; 941 | } 942 | .fa-smile-o:before { 943 | content: "\f118"; 944 | } 945 | .fa-frown-o:before { 946 | content: "\f119"; 947 | } 948 | .fa-meh-o:before { 949 | content: "\f11a"; 950 | } 951 | .fa-gamepad:before { 952 | content: "\f11b"; 953 | } 954 | .fa-keyboard-o:before { 955 | content: "\f11c"; 956 | } 957 | .fa-flag-o:before { 958 | content: "\f11d"; 959 | } 960 | .fa-flag-checkered:before { 961 | content: "\f11e"; 962 | } 963 | .fa-terminal:before { 964 | content: "\f120"; 965 | } 966 | .fa-code:before { 967 | content: "\f121"; 968 | } 969 | .fa-mail-reply-all:before, 970 | .fa-reply-all:before { 971 | content: "\f122"; 972 | } 973 | .fa-star-half-empty:before, 974 | .fa-star-half-full:before, 975 | .fa-star-half-o:before { 976 | content: "\f123"; 977 | } 978 | .fa-location-arrow:before { 979 | content: "\f124"; 980 | } 981 | .fa-crop:before { 982 | content: "\f125"; 983 | } 984 | .fa-code-fork:before { 985 | content: "\f126"; 986 | } 987 | .fa-unlink:before, 988 | .fa-chain-broken:before { 989 | content: "\f127"; 990 | } 991 | .fa-question:before { 992 | content: "\f128"; 993 | } 994 | .fa-info:before { 995 | content: "\f129"; 996 | } 997 | .fa-exclamation:before { 998 | content: "\f12a"; 999 | } 1000 | .fa-superscript:before { 1001 | content: "\f12b"; 1002 | } 1003 | .fa-subscript:before { 1004 | content: "\f12c"; 1005 | } 1006 | .fa-eraser:before { 1007 | content: "\f12d"; 1008 | } 1009 | .fa-puzzle-piece:before { 1010 | content: "\f12e"; 1011 | } 1012 | .fa-microphone:before { 1013 | content: "\f130"; 1014 | } 1015 | .fa-microphone-slash:before { 1016 | content: "\f131"; 1017 | } 1018 | .fa-shield:before { 1019 | content: "\f132"; 1020 | } 1021 | .fa-calendar-o:before { 1022 | content: "\f133"; 1023 | } 1024 | .fa-fire-extinguisher:before { 1025 | content: "\f134"; 1026 | } 1027 | .fa-rocket:before { 1028 | content: "\f135"; 1029 | } 1030 | .fa-maxcdn:before { 1031 | content: "\f136"; 1032 | } 1033 | .fa-chevron-circle-left:before { 1034 | content: "\f137"; 1035 | } 1036 | .fa-chevron-circle-right:before { 1037 | content: "\f138"; 1038 | } 1039 | .fa-chevron-circle-up:before { 1040 | content: "\f139"; 1041 | } 1042 | .fa-chevron-circle-down:before { 1043 | content: "\f13a"; 1044 | } 1045 | .fa-html5:before { 1046 | content: "\f13b"; 1047 | } 1048 | .fa-css3:before { 1049 | content: "\f13c"; 1050 | } 1051 | .fa-anchor:before { 1052 | content: "\f13d"; 1053 | } 1054 | .fa-unlock-alt:before { 1055 | content: "\f13e"; 1056 | } 1057 | .fa-bullseye:before { 1058 | content: "\f140"; 1059 | } 1060 | .fa-ellipsis-h:before { 1061 | content: "\f141"; 1062 | } 1063 | .fa-ellipsis-v:before { 1064 | content: "\f142"; 1065 | } 1066 | .fa-rss-square:before { 1067 | content: "\f143"; 1068 | } 1069 | .fa-play-circle:before { 1070 | content: "\f144"; 1071 | } 1072 | .fa-ticket:before { 1073 | content: "\f145"; 1074 | } 1075 | .fa-minus-square:before { 1076 | content: "\f146"; 1077 | } 1078 | .fa-minus-square-o:before { 1079 | content: "\f147"; 1080 | } 1081 | .fa-level-up:before { 1082 | content: "\f148"; 1083 | } 1084 | .fa-level-down:before { 1085 | content: "\f149"; 1086 | } 1087 | .fa-check-square:before { 1088 | content: "\f14a"; 1089 | } 1090 | .fa-pencil-square:before { 1091 | content: "\f14b"; 1092 | } 1093 | .fa-external-link-square:before { 1094 | content: "\f14c"; 1095 | } 1096 | .fa-share-square:before { 1097 | content: "\f14d"; 1098 | } 1099 | .fa-compass:before { 1100 | content: "\f14e"; 1101 | } 1102 | .fa-toggle-down:before, 1103 | .fa-caret-square-o-down:before { 1104 | content: "\f150"; 1105 | } 1106 | .fa-toggle-up:before, 1107 | .fa-caret-square-o-up:before { 1108 | content: "\f151"; 1109 | } 1110 | .fa-toggle-right:before, 1111 | .fa-caret-square-o-right:before { 1112 | content: "\f152"; 1113 | } 1114 | .fa-euro:before, 1115 | .fa-eur:before { 1116 | content: "\f153"; 1117 | } 1118 | .fa-gbp:before { 1119 | content: "\f154"; 1120 | } 1121 | .fa-dollar:before, 1122 | .fa-usd:before { 1123 | content: "\f155"; 1124 | } 1125 | .fa-rupee:before, 1126 | .fa-inr:before { 1127 | content: "\f156"; 1128 | } 1129 | .fa-cny:before, 1130 | .fa-rmb:before, 1131 | .fa-yen:before, 1132 | .fa-jpy:before { 1133 | content: "\f157"; 1134 | } 1135 | .fa-ruble:before, 1136 | .fa-rouble:before, 1137 | .fa-rub:before { 1138 | content: "\f158"; 1139 | } 1140 | .fa-won:before, 1141 | .fa-krw:before { 1142 | content: "\f159"; 1143 | } 1144 | .fa-bitcoin:before, 1145 | .fa-btc:before { 1146 | content: "\f15a"; 1147 | } 1148 | .fa-file:before { 1149 | content: "\f15b"; 1150 | } 1151 | .fa-file-text:before { 1152 | content: "\f15c"; 1153 | } 1154 | .fa-sort-alpha-asc:before { 1155 | content: "\f15d"; 1156 | } 1157 | .fa-sort-alpha-desc:before { 1158 | content: "\f15e"; 1159 | } 1160 | .fa-sort-amount-asc:before { 1161 | content: "\f160"; 1162 | } 1163 | .fa-sort-amount-desc:before { 1164 | content: "\f161"; 1165 | } 1166 | .fa-sort-numeric-asc:before { 1167 | content: "\f162"; 1168 | } 1169 | .fa-sort-numeric-desc:before { 1170 | content: "\f163"; 1171 | } 1172 | .fa-thumbs-up:before { 1173 | content: "\f164"; 1174 | } 1175 | .fa-thumbs-down:before { 1176 | content: "\f165"; 1177 | } 1178 | .fa-youtube-square:before { 1179 | content: "\f166"; 1180 | } 1181 | .fa-youtube:before { 1182 | content: "\f167"; 1183 | } 1184 | .fa-xing:before { 1185 | content: "\f168"; 1186 | } 1187 | .fa-xing-square:before { 1188 | content: "\f169"; 1189 | } 1190 | .fa-youtube-play:before { 1191 | content: "\f16a"; 1192 | } 1193 | .fa-dropbox:before { 1194 | content: "\f16b"; 1195 | } 1196 | .fa-stack-overflow:before { 1197 | content: "\f16c"; 1198 | } 1199 | .fa-instagram:before { 1200 | content: "\f16d"; 1201 | } 1202 | .fa-flickr:before { 1203 | content: "\f16e"; 1204 | } 1205 | .fa-adn:before { 1206 | content: "\f170"; 1207 | } 1208 | .fa-bitbucket:before { 1209 | content: "\f171"; 1210 | } 1211 | .fa-bitbucket-square:before { 1212 | content: "\f172"; 1213 | } 1214 | .fa-tumblr:before { 1215 | content: "\f173"; 1216 | } 1217 | .fa-tumblr-square:before { 1218 | content: "\f174"; 1219 | } 1220 | .fa-long-arrow-down:before { 1221 | content: "\f175"; 1222 | } 1223 | .fa-long-arrow-up:before { 1224 | content: "\f176"; 1225 | } 1226 | .fa-long-arrow-left:before { 1227 | content: "\f177"; 1228 | } 1229 | .fa-long-arrow-right:before { 1230 | content: "\f178"; 1231 | } 1232 | .fa-apple:before { 1233 | content: "\f179"; 1234 | } 1235 | .fa-windows:before { 1236 | content: "\f17a"; 1237 | } 1238 | .fa-android:before { 1239 | content: "\f17b"; 1240 | } 1241 | .fa-linux:before { 1242 | content: "\f17c"; 1243 | } 1244 | .fa-dribbble:before { 1245 | content: "\f17d"; 1246 | } 1247 | .fa-skype:before { 1248 | content: "\f17e"; 1249 | } 1250 | .fa-foursquare:before { 1251 | content: "\f180"; 1252 | } 1253 | .fa-trello:before { 1254 | content: "\f181"; 1255 | } 1256 | .fa-female:before { 1257 | content: "\f182"; 1258 | } 1259 | .fa-male:before { 1260 | content: "\f183"; 1261 | } 1262 | .fa-gittip:before { 1263 | content: "\f184"; 1264 | } 1265 | .fa-sun-o:before { 1266 | content: "\f185"; 1267 | } 1268 | .fa-moon-o:before { 1269 | content: "\f186"; 1270 | } 1271 | .fa-archive:before { 1272 | content: "\f187"; 1273 | } 1274 | .fa-bug:before { 1275 | content: "\f188"; 1276 | } 1277 | .fa-vk:before { 1278 | content: "\f189"; 1279 | } 1280 | .fa-weibo:before { 1281 | content: "\f18a"; 1282 | } 1283 | .fa-renren:before { 1284 | content: "\f18b"; 1285 | } 1286 | .fa-pagelines:before { 1287 | content: "\f18c"; 1288 | } 1289 | .fa-stack-exchange:before { 1290 | content: "\f18d"; 1291 | } 1292 | .fa-arrow-circle-o-right:before { 1293 | content: "\f18e"; 1294 | } 1295 | .fa-arrow-circle-o-left:before { 1296 | content: "\f190"; 1297 | } 1298 | .fa-toggle-left:before, 1299 | .fa-caret-square-o-left:before { 1300 | content: "\f191"; 1301 | } 1302 | .fa-dot-circle-o:before { 1303 | content: "\f192"; 1304 | } 1305 | .fa-wheelchair:before { 1306 | content: "\f193"; 1307 | } 1308 | .fa-vimeo-square:before { 1309 | content: "\f194"; 1310 | } 1311 | .fa-turkish-lira:before, 1312 | .fa-try:before { 1313 | content: "\f195"; 1314 | } 1315 | .fa-plus-square-o:before { 1316 | content: "\f196"; 1317 | } 1318 | .fa-space-shuttle:before { 1319 | content: "\f197"; 1320 | } 1321 | .fa-slack:before { 1322 | content: "\f198"; 1323 | } 1324 | .fa-envelope-square:before { 1325 | content: "\f199"; 1326 | } 1327 | .fa-wordpress:before { 1328 | content: "\f19a"; 1329 | } 1330 | .fa-openid:before { 1331 | content: "\f19b"; 1332 | } 1333 | .fa-institution:before, 1334 | .fa-bank:before, 1335 | .fa-university:before { 1336 | content: "\f19c"; 1337 | } 1338 | .fa-mortar-board:before, 1339 | .fa-graduation-cap:before { 1340 | content: "\f19d"; 1341 | } 1342 | .fa-yahoo:before { 1343 | content: "\f19e"; 1344 | } 1345 | .fa-google:before { 1346 | content: "\f1a0"; 1347 | } 1348 | .fa-reddit:before { 1349 | content: "\f1a1"; 1350 | } 1351 | .fa-reddit-square:before { 1352 | content: "\f1a2"; 1353 | } 1354 | .fa-stumbleupon-circle:before { 1355 | content: "\f1a3"; 1356 | } 1357 | .fa-stumbleupon:before { 1358 | content: "\f1a4"; 1359 | } 1360 | .fa-delicious:before { 1361 | content: "\f1a5"; 1362 | } 1363 | .fa-digg:before { 1364 | content: "\f1a6"; 1365 | } 1366 | .fa-pied-piper:before { 1367 | content: "\f1a7"; 1368 | } 1369 | .fa-pied-piper-alt:before { 1370 | content: "\f1a8"; 1371 | } 1372 | .fa-drupal:before { 1373 | content: "\f1a9"; 1374 | } 1375 | .fa-joomla:before { 1376 | content: "\f1aa"; 1377 | } 1378 | .fa-language:before { 1379 | content: "\f1ab"; 1380 | } 1381 | .fa-fax:before { 1382 | content: "\f1ac"; 1383 | } 1384 | .fa-building:before { 1385 | content: "\f1ad"; 1386 | } 1387 | .fa-child:before { 1388 | content: "\f1ae"; 1389 | } 1390 | .fa-paw:before { 1391 | content: "\f1b0"; 1392 | } 1393 | .fa-spoon:before { 1394 | content: "\f1b1"; 1395 | } 1396 | .fa-cube:before { 1397 | content: "\f1b2"; 1398 | } 1399 | .fa-cubes:before { 1400 | content: "\f1b3"; 1401 | } 1402 | .fa-behance:before { 1403 | content: "\f1b4"; 1404 | } 1405 | .fa-behance-square:before { 1406 | content: "\f1b5"; 1407 | } 1408 | .fa-steam:before { 1409 | content: "\f1b6"; 1410 | } 1411 | .fa-steam-square:before { 1412 | content: "\f1b7"; 1413 | } 1414 | .fa-recycle:before { 1415 | content: "\f1b8"; 1416 | } 1417 | .fa-automobile:before, 1418 | .fa-car:before { 1419 | content: "\f1b9"; 1420 | } 1421 | .fa-cab:before, 1422 | .fa-taxi:before { 1423 | content: "\f1ba"; 1424 | } 1425 | .fa-tree:before { 1426 | content: "\f1bb"; 1427 | } 1428 | .fa-spotify:before { 1429 | content: "\f1bc"; 1430 | } 1431 | .fa-deviantart:before { 1432 | content: "\f1bd"; 1433 | } 1434 | .fa-soundcloud:before { 1435 | content: "\f1be"; 1436 | } 1437 | .fa-database:before { 1438 | content: "\f1c0"; 1439 | } 1440 | .fa-file-pdf-o:before { 1441 | content: "\f1c1"; 1442 | } 1443 | .fa-file-word-o:before { 1444 | content: "\f1c2"; 1445 | } 1446 | .fa-file-excel-o:before { 1447 | content: "\f1c3"; 1448 | } 1449 | .fa-file-powerpoint-o:before { 1450 | content: "\f1c4"; 1451 | } 1452 | .fa-file-photo-o:before, 1453 | .fa-file-picture-o:before, 1454 | .fa-file-image-o:before { 1455 | content: "\f1c5"; 1456 | } 1457 | .fa-file-zip-o:before, 1458 | .fa-file-archive-o:before { 1459 | content: "\f1c6"; 1460 | } 1461 | .fa-file-sound-o:before, 1462 | .fa-file-audio-o:before { 1463 | content: "\f1c7"; 1464 | } 1465 | .fa-file-movie-o:before, 1466 | .fa-file-video-o:before { 1467 | content: "\f1c8"; 1468 | } 1469 | .fa-file-code-o:before { 1470 | content: "\f1c9"; 1471 | } 1472 | .fa-vine:before { 1473 | content: "\f1ca"; 1474 | } 1475 | .fa-codepen:before { 1476 | content: "\f1cb"; 1477 | } 1478 | .fa-jsfiddle:before { 1479 | content: "\f1cc"; 1480 | } 1481 | .fa-life-bouy:before, 1482 | .fa-life-buoy:before, 1483 | .fa-life-saver:before, 1484 | .fa-support:before, 1485 | .fa-life-ring:before { 1486 | content: "\f1cd"; 1487 | } 1488 | .fa-circle-o-notch:before { 1489 | content: "\f1ce"; 1490 | } 1491 | .fa-ra:before, 1492 | .fa-rebel:before { 1493 | content: "\f1d0"; 1494 | } 1495 | .fa-ge:before, 1496 | .fa-empire:before { 1497 | content: "\f1d1"; 1498 | } 1499 | .fa-git-square:before { 1500 | content: "\f1d2"; 1501 | } 1502 | .fa-git:before { 1503 | content: "\f1d3"; 1504 | } 1505 | .fa-hacker-news:before { 1506 | content: "\f1d4"; 1507 | } 1508 | .fa-tencent-weibo:before { 1509 | content: "\f1d5"; 1510 | } 1511 | .fa-qq:before { 1512 | content: "\f1d6"; 1513 | } 1514 | .fa-wechat:before, 1515 | .fa-weixin:before { 1516 | content: "\f1d7"; 1517 | } 1518 | .fa-send:before, 1519 | .fa-paper-plane:before { 1520 | content: "\f1d8"; 1521 | } 1522 | .fa-send-o:before, 1523 | .fa-paper-plane-o:before { 1524 | content: "\f1d9"; 1525 | } 1526 | .fa-history:before { 1527 | content: "\f1da"; 1528 | } 1529 | .fa-circle-thin:before { 1530 | content: "\f1db"; 1531 | } 1532 | .fa-header:before { 1533 | content: "\f1dc"; 1534 | } 1535 | .fa-paragraph:before { 1536 | content: "\f1dd"; 1537 | } 1538 | .fa-sliders:before { 1539 | content: "\f1de"; 1540 | } 1541 | .fa-share-alt:before { 1542 | content: "\f1e0"; 1543 | } 1544 | .fa-share-alt-square:before { 1545 | content: "\f1e1"; 1546 | } 1547 | .fa-bomb:before { 1548 | content: "\f1e2"; 1549 | } 1550 | .fa-soccer-ball-o:before, 1551 | .fa-futbol-o:before { 1552 | content: "\f1e3"; 1553 | } 1554 | .fa-tty:before { 1555 | content: "\f1e4"; 1556 | } 1557 | .fa-binoculars:before { 1558 | content: "\f1e5"; 1559 | } 1560 | .fa-plug:before { 1561 | content: "\f1e6"; 1562 | } 1563 | .fa-slideshare:before { 1564 | content: "\f1e7"; 1565 | } 1566 | .fa-twitch:before { 1567 | content: "\f1e8"; 1568 | } 1569 | .fa-yelp:before { 1570 | content: "\f1e9"; 1571 | } 1572 | .fa-newspaper-o:before { 1573 | content: "\f1ea"; 1574 | } 1575 | .fa-wifi:before { 1576 | content: "\f1eb"; 1577 | } 1578 | .fa-calculator:before { 1579 | content: "\f1ec"; 1580 | } 1581 | .fa-paypal:before { 1582 | content: "\f1ed"; 1583 | } 1584 | .fa-google-wallet:before { 1585 | content: "\f1ee"; 1586 | } 1587 | .fa-cc-visa:before { 1588 | content: "\f1f0"; 1589 | } 1590 | .fa-cc-mastercard:before { 1591 | content: "\f1f1"; 1592 | } 1593 | .fa-cc-discover:before { 1594 | content: "\f1f2"; 1595 | } 1596 | .fa-cc-amex:before { 1597 | content: "\f1f3"; 1598 | } 1599 | .fa-cc-paypal:before { 1600 | content: "\f1f4"; 1601 | } 1602 | .fa-cc-stripe:before { 1603 | content: "\f1f5"; 1604 | } 1605 | .fa-bell-slash:before { 1606 | content: "\f1f6"; 1607 | } 1608 | .fa-bell-slash-o:before { 1609 | content: "\f1f7"; 1610 | } 1611 | .fa-trash:before { 1612 | content: "\f1f8"; 1613 | } 1614 | .fa-copyright:before { 1615 | content: "\f1f9"; 1616 | } 1617 | .fa-at:before { 1618 | content: "\f1fa"; 1619 | } 1620 | .fa-eyedropper:before { 1621 | content: "\f1fb"; 1622 | } 1623 | .fa-paint-brush:before { 1624 | content: "\f1fc"; 1625 | } 1626 | .fa-birthday-cake:before { 1627 | content: "\f1fd"; 1628 | } 1629 | .fa-area-chart:before { 1630 | content: "\f1fe"; 1631 | } 1632 | .fa-pie-chart:before { 1633 | content: "\f200"; 1634 | } 1635 | .fa-line-chart:before { 1636 | content: "\f201"; 1637 | } 1638 | .fa-lastfm:before { 1639 | content: "\f202"; 1640 | } 1641 | .fa-lastfm-square:before { 1642 | content: "\f203"; 1643 | } 1644 | .fa-toggle-off:before { 1645 | content: "\f204"; 1646 | } 1647 | .fa-toggle-on:before { 1648 | content: "\f205"; 1649 | } 1650 | .fa-bicycle:before { 1651 | content: "\f206"; 1652 | } 1653 | .fa-bus:before { 1654 | content: "\f207"; 1655 | } 1656 | .fa-ioxhost:before { 1657 | content: "\f208"; 1658 | } 1659 | .fa-angellist:before { 1660 | content: "\f209"; 1661 | } 1662 | .fa-cc:before { 1663 | content: "\f20a"; 1664 | } 1665 | .fa-shekel:before, 1666 | .fa-sheqel:before, 1667 | .fa-ils:before { 1668 | content: "\f20b"; 1669 | } 1670 | .fa-meanpath:before { 1671 | content: "\f20c"; 1672 | } 1673 | -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- 1 | /* 2 | SkyApp Bootstrap Sass Theme 3 | Author: Brad Traversy 4 | Version: 0.0.1 5 | */ 6 | /* BASE - Base styles, variables, mixins, etc */ 7 | /* Font Colors */ 8 | /* Background Colors */ 9 | /* Showcase Area */ 10 | /* Mixins */ 11 | /* line 1, ../scss/base/_normalize.scss */ 12 | h1, h2, h3, h4, h5 { 13 | margin-top: 0; 14 | } 15 | 16 | /* line 5, ../scss/base/_normalize.scss */ 17 | .page-header { 18 | margin-top: 30px; 19 | } 20 | 21 | /* line 9, ../scss/base/_normalize.scss */ 22 | .no-pad-top { 23 | padding-top: 0; 24 | } 25 | 26 | /* line 13, ../scss/base/_normalize.scss */ 27 | .extra-pad { 28 | padding-top: 40px; 29 | padding-bottom: 40px; 30 | } 31 | 32 | /* line 18, ../scss/base/_normalize.scss */ 33 | .top-inner { 34 | padding: 90px 0 30px 0; 35 | } 36 | 37 | /* Image Sizes */ 38 | /* line 23, ../scss/base/_normalize.scss */ 39 | .img-xsm { 40 | width: 100px; 41 | } 42 | 43 | /* line 24, ../scss/base/_normalize.scss */ 44 | .img-sm { 45 | width: 200px; 46 | } 47 | 48 | /* line 25, ../scss/base/_normalize.scss */ 49 | .img-lg { 50 | width: 400px; 51 | } 52 | 53 | /* line 26, ../scss/base/_normalize.scss */ 54 | .img-xlg { 55 | width: 700px; 56 | } 57 | 58 | /* line 28, ../scss/base/_normalize.scss */ 59 | .clearfix { 60 | clear: both; 61 | } 62 | 63 | /* line 1, ../scss/base/_base.scss */ 64 | body { 65 | font-family: "Segoe UI", "Segoe WP", "Segoe Regular", sans-serif; 66 | font-size: 15px; 67 | line-height: 1.7em; 68 | color: #666666; 69 | } 70 | 71 | /* line 8, ../scss/base/_base.scss */ 72 | a { 73 | color: #00aff0; 74 | } 75 | 76 | /* line 12, ../scss/base/_base.scss */ 77 | ul, li { 78 | list-style: none; 79 | } 80 | 81 | /* line 16, ../scss/base/_base.scss */ 82 | input, textarea, button { 83 | -moz-border-radius: 0px; 84 | -webkit-border-radius: 0px; 85 | border-radius: 0px; 86 | } 87 | 88 | /* line 20, ../scss/base/_base.scss */ 89 | img.device { 90 | width: 100%; 91 | } 92 | 93 | /* line 24, ../scss/base/_base.scss */ 94 | img.device-small { 95 | width: 70%; 96 | margin-bottom: -40px; 97 | } 98 | 99 | /* MODULES - Individual site components */ 100 | /* Lists */ 101 | /* line 4, ../scss/modules/_typography.scss */ 102 | .list, .list-feature { 103 | margin-bottom: 30px; 104 | } 105 | 106 | /* line 8, ../scss/modules/_typography.scss */ 107 | .list-feature { 108 | margin: 0; 109 | padding: 0; 110 | width: 80%; 111 | } 112 | /* line 14, ../scss/modules/_typography.scss */ 113 | .list-feature li { 114 | line-height: 3.6em; 115 | border-bottom: 1px solid #cccccc; 116 | overflow: auto; 117 | } 118 | /* line 20, ../scss/modules/_typography.scss */ 119 | .list-feature li:last-child { 120 | border: 0; 121 | } 122 | /* line 24, ../scss/modules/_typography.scss */ 123 | .list-feature span { 124 | vertical-align: top; 125 | padding-top: 9px; 126 | font-size: 120%; 127 | } 128 | /* line 30, ../scss/modules/_typography.scss */ 129 | .list-feature i { 130 | margin-top: -9px; 131 | margin-right: 5px; 132 | } 133 | 134 | /* line 36, ../scss/modules/_typography.scss */ 135 | .list-comments { 136 | margin: 0; 137 | padding: 0; 138 | } 139 | 140 | /* line 41, ../scss/modules/_typography.scss */ 141 | .list-comments li { 142 | padding: 10px 0 5px 0; 143 | border-bottom: 1px solid #cccccc; 144 | overflow: auto !important; 145 | } 146 | 147 | /* line 47, ../scss/modules/_typography.scss */ 148 | .list-comments li:last-child { 149 | border: 0; 150 | } 151 | 152 | /* line 51, ../scss/modules/_typography.scss */ 153 | .list-comments img { 154 | width: 100px; 155 | } 156 | 157 | /* Icons */ 158 | /* line 58, ../scss/modules/_typography.scss */ 159 | .fa-2 { 160 | font-size: 18px; 161 | } 162 | 163 | /* line 61, ../scss/modules/_typography.scss */ 164 | .fa-3 { 165 | font-size: 24px; 166 | } 167 | 168 | /* line 64, ../scss/modules/_typography.scss */ 169 | .fa-4 { 170 | font-size: 27px; 171 | } 172 | 173 | /* line 67, ../scss/modules/_typography.scss */ 174 | .fa-5 { 175 | font-size: 35px; 176 | } 177 | 178 | /* line 70, ../scss/modules/_typography.scss */ 179 | .fa-6 { 180 | font-size: 40px; 181 | } 182 | 183 | /* line 74, ../scss/modules/_typography.scss */ 184 | .fa-primary { 185 | color: #00aff0; 186 | } 187 | 188 | /* line 78, ../scss/modules/_typography.scss */ 189 | .fa-border { 190 | border: 1px solid #00aff0; 191 | -moz-border-radius: 5px; 192 | -webkit-border-radius: 5px; 193 | border-radius: 5px; 194 | padding: 13px 15px; 195 | width: 70px; 196 | margin-bottom: 10px; 197 | } 198 | 199 | /* Headings */ 200 | /* line 89, ../scss/modules/_typography.scss */ 201 | .heading-primary, .heading-primary-a { 202 | color: #00aff0; 203 | } 204 | 205 | /* line 93, ../scss/modules/_typography.scss */ 206 | .heading-primary-a { 207 | border-bottom: 2px solid #00aff0; 208 | } 209 | 210 | /* line 98, ../scss/modules/_typography.scss */ 211 | .heading-secondary, .heading-secondary-a { 212 | color: #7fba00; 213 | } 214 | 215 | /* line 102, ../scss/modules/_typography.scss */ 216 | .heading-secondary-a { 217 | border-bottom: 2px solid #7fba00; 218 | } 219 | 220 | /* line 107, ../scss/modules/_typography.scss */ 221 | .heading-light, .heading-light-a { 222 | color: #e4eef2; 223 | } 224 | 225 | /* line 111, ../scss/modules/_typography.scss */ 226 | .heading-light-a { 227 | border-bottom: 2px solid #e4eef2; 228 | } 229 | 230 | /* line 116, ../scss/modules/_typography.scss */ 231 | .heading-dark, .heading-dark-a { 232 | color: #2b5464; 233 | } 234 | 235 | /* line 120, ../scss/modules/_typography.scss */ 236 | .heading-dark-a { 237 | border-bottom: 2px solid #2b5464; 238 | } 239 | 240 | /* Emphasis Text */ 241 | /* line 127, ../scss/modules/_typography.scss */ 242 | .em-primary { 243 | color: #00aff0; 244 | } 245 | 246 | /* line 131, ../scss/modules/_typography.scss */ 247 | .em-secondary { 248 | color: #7fba00; 249 | } 250 | 251 | /* line 135, ../scss/modules/_typography.scss */ 252 | .em-dark { 253 | color: #2b5464; 254 | } 255 | 256 | /* line 139, ../scss/modules/_typography.scss */ 257 | .em-light { 258 | color: #e4eef2; 259 | } 260 | 261 | /* Blocks */ 262 | /* line 4, ../scss/modules/_blocks.scss */ 263 | .block, .block-primary, .block-secondary, .block-light, .block-dark { 264 | padding: 15px; 265 | margin-bottom: 15px; 266 | } 267 | /* line 8, ../scss/modules/_blocks.scss */ 268 | .block h3, .block-primary h3, .block-secondary h3, .block-light h3, .block-dark h3 { 269 | margin-top: 0; 270 | padding-top: 0; 271 | } 272 | /* line 13, ../scss/modules/_blocks.scss */ 273 | .block iframe, .block-primary iframe, .block-secondary iframe, .block-light iframe, .block-dark iframe { 274 | width: 100%; 275 | } 276 | 277 | /* line 18, ../scss/modules/_blocks.scss */ 278 | .block-primary { 279 | background: #00aff0; 280 | color: #ffffff; 281 | } 282 | 283 | /* line 23, ../scss/modules/_blocks.scss */ 284 | .block-secondary { 285 | background: #7fba00; 286 | color: #ffffff; 287 | } 288 | 289 | /* line 28, ../scss/modules/_blocks.scss */ 290 | .block-light { 291 | background: #e4eef2; 292 | color: #666666; 293 | } 294 | 295 | /* line 33, ../scss/modules/_blocks.scss */ 296 | .block-dark { 297 | background: #2b5464; 298 | color: #ffffff; 299 | } 300 | 301 | /* line 38, ../scss/modules/_blocks.scss */ 302 | .block-center { 303 | text-align: center !important; 304 | } 305 | 306 | /* line 42, ../scss/modules/_blocks.scss */ 307 | .block-image img { 308 | width: 100%; 309 | } 310 | 311 | /* line 46, ../scss/modules/_blocks.scss */ 312 | .block-border { 313 | border: 1px solid #cccccc; 314 | } 315 | 316 | /* line 51, ../scss/modules/_blocks.scss */ 317 | .block-primary-head h3 { 318 | padding: 15px 5px 15px 10px; 319 | background: #00aff0; 320 | color: #ffffff; 321 | margin: 0; 322 | font-size: 18px; 323 | } 324 | /* line 58, ../scss/modules/_blocks.scss */ 325 | .block-primary-head .block-content { 326 | border: 1px solid #00aff0; 327 | padding: 10px; 328 | } 329 | 330 | /* line 65, ../scss/modules/_blocks.scss */ 331 | .block-icon h3 { 332 | padding: 0; 333 | margin: 0; 334 | } 335 | /* line 70, ../scss/modules/_blocks.scss */ 336 | .block-icon .icon { 337 | float: left; 338 | width: 20%; 339 | margin-top: 10px; 340 | } 341 | /* line 76, ../scss/modules/_blocks.scss */ 342 | .block-icon .icon-content { 343 | float: left; 344 | width: 70%; 345 | } 346 | 347 | /* Buttons */ 348 | /* line 3, ../scss/modules/_buttons.scss */ 349 | .btn-primary { 350 | background: #00aff0; 351 | color: #ffffff; 352 | border: 2px solid white; 353 | } 354 | 355 | /* line 8, ../scss/modules/_buttons.scss */ 356 | .btn-primary:hover { 357 | background: #008abd; 358 | border: 2px solid white; 359 | } 360 | 361 | /* Sections */ 362 | /* line 3, ../scss/modules/_sections.scss */ 363 | section { 364 | padding: 30px 0; 365 | } 366 | 367 | /* line 7, ../scss/modules/_sections.scss */ 368 | .section-showcase { 369 | height: 400px; 370 | background: url("../img/showcase.jpg") no-repeat top center; 371 | } 372 | /* line 11, ../scss/modules/_sections.scss */ 373 | .section-showcase .showcase-content { 374 | padding: 110px 15px; 375 | text-align: center; 376 | } 377 | /* line 16, ../scss/modules/_sections.scss */ 378 | .section-showcase h1 { 379 | color: #00aff0; 380 | } 381 | 382 | /* line 21, ../scss/modules/_sections.scss */ 383 | .section-primary, .section-primary-a, .section-primary-b { 384 | background: #00aff0; 385 | color: #ffffff; 386 | } 387 | 388 | /* line 25, ../scss/modules/_sections.scss */ 389 | .section-primary-a { 390 | border-top: 4px solid #7fba00; 391 | } 392 | 393 | /* line 30, ../scss/modules/_sections.scss */ 394 | .section-primary-b { 395 | border-bottom: 4px solid #7fba00; 396 | } 397 | 398 | /* line 35, ../scss/modules/_sections.scss */ 399 | .section-secondary { 400 | background: #7fba00; 401 | color: #ffffff; 402 | } 403 | 404 | /* line 38, ../scss/modules/_sections.scss */ 405 | .section-light { 406 | background: #e4eef2; 407 | color: #666666; 408 | } 409 | 410 | /* line 42, ../scss/modules/_sections.scss */ 411 | .section-dark { 412 | background: #2b5464; 413 | color: #ffffff; 414 | } 415 | 416 | /* Carousel */ 417 | /* line 3, ../scss/modules/_components.scss */ 418 | .carousel { 419 | margin-bottom: 20px; 420 | } 421 | 422 | /* line 7, ../scss/modules/_components.scss */ 423 | .carousel img { 424 | padding: 3px; 425 | border: 1px solid #cccccc; 426 | } 427 | 428 | /* Tabs */ 429 | /* line 14, ../scss/modules/_components.scss */ 430 | .tab-pane { 431 | padding: 20px 10px; 432 | -moz-border-radius: 5px; 433 | -webkit-border-radius: 5px; 434 | border-radius: 5px; 435 | margin-bottom: 20px; 436 | } 437 | 438 | /* line 20, ../scss/modules/_components.scss */ 439 | .tab-primary .tab-pane, .tab-primary .nav-tabs > li.active > a, .tab-primary .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus { 440 | background: #00aff0; 441 | color: #ffffff; 442 | } 443 | 444 | /* line 24, ../scss/modules/_components.scss */ 445 | .tab-secondary .tab-pane, .tab-secondary .nav-tabs > li.active > a, .tab-secondary .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus { 446 | background: #7fba00; 447 | color: #ffffff; 448 | } 449 | 450 | /* line 28, ../scss/modules/_components.scss */ 451 | .tab-dark .tab-pane, .tab-dark.nav-tabs > li.active > a, .tab-dark .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus { 452 | background: #2b5464; 453 | color: #ffffff; 454 | } 455 | 456 | /* line 32, ../scss/modules/_components.scss */ 457 | .tab-light .tab-pane, .tab-light .nav-tabs > li.active > a, .tab-light .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus { 458 | background: #e4eef2; 459 | color: #666666; 460 | } 461 | 462 | /* Searchbox */ 463 | /* line 3, ../scss/modules/_forms.scss */ 464 | .search { 465 | width: 100%; 466 | } 467 | /* line 6, ../scss/modules/_forms.scss */ 468 | .search h3 { 469 | margin-top: 0; 470 | padding-top: 0; 471 | } 472 | /* line 11, ../scss/modules/_forms.scss */ 473 | .search input[type="search"] { 474 | border: 0; 475 | height: 50px; 476 | width: 80%; 477 | border: 2px solid #00aff0; 478 | font-size: 18px; 479 | padding-left: 10px; 480 | padding-bottom: 5px; 481 | } 482 | /* line 21, ../scss/modules/_forms.scss */ 483 | .search button { 484 | border: 0; 485 | background: none; 486 | padding: 0; 487 | vertical-align: top; 488 | margin-left: -4px; 489 | } 490 | 491 | /* LAYOUTS - Page layout styles */ 492 | /* Navbar */ 493 | /* line 4, ../scss/layouts/_nav.scss */ 494 | .navbar { 495 | width: 90%; 496 | margin: auto; 497 | border-left: 1px solid #e7e7e7; 498 | border-right: 1px solid #e7e7e7; 499 | border-color: #e7e7e7; 500 | min-height: 60px; 501 | background: #fff; 502 | margin-bottom: 30px; 503 | } 504 | /* line 13, ../scss/layouts/_nav.scss */ 505 | .navbar a { 506 | color: #00aff0 !important; 507 | font-size: 20px; 508 | letter-spacing: -0.5px; 509 | padding-bottom: 24px !important; 510 | padding-top: 20px !important; 511 | } 512 | 513 | /* line 23, ../scss/layouts/_nav.scss */ 514 | .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { 515 | background: #00aff0 !important; 516 | color: #fff !important; 517 | } 518 | 519 | /* Footer */ 520 | /* line 3, ../scss/layouts/_footer.scss */ 521 | .footer-main { 522 | background: #2b5464; 523 | color: #ffffff; 524 | border-top: 5px solid #7fba00; 525 | min-height: 200px; 526 | padding: 30px 0; 527 | z-index: 100; 528 | } 529 | /* line 10, ../scss/layouts/_footer.scss */ 530 | .footer-main a { 531 | color: #ffffff; 532 | } 533 | /* line 14, ../scss/layouts/_footer.scss */ 534 | .footer-main ul { 535 | margin: 0; 536 | padding: 0; 537 | } 538 | /* line 19, ../scss/layouts/_footer.scss */ 539 | .footer-main li { 540 | line-height: 1.8em; 541 | list-style: none; 542 | } 543 | 544 | /* Blog */ 545 | /* line 3, ../scss/layouts/_blog.scss */ 546 | .blog-post { 547 | border-top: 1px solid #cccccc; 548 | border-left: 1px solid #cccccc; 549 | border-right: 1px solid #cccccc; 550 | padding: 15px; 551 | } 552 | /* line 8, ../scss/layouts/_blog.scss */ 553 | .blog-post h2.page-header { 554 | margin-top: 5px !important; 555 | } 556 | 557 | /* line 13, ../scss/layouts/_blog.scss */ 558 | .blog-featured { 559 | float: left; 560 | margin-right: 15px; 561 | } 562 | 563 | /* line 18, ../scss/layouts/_blog.scss */ 564 | .post-meta { 565 | background: #f3f3f3; 566 | padding: 10px 10px 10px 10px; 567 | border: 1px solid #cccccc; 568 | margin-bottom: 20px; 569 | } 570 | 571 | @media (max-width: 768px) { 572 | /* line 2, ../scss/layouts/_mobile.scss */ 573 | .search { 574 | display: inline-block; 575 | text-align: center; 576 | } 577 | 578 | /* line 7, ../scss/layouts/_mobile.scss */ 579 | .device { 580 | display: block; 581 | margin: 20px auto 0 auto; 582 | } 583 | 584 | /* line 12, ../scss/layouts/_mobile.scss */ 585 | .device-small { 586 | margin-bottom: 20px !important; 587 | } 588 | 589 | /* line 17, ../scss/layouts/_mobile.scss */ 590 | .footer-main ul { 591 | margin-bottom: 20px; 592 | text-align: center; 593 | } 594 | /* line 22, ../scss/layouts/_mobile.scss */ 595 | .footer-main h4 { 596 | text-align: center; 597 | } 598 | } 599 | -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /img/blog1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/blog1.png -------------------------------------------------------------------------------- /img/btn-appstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/btn-appstore.png -------------------------------------------------------------------------------- /img/btn-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/btn-download.png -------------------------------------------------------------------------------- /img/device-imac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/device-imac.png -------------------------------------------------------------------------------- /img/device-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/device-ipad.png -------------------------------------------------------------------------------- /img/device-iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/device-iphone.png -------------------------------------------------------------------------------- /img/headshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/headshot1.jpg -------------------------------------------------------------------------------- /img/headshot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/headshot2.jpg -------------------------------------------------------------------------------- /img/headshot3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/headshot3.jpg -------------------------------------------------------------------------------- /img/headshot4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/headshot4.jpg -------------------------------------------------------------------------------- /img/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/search.png -------------------------------------------------------------------------------- /img/showcase.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/showcase.jpg -------------------------------------------------------------------------------- /img/slide1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/slide1.jpg -------------------------------------------------------------------------------- /img/slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/slide2.jpg -------------------------------------------------------------------------------- /img/slide3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/img/slide3.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | SkyApp | Welcome 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 43 |
44 | 45 |
46 |
47 |

Bootstrap HTML5 Template

48 |

A clean and versatile Bootstrap 3 theme
A responsive design for your business and products

49 |
50 | Download 51 | Download 52 |
53 |
54 |
55 | 56 |
57 |
58 |
59 |
60 | 66 |
67 |
68 | 69 |
70 |
71 |
72 |
73 | 74 |
75 |
76 |
77 |
78 |
79 |

Sleek

80 |

81 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus. Cras condimentum porttitor enim a egestas. Suspendisse potenti 82 |

83 | Read More 84 |
85 |
86 |
87 |
88 |

Responsive

89 |

90 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus. Cras condimentum porttitor enim a egestas. Suspendisse potenti 91 |

92 | Read More 93 |
94 |
95 |
96 |
97 |

Clean

98 |

99 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus. Cras condimentum porttitor enim a egestas. Suspendisse potenti 100 |

101 | Read More 102 |
103 |
104 |
105 |
106 |
107 | 108 |
109 |
110 |
111 |
112 |
113 | 114 |

Lorem Ipsum

115 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

116 |
117 |
118 |
119 |
120 | 121 |

Lorem Ipsum

122 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

123 |
124 |
125 |
126 |
127 | 128 |

Lorem Ipsum

129 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

130 |
131 |
132 |
133 |
134 | 135 |

Lorem Ipsum

136 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

137 |
138 |
139 |
140 |
141 |
142 | 143 |
144 |
145 |
146 |
147 | 148 |
    149 |
  • Lorem ipsum dolor
  • 150 |
  • Lorem ipsum dolor
  • 151 |
  • Lorem ipsum dolor
  • 152 |
  • Lorem ipsum dolor
  • 153 |
154 |
155 | Read More 156 |
157 |
158 | 159 |
160 |
161 |
162 |
163 | 164 |
165 |
166 |
167 |
168 | 169 |
170 |
171 | 172 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit Phasellus et odio.

173 | Start Trial 174 |
175 |
176 |
177 |
178 | 179 | 214 | 215 | 217 | 218 | 219 | 220 | 221 | 222 | -------------------------------------------------------------------------------- /scss/base/_base.scss: -------------------------------------------------------------------------------- 1 | body{ 2 | font-family:$base-font-family; 3 | font-size:$base-font-size; 4 | line-height:1.7em; 5 | color:$base-font-color; 6 | } 7 | 8 | a{ 9 | color:$primary-color; 10 | } 11 | 12 | ul,li{ 13 | list-style:none; 14 | } 15 | 16 | input, textarea, button{ 17 | @include border-radius(0px); 18 | } 19 | 20 | img.device{ 21 | width:100%; 22 | } 23 | 24 | img.device-small{ 25 | width:70%; 26 | margin-bottom:-40px; 27 | } 28 | 29 | -------------------------------------------------------------------------------- /scss/base/_mixins.scss: -------------------------------------------------------------------------------- 1 | 2 | /* Mixins */ 3 | 4 | @mixin border-radius($radius){ 5 | -moz-border-radius:$radius; 6 | -webkit-border-radius:$radius; 7 | border-radius:$radius; 8 | } 9 | 10 | @mixin add-border($size, $color, $position){ 11 | @if $position == 'all'{ 12 | border:$size solid $color; 13 | } @else if $position == 'top'{ 14 | border-top:$size solid $color; 15 | } @else if $position == 'bottom'{ 16 | border-bottom:$size solid $color; 17 | } @else if $position == 'right'{ 18 | border-right:$size solid $color; 19 | } @else if $position == 'left'{ 20 | border-left:$size solid $color; 21 | } @else if $position == 'top-bottom'{ 22 | border-top:$size solid $color; 23 | border-bottom:$size solid $color; 24 | } @else if $position == 'right-left'{ 25 | border-left:$size solid $color; 26 | border-right:$size solid $color; 27 | } 28 | } 29 | 30 | @mixin add-background($color){ 31 | background:$color; 32 | @if $color == $light-color{ 33 | color:#666666; 34 | } @else { 35 | color:#ffffff; 36 | } 37 | } 38 | 39 | -------------------------------------------------------------------------------- /scss/base/_normalize.scss: -------------------------------------------------------------------------------- 1 | h1,h2,h3,h4,h5{ 2 | margin-top:0; 3 | } 4 | 5 | .page-header{ 6 | margin-top:30px; 7 | } 8 | 9 | .no-pad-top{ 10 | padding-top:0; 11 | } 12 | 13 | .extra-pad{ 14 | padding-top:40px; 15 | padding-bottom:40px; 16 | } 17 | 18 | .top-inner{ 19 | padding:90px 0 30px 0; 20 | } 21 | 22 | /* Image Sizes */ 23 | .img-xsm{width:100px;} 24 | .img-sm{width:200px;} 25 | .img-lg{width:400px;} 26 | .img-xlg{width:700px;} 27 | 28 | .clearfix{ 29 | clear:both; 30 | } -------------------------------------------------------------------------------- /scss/base/_variables.scss: -------------------------------------------------------------------------------- 1 | /* Font Colors */ 2 | 3 | $base-font-size:15px; 4 | $base-font-family:"Segoe UI","Segoe WP","Segoe Regular", sans-serif; 5 | $base-font-color:#666666; 6 | 7 | 8 | /* Background Colors */ 9 | 10 | $primary-color:#00aff0; 11 | $secondary-color:#7fba00; 12 | $light-color:#e4eef2; 13 | $dark-color:#2b5464; 14 | 15 | 16 | /* Showcase Area */ 17 | 18 | $showcase-height:400px; 19 | $showcase-image:'../img/showcase.jpg'; -------------------------------------------------------------------------------- /scss/layouts/_blog.scss: -------------------------------------------------------------------------------- 1 | /* Blog */ 2 | 3 | .blog-post{ 4 | @include add-border(1px, #cccccc,top); 5 | @include add-border(1px, #cccccc,right-left); 6 | padding:15px; 7 | 8 | h2.page-header{ 9 | margin-top:5px !important; 10 | } 11 | } 12 | 13 | .blog-featured{ 14 | float:left; 15 | margin-right:15px; 16 | } 17 | 18 | .post-meta{ 19 | background:#f3f3f3; 20 | padding:10px 10px 10px 10px; 21 | @include add-border(1px, #cccccc, all); 22 | margin-bottom:20px; 23 | } -------------------------------------------------------------------------------- /scss/layouts/_footer.scss: -------------------------------------------------------------------------------- 1 | /* Footer */ 2 | 3 | .footer-main{ 4 | @include add-background($dark-color); 5 | @include add-border(5px, $secondary-color,top); 6 | min-height:200px; 7 | padding:30px 0; 8 | z-index:100; 9 | 10 | a{ 11 | color:#ffffff; 12 | } 13 | 14 | ul{ 15 | margin:0; 16 | padding:0; 17 | } 18 | 19 | li{ 20 | line-height:1.8em; 21 | list-style:none; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /scss/layouts/_header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/skyapp_bootstrap/b3cf8cf5d06a922dc47ddef3f58bc4ed88959f0c/scss/layouts/_header.scss -------------------------------------------------------------------------------- /scss/layouts/_mobile.scss: -------------------------------------------------------------------------------- 1 | @media(max-width:768px){ 2 | .search{ 3 | display:inline-block; 4 | text-align:center; 5 | } 6 | 7 | .device{ 8 | display:block; 9 | margin:20px auto 0 auto; 10 | } 11 | 12 | .device-small{ 13 | margin-bottom:20px !important; 14 | } 15 | 16 | .footer-main{ 17 | ul{ 18 | margin-bottom:20px; 19 | text-align:center; 20 | } 21 | 22 | h4{ 23 | text-align:center; 24 | } 25 | } 26 | 27 | } -------------------------------------------------------------------------------- /scss/layouts/_nav.scss: -------------------------------------------------------------------------------- 1 | 2 | /* Navbar */ 3 | 4 | .navbar{ 5 | width:90%; 6 | margin:auto; 7 | @include add-border(1px, #e7e7e7, 'right-left'); 8 | border-color:#e7e7e7; 9 | min-height:60px; 10 | background:#fff; 11 | margin-bottom:30px; 12 | 13 | a{ 14 | color:$primary-color !important; 15 | font-size:20px; 16 | letter-spacing:-0.5px; 17 | padding-bottom:24px !important; 18 | padding-top:20px !important; 19 | } 20 | 21 | } 22 | 23 | .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ 24 | background:$primary-color !important; 25 | color:#fff !important; 26 | } 27 | -------------------------------------------------------------------------------- /scss/main.scss: -------------------------------------------------------------------------------- 1 | /* 2 | SkyApp Bootstrap Sass Theme 3 | Author: Brad Traversy 4 | Version: 0.0.1 5 | */ 6 | 7 | /* BASE - Base styles, variables, mixins, etc */ 8 | 9 | @import 'base/_variables.scss'; 10 | @import 'base/_mixins.scss'; 11 | @import 'base/_normalize.scss'; 12 | @import 'base/_base.scss'; 13 | 14 | /* MODULES - Individual site components */ 15 | 16 | @import 'modules/_typography.scss'; 17 | @import 'modules/_blocks.scss'; 18 | @import 'modules/_buttons.scss'; 19 | @import 'modules/_sections.scss'; 20 | @import 'modules/_components.scss'; 21 | @import 'modules/_forms.scss'; 22 | 23 | /* LAYOUTS - Page layout styles */ 24 | 25 | @import 'layouts/_nav.scss'; 26 | @import 'layouts/_header.scss'; 27 | @import 'layouts/_footer.scss'; 28 | @import 'layouts/_blog.scss'; 29 | @import 'layouts/_mobile.scss'; -------------------------------------------------------------------------------- /scss/modules/_blocks.scss: -------------------------------------------------------------------------------- 1 | 2 | /* Blocks */ 3 | 4 | .block{ 5 | padding:15px; 6 | margin-bottom:15px; 7 | 8 | h3{ 9 | margin-top:0; 10 | padding-top:0; 11 | } 12 | 13 | iframe{ 14 | width:100%; 15 | } 16 | } 17 | 18 | .block-primary{ 19 | @extend .block; 20 | @include add-background($primary-color); 21 | } 22 | 23 | .block-secondary{ 24 | @extend .block; 25 | @include add-background($secondary-color); 26 | } 27 | 28 | .block-light{ 29 | @extend .block; 30 | @include add-background($light-color); 31 | } 32 | 33 | .block-dark{ 34 | @extend .block; 35 | @include add-background($dark-color); 36 | } 37 | 38 | .block-center{ 39 | text-align:center !important; 40 | } 41 | 42 | .block-image img{ 43 | width:100%; 44 | } 45 | 46 | .block-border{ 47 | @include add-border(1px, #cccccc, all); 48 | } 49 | 50 | .block-primary-head{ 51 | h3{ 52 | padding:15px 5px 15px 10px; 53 | @include add-background($primary-color); 54 | margin:0; 55 | font-size:18px 56 | } 57 | 58 | .block-content{ 59 | @include add-border(1px, $primary-color, all); 60 | padding:10px; 61 | } 62 | } 63 | 64 | .block-icon{ 65 | h3{ 66 | padding:0; 67 | margin:0; 68 | } 69 | 70 | .icon{ 71 | float:left; 72 | width:20%; 73 | margin-top:10px; 74 | } 75 | 76 | .icon-content{ 77 | float:left; 78 | width:70%; 79 | } 80 | } -------------------------------------------------------------------------------- /scss/modules/_buttons.scss: -------------------------------------------------------------------------------- 1 | /* Buttons */ 2 | 3 | .btn-primary{ 4 | @include add-background($primary-color); 5 | @include add-border(2px, #ffffff, all); 6 | } 7 | 8 | .btn-primary:hover{ 9 | background:darken($primary-color,10%); 10 | @include add-border(2px, #ffffff, all); 11 | } -------------------------------------------------------------------------------- /scss/modules/_components.scss: -------------------------------------------------------------------------------- 1 | /* Carousel */ 2 | 3 | .carousel{ 4 | margin-bottom:20px; 5 | } 6 | 7 | .carousel img{ 8 | padding:3px; 9 | @include add-border(1px, #cccccc, all); 10 | } 11 | 12 | /* Tabs */ 13 | 14 | .tab-pane{ 15 | padding:20px 10px; 16 | @include border-radius(5px); 17 | margin-bottom:20px; 18 | } 19 | 20 | .tab-primary .tab-pane,.tab-primary .nav-tabs > li.active > a, .tab-primary .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{ 21 | @include add-background($primary-color); 22 | } 23 | 24 | .tab-secondary .tab-pane,.tab-secondary .nav-tabs > li.active > a, .tab-secondary .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{ 25 | @include add-background($secondary-color); 26 | } 27 | 28 | .tab-dark .tab-pane,.tab-dark.nav-tabs > li.active > a, .tab-dark .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{ 29 | @include add-background($dark-color); 30 | } 31 | 32 | .tab-light .tab-pane,.tab-light .nav-tabs > li.active > a, .tab-light .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{ 33 | @include add-background($light-color); 34 | } -------------------------------------------------------------------------------- /scss/modules/_forms.scss: -------------------------------------------------------------------------------- 1 | /* Searchbox */ 2 | 3 | .search{ 4 | width:100%; 5 | 6 | h3{ 7 | margin-top:0; 8 | padding-top:0; 9 | } 10 | 11 | input[type="search"]{ 12 | border:0; 13 | height:50px; 14 | width:80%; 15 | border:2px solid $primary-color; 16 | font-size:18px; 17 | padding-left:10px; 18 | padding-bottom:5px; 19 | } 20 | 21 | button{ 22 | border:0; 23 | background:none; 24 | padding:0; 25 | vertical-align:top; 26 | margin-left:-4px; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /scss/modules/_sections.scss: -------------------------------------------------------------------------------- 1 | /* Sections */ 2 | 3 | section{ 4 | padding:30px 0; 5 | } 6 | 7 | .section-showcase{ 8 | height:$showcase-height; 9 | background:url($showcase-image) no-repeat top center; 10 | 11 | .showcase-content{ 12 | padding:110px 15px; 13 | text-align:center; 14 | } 15 | 16 | h1{ 17 | color:$primary-color; 18 | } 19 | } 20 | 21 | .section-primary{ 22 | @include add-background($primary-color); 23 | } 24 | 25 | .section-primary-a{ 26 | @extend .section-primary; 27 | @include add-border(4px, $secondary-color, top); 28 | } 29 | 30 | .section-primary-b{ 31 | @extend .section-primary; 32 | @include add-border(4px, $secondary-color, bottom); 33 | } 34 | 35 | .section-secondary{ 36 | @include add-background($secondary-color); 37 | } 38 | .section-light{ 39 | @include add-background($light-color); 40 | } 41 | 42 | .section-dark{ 43 | @include add-background($dark-color); 44 | } -------------------------------------------------------------------------------- /scss/modules/_typography.scss: -------------------------------------------------------------------------------- 1 | 2 | /* Lists */ 3 | 4 | .list{ 5 | margin-bottom:30px; 6 | } 7 | 8 | .list-feature{ 9 | @extend .list; 10 | margin:0; 11 | padding:0; 12 | width:80%; 13 | 14 | li{ 15 | line-height:3.6em; 16 | @include add-border(1px, #cccccc, bottom); 17 | overflow:auto; 18 | } 19 | 20 | li:last-child{ 21 | border:0; 22 | } 23 | 24 | span{ 25 | vertical-align:top; 26 | padding-top:9px; 27 | font-size:120%; 28 | } 29 | 30 | i{ 31 | margin-top:-9px; 32 | margin-right:5px; 33 | } 34 | } 35 | 36 | .list-comments { 37 | margin:0; 38 | padding:0; 39 | } 40 | 41 | .list-comments li{ 42 | padding:10px 0 5px 0; 43 | @include add-border(1px, #cccccc, bottom); 44 | overflow:auto !important; 45 | } 46 | 47 | .list-comments li:last-child{ 48 | border:0; 49 | } 50 | 51 | .list-comments img{ 52 | width:100px; 53 | } 54 | 55 | 56 | /* Icons */ 57 | 58 | .fa-2{ 59 | font-size:18px; 60 | } 61 | .fa-3{ 62 | font-size:24px; 63 | } 64 | .fa-4{ 65 | font-size:27px; 66 | } 67 | .fa-5{ 68 | font-size:35px; 69 | } 70 | .fa-6{ 71 | font-size:40px; 72 | } 73 | 74 | .fa-primary{ 75 | color:$primary-color; 76 | } 77 | 78 | .fa-border{ 79 | @include add-border(1px, $primary-color, all); 80 | @include border-radius(5px); 81 | padding:13px 15px; 82 | width:70px; 83 | margin-bottom:10px; 84 | } 85 | 86 | 87 | /* Headings */ 88 | 89 | .heading-primary{ 90 | color:$primary-color; 91 | } 92 | 93 | .heading-primary-a{ 94 | @extend .heading-primary; 95 | @include add-border(2px, $primary-color, bottom); 96 | } 97 | 98 | .heading-secondary{ 99 | color:$secondary-color; 100 | } 101 | 102 | .heading-secondary-a{ 103 | @extend .heading-secondary; 104 | @include add-border(2px, $secondary-color, bottom); 105 | } 106 | 107 | .heading-light{ 108 | color:$light-color; 109 | } 110 | 111 | .heading-light-a{ 112 | @extend .heading-light; 113 | @include add-border(2px, $light-color, bottom); 114 | } 115 | 116 | .heading-dark{ 117 | color:$dark-color; 118 | } 119 | 120 | .heading-dark-a{ 121 | @extend .heading-dark; 122 | @include add-border(2px, $dark-color, bottom); 123 | } 124 | 125 | /* Emphasis Text */ 126 | 127 | .em-primary{ 128 | color:$primary-color; 129 | } 130 | 131 | .em-secondary{ 132 | color:$secondary-color; 133 | } 134 | 135 | .em-dark{ 136 | color:$dark-color; 137 | } 138 | 139 | .em-light{ 140 | color:$light-color; 141 | } -------------------------------------------------------------------------------- /services.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | SkyApp | Services 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 43 |
44 | 45 |
46 |
47 |
48 |
49 | 55 |
56 |
57 | 58 |
59 |
60 |
61 |
62 | 63 |
64 |
65 |
66 |
67 |

Building technology to shape our future

68 |
69 |
70 |
71 |
72 | 73 |
74 |
75 |
76 |
77 | 78 |

In lacinia ipsum sit amet ultricies semper. Nulla facilisi. Proin et nulla consequat mauris gravida vestibulum. Donec non risus et velit auctor lobortis. Aliquam in placerat justo. Etiam nisi libero, suscipit vel nulla eget, blandit ultricies quam. Nunc pretium pharetra tellus sed suscipit. Fusce rhoncus metus est, quis facilisis eros luctus vestibulum. Morbi vestibulum, urna vitae feugiat tincidunt, urna magna pharetra enim, id congue lectus elit sit amet quam. Vivamus sit amet enim eros. Etiam nec molestie risus.

79 |

Donec non est gravida, condimentum mauris sed, bibendum lectus. Duis posuere turpis augue. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur mattis feugiat aliquam. Cras luctus magna tellus. Nullam consequat vitae sem nec luctus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Integer sodales congue nibh, quis pharetra dui tincidunt sit amet. Nunc suscipit, velit ut aliquet interdum, sapien metus gravida dui, in varius tortor justo a leo. Pellentesque auctor purus sed placerat gravida. Proin ac lobortis est. Cras pharetra pharetra maximus. Sed tellus neque, blandit sit amet sollicitudin eget, finibus quis felis. Morbi velit nibh, aliquam eu pharetra eget, tempus placerat metus. Nullam cursus suscipit quam, in vestibulum quam lobortis id.

80 |

81 |
82 |
83 |
84 |

85 | 86 | Service One 87 | 88 |

89 |
90 |
91 |
92 | Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. 93 |
94 |
95 |
96 |
97 |
98 |

99 | 100 | Service Two 101 | 102 |

103 |
104 |
105 |
106 | Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. 107 |
108 |
109 |
110 |
111 |
112 |

113 | 114 | Service Three 115 | 116 |

117 |
118 |
119 |
120 | Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. 121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 | 133 |
134 |
135 |

Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.

136 |
137 |
138 |

Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.

139 |
140 | 143 | 146 |
147 |
148 | 149 |
150 |

Quick Quote

151 |
152 |
153 |
154 | 155 | 156 |
157 |
158 | 159 | 160 |
161 |
162 | 163 | 164 |
165 |
166 | 167 | 168 |
169 | 170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 | 178 |
179 |
180 | 181 |
182 |
183 |
184 |
185 | 186 |
187 |
188 |

Lorem ipsum

189 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

190 |
191 |
192 |
193 |
194 |
195 |
196 | 197 |
198 |
199 |

Lorem ipsum

200 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

201 |
202 |
203 |
204 |
205 |
206 |
207 | 208 |
209 |
210 |

Lorem ipsum

211 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 | 221 |
222 |
223 |

Lorem ipsum

224 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

225 |
226 |
227 |
228 |
229 |
230 |
231 | 232 |
233 |
234 |

Lorem ipsum

235 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

236 |
237 |
238 |
239 |
240 |
241 |
242 | 243 |
244 |
245 |

Lorem ipsum

246 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

247 |
248 |
249 |
250 |
251 |
252 |
253 | 254 |
255 |
256 |
257 |
258 |
259 | 260 |

Lorem Ipsum

261 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

262 |
263 |
264 |
265 |
266 | 267 |

Lorem Ipsum

268 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

269 |
270 |
271 |
272 |
273 | 274 |

Lorem Ipsum

275 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

276 |
277 |
278 |
279 |
280 | 281 |

Lorem Ipsum

282 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pharetra varius maximus.

283 |
284 |
285 |
286 |
287 |
288 | 289 | 324 | 325 | 327 | 328 | 329 | 330 | 331 | 332 | --------------------------------------------------------------------------------