This repository was archived by the owner on Dec 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
318 lines (252 loc) · 12 KB
/
index.html
File metadata and controls
318 lines (252 loc) · 12 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Spark App Studio</title>
<meta name="Spark App Studio" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css"/>
<link rel="stylesheet" type="text/css" href="/assets/css/responsive.css"/>
</head>
<body>
<!-- Navigation ================================================== -->
<div class="hero-background">
<!-- <div>
<img class="strips" src="assets/images/strips.png">
</div> -->
<div class="container">
<div class="header-container header">
<a href="mailto:madebydouglas@gmail.com">
<button class="header-btn">Hire Us</button>
</a>
<div class="header-right">
<a class="navbar-item" href="#team">The Team</a>
<!-- <a class="navbar-item" href="#pricing">Pricing</a>
<a class="navbar-item" href="#features">Features</a> -->
</div>
</div>
<!-- Hero-Section ================================================== -->
<div class="hero row">
<div class="hero-right col-sm-6">
<h1 class="header-headline bold"> Spark App Studio<br></h1>
<h4 class="header-running-text light">Bring your idea to life.</h4>
<!-- <a href="mailto:hello@sparkappstudio.com">
<button class="hero-btn">Email Us</button>
</a> -->
</div>
<!-- <div class="col-sm-6 col-sm-6 ipad">
<img class="ipad-screen img-responsive" src="assets/images/screen.png"/>
</div> -->
<!-- <div><img class="mouse" src="assets/images/mouse.svg"/></div> -->
</div>
</div>
</div>
<!-- Apps ================================================== -->
<div id="features" class="features-section">
<div class="features-container row">
<h2 class="features-headline light">APPS WE'VE MADE</h2>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display">
<a href="https://itunes.apple.com/us/app/work-week-time-tracker/id1318658035?mt=8"
target="_blank">
<img class="bullet-img" src="assets/images/RoundedIcon-workweek.png">
</a>
</div>
<h5 class="feature-head-text feature-no-display"> WORK WEEK </h5>
<p class="feature-subtext light feature-no-display"> Achieve work life balance with insightful highlights of your working habits.</p>
</div>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display feature-display-mid">
<a href="https://itunes.apple.com/us/app/talekick/id1333626941?mt=8"
target="_blank">
<img class="bullet-img" src="assets/images/RoundedIcon-talekick.png">
</a>
</div>
<h5 class="feature-head-text feature-no-display feature-display-mid"> TALE KICK </h5>
<p class="feature-subtext light feature-no-display feature-display-mid"> TaleKick your own stories by spinning the rings which lock into place,
giving you the five classical storytelling elements to build a tale.</p>
</div>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display feature-display-last">
<a href="https://itunes.apple.com/us/app/campus-zone-the-college-newsfeed/id1241528771?mt=8"
target="_blank">
<img class="bullet-img" src="assets/images/RoundedIcon-campuszone.png">
</a>
</div>
<h5 class="feature-head-text feature-no-display feature-display-last"> CAMPUS ZONE </h5>
<p class="feature-subtext light feature-no-display feature-display-last"> It's like Instagram for everyone on campus.</p>
</div>
</div>
</div>
<!-- Logos ================================================== -->
<!--
<div class="logos-section">
<img class="logos" src="assets/images/logos.png"/>
</div>
-->
<!-- White-Section ================================================== -->
<div class="white-section row">
<div class="imac col-sm-6">
<img class="imac-screen img-responsive" src="assets/images/finder-icon.png">
</div>
<div class="col-sm-6">
<div class="white-section-text">
<h2 class="imac-section-header light">FROM OUR CLIENTS</h2>
<div class="imac-section-desc">
<span> "I am writing to let you know how pleased my investors and I are with all of your brilliant work on TaleKick. <br>The <strong>app works flawlessly,</strong> and just as I had imagined. When I check the analytics at the Apple store it has not crashed even once."<br>
</span>
</div>
<div class="imac-section-author">
<span> - Marilyn McCoppen, TaleKick Founder
</span>
</div>
</div>
</div>
</div>
<!-- Pricing ================================================== -->
<!--
<div id="pricing" class="pricing-background">
<h2 class="pricing-section-header light text-center">CHOOSE YOUR PRICING PLAN</h2>
<h4 class=" pricing-section-sub text-center light">Pick any of our super affordable pricing plans</h4>
<div class="pricing-table row">
<div class="col-sm-4">
<div class="plan">
<h3 class="plan-title light">BASIC</h3>
<h4 class="plan-cost bold">15</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>Up to 7 Projects</li>
<li>2 Additional Developers</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="mid-plan">
<h3 class="plan-title light">AGENCY</h3>
<h4 class="plan-cost bold">55</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>Up to 25 Projects</li>
<li>2 Additional Developers</li>
<li>Unlimited Support</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="plan">
<h3 class="plan-title light">PRO</h3>
<h4 class="plan-cost bold">75</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>Up to 25 Projects</li>
<li>2 Additional Developers</li>
<li>Unlimited Support</li>
<li>1.5GB Disk Space</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!-- Team
================================================== -->
<div id="team" class="team">
<h2 class="team-section-header light text-center">THE FOUNDERS</h2>
<div class="team-container row">
<div class="col-sm-4 team-member">
<img width="126px" class="team-image" src="assets/images/john.jpeg">
<div class="team-member-text">
<h4 class="team-member-position light">Engineering</h4>
<h5 class="bold">John Regner</h5>
<p class="light">A real Swift nerd.</p>
<a href="https://twitter.com/john_regner"><img class="team-social-icon" src="assets/images/team-twitter.svg"></a>
</div>
</div>
<div class="col-sm-4 team-member">
<img width="126px" class="team-image" src="assets/images/douglas.jpeg">
<div class="team-member-text">
<h4 class="team-member-position light">Product</h4>
<h5 class="bold">Douglas Hewitt</h5>
<p class="light">Believer, designer, developer. Passionate about making insanely great things.</p>
<a href="http://www.twitter.com/madebydouglas"><img class="team-social-icon" src="assets/images/team-twitter.svg"></a>
</div>
</div>
<div class="col-sm-4 team-member">
<img width="126px" class="team-image" src="assets/images/jay.jpeg">
<div class="team-member-text">
<h4 class="team-member-position light">Business Development</h4>
<h5 class="bold">Jay Yupin Hu</h5>
<p class="light">Solving big problems through writing mobile apps.</p>
<a href="http://www.twitter.com/jayytter"><img class="team-social-icon" src="assets/images/team-twitter.svg"></a>
</div>
</div>
<!-- .row -->
</div> <!--team-container-->
</div> <!--team-section-->
<!-- Email-Section
================================================== -->
<!-- <div class="blue-section">
<h3 class="blue-section-header bold">Contact Us</h3>
<h4 class="blue-section-subtext light">We'd love to hear from you. </h4>
<div class="email-form-div">
<a href="mailto:hello@sparkappstudio.com">
<button class="hero-btn">Contact</button>
</a>
</div>
</div> -->
<!-- Footer ================================================== -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8 webscope">
<p class="copyright"> © 2017, Spark App Studio, All Rights Reserved. </p>
<p class="copyright">Thanks for the <a href="https://onepagelove.com/nova" target="_blank">Nova Theme</a></p>
</div>
<div class="col-sm-2">
<div class="social-links">
<a href="https://twitter.com/SparkAppStudio"> <img class="social-link"
src="assets/images/twitter.svg"/> </a>
<a href="https://www.facebook.com/Spark-App-Studio-523557971315286/"> <img
src="assets/images/facebook.svg"/> </a>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin="anonymous"></script>
<script src="assets/js/script.js"></script>
</body>
</html>