-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·350 lines (324 loc) · 12 KB
/
index.html
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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!DOCTYPE html>
<html>
<head>
<title>strattonstudios.com</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- CSS
================================================== -->
<!-- Bootstrap 3-->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic|Roboto+Condensed:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<!-- Template Styles -->
<link href="css/style.css" rel="stylesheet" media="screen">
</head>
<body>
<!-- NAVBAR
================================================== -->
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--Replace text with your app name or logo image-->
<a class="navbar-brand" href="#">Stratton Studios</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a onclick="$('.purchase').animatescroll({padding:71});">About</a></li>
<li><a onclick="$('.payoff').animatescroll({padding:71});">Blog</a></li>
<li><a onclick="$('.apply').animatescroll({padding:71});">Rates</a></li>
<li><a onclick="$('.events').animatescroll({padding:71});">Login</a></li>
<li><a onclick="$('.social').animatescroll({padding:71});">Signup</a></li>
</ul>
</div>
</div>
</nav>
<!-- HEADER
================================================== -->
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="carousel-iphone">
<div id="carousel-example-generic" class="carousel slide">
<!-- Indicators
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
-->
<!-- Wrapper for slides
<div class="carousel-inner">
<div class="item active">
<img src="img/screenshots/app-1.png" alt="App Screen 1">
</div>
<div class="item">
<img src="img/screenshots/app-2.png" alt="App Screen 2">
</div>
<div class="item">
<img src="img/screenshots/app-3.png" alt="App Screen 3">
</div>
-->
</div>
</div>
</div>
</div>
</div>
</header>
<!-- PURCHASE ================================================== -->
<section class="purchase">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<h1>
<div id="typed-strings">
<p class = "lead">Small Businesses are <strong>changing.</strong></p>
<p class = "lead">Is<em> yours</em>?</p>
</div>
<span id="typed"></span></h1>
<p class="lead">Get your business off on the right foot with help from Strattonstudios. Right now through 9/1/2017 we are offering free websites for all new bookeeping clients.</p>
<button type="button" class="app-store"></button>
</div>
</div>
</div>
</section>
<!-- DETAILS ================================================== -->
<section class="detail">
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="carousel-indicators"></ol>
<div id="carousel-example-generic-2" class="carousel slide">
<div class="carousel-inner">
<div class="apply">
<div class="row">
<div class="col-sm-12 col-md-offset-1 col-md-6">
<h1>Accounting</h1>
<p>Monthly Bookeeping, Tax returns, Financal Statement Prep</p>
<div class="col-sm-12 col-md-5">
<img src ="img/logo-intuit.svg" class="img-responsive" alt="App Screen 1">
</div>
<p><a href="https://script.google.com/macros/s/AKfycbzwvgXucUhy7TqSj3pRZKjPFZ0SS4XUknMY8iPPyLiYol8Dsac/exec">Learn more</a></p>
</div>
<div class="col-sm-12 col-md-5">
<div class="app-screenshot">
<img src="img/intuit-product.jpg" class="img-responsive" alt="App Screen 1">
</div>
<div class="col-sm-12 col-md-offset-1 col-md-6"></div>
</div>
</div>
</div>
<!--<ol class="carousel-indicators"></ol>-->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- PAYOFF
================================================== -->
<section class="payoff">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<h1>Gform 1</h1>
<form
name = "gform"
id = "gform"
enctype = "text/plain"
action = "https://docs.google.com/forms/d/1FPXUNLJghgs77uQxR8T_58KuwcRET7jp2K-l3jGQENg/formResponse"
target="hidden_iframe" onsubmit="submitted=true;"
class="form col-md-12 center-block">
<div class="form-group">
<input
type="text"
name = "entry.1348060678"
id = "entry.1348060678"
class="form-control input-md center"
placeholder="First Name">
</div>
<div class="form-group">
<input type="text"
name = "entry.1941283924"
id ="entry.1941283924"
class="form-control input-md center"
placeholder="Last Name">
</div>
<div class="form-group">
<input type="text"
name ="entry.587952527"
id = "entry.587952527"
class="form-control input-md"
placeholder="Email Address">
</div>
<div class="form-group">
<button type ="submit"
value="Submit"
class ="btn btn-md">Sign Up</button>
</div>
</form>
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {}"></iframe>
</div>
</div>
</div>
</section>
<!-- DETAILS ================================================== -->
<section class="detail">
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="carousel-indicators"></ol>
<div id="carousel-example-generic-2" class="carousel slide">
<div class="carousel-inner">
<div class="apply">
<div class="row">
<div class="col-sm-12 col-md-offset-1 col-md-6">
<h1>
Mobile Application
</h1>
<p>Custom web applicabtions tailored to your customers wants and company's needs.</p>
<p><a href="https://script.google.com/macros/s/AKfycbzwvgXucUhy7TqSj3pRZKjPFZ0SS4XUknMY8iPPyLiYol8Dsac/exec">Learn more</a></p>
</div>
<div class="col-sm-12 col-md-5">
<div class="app-screenshot">
<img src="img/screenshots/app-1.png" class="img-responsive" alt="App Screen 1">
</div>
</div>
</div>
</div>
<ol class="carousel-indicators"></ol>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- DETAILS ================================================== -->
<section class="detail">
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="carousel-example-generic-2" class="carousel slide">
<div class="carousel-inner">
<div class="events">
<div class="row">
<div class="col-sm-12 col-md-offset-1 col-md-6">
<h1>Header 1</h1>
<p>P 3</p>
</div>
<div class="col-sm-12 col-md-5">
<div class="app-screenshot">
<img src="img/screenshots/app-3.png" class="img-responsive" alt="App Screen 3">
</div>
</div>
</div>
</div>
<ol class="carousel-indicators"></ol>
</div>
</div>
</div>
</div>
</section>
<!-- FEATURES
================================================== -->
<section class="features">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class=""><i class="icon-check"></i></div>
<h2>H2</h2>
<p>P4</p>
<p>Sponsors</p>
<p>
</p>
</div>
</section>
<!-- SOCIAL
================================================== -->
<section class="social">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Connect with us</h2>
<a class="icon-facebook" href ="https://www.facebook.com/"></a>
<a class="icon-twitter" href ="https://twitter.com/"></a>
<a class="icon-instagram" href ="https://www.instagram.com/"></a>
</div>
</div>
</div>
</section>
<!-- GET IT
================================================== -->
<section class="get-it">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Inquire</h1>
<p class="lead">Inquire</p>
</div>
<div class="col-md-12">
<hr/>
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- CREDITS TO
================================================== -->
<section class="get-it">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="lead"></p>
<p class="lead">
<a href ="https://www.linkedin.com/in/strattongregory">Web Design: StrattonStudios ©</a>
</p>
<p class="lead"></p>
</div>
</div>
</div>
</section>
<!-- JAVASCRIPT
================================================== -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/animatescroll.js"></script>
<script src="js/scripts.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/vendor/jquery.ui.widget.js"></script>
<!-- The Iframe Transport is required for browsers without support for XHR file uploads -->
<script src="js/jquery.iframe-transport.js"></script>
<!-- The basic File Upload plugin -->
<script src="js/jquery.fileupload.js"></script>
<!-- Bootstrap JS is not required, but included for the responsive demo navigation -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script type="text/javascript">var submitted=false;</script>
<script type="text/javascript">
$('#gform').on('submit', function(e) {
$('#gform *').fadeOut(2000);
$('#gform').prepend('Your submission has been processed...');
});
</script>
<script src="js/typed.js" type="text/javascript"></script>
<script>
document.addEventListener('DOMContentLoaded', function(){
Typed.new('#typed', {
stringsElement: document.getElementById('typed-strings')
});
});
</script>
</script>
</html>