-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
287 lines (286 loc) · 11.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SwipeRight</title>
<link href="https://fonts.googleapis.com/css?family=Lilita+One|Roboto+Slab:100,300" rel="stylesheet">
<link href="css/main.css/main.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/flickity@2.0/dist/flickity.min.css">
<script src="https://use.fontawesome.com/2d9c9ef9dd.js"></script>
<script src="https://unpkg.com/flickity@2.0/dist/flickity.pkgd.min.js"></script>
<script src="https://code.jquery.com/jquery-3.1.0.slim.min.js" integrity="sha256-cRpWjoSOw5KcyIOaZNo4i6fZ9tKPhYYb6i5T9RSVJG8=" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div class="container">
<div class="row">
<div id="menu-logo">
<button></button>
<a href="#"></a>
</div>
</div>
</div>
</header>
<main>
<section class="section-hero">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="hero-title">
<h1><span class="swipe-logo">Swipe</span><span class="right-logo">Right</span></h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="hero-description">
<h3>We do websites, branding, and photography.</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4 icon">
<div id="ipad-icon">
<img src="./images/iPad-icon.png"/>
</div>
</div>
<div class="col-sm-4 icon">
<div id="page-icon">
<img src="./images/page-icon.png"/>
</div>
</div>
<div class="col-sm-4 icon">
<div id="camera-icon">
<img src="./images/camera-icon.png"/>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<form>
</form>
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div id="service-title">
<h1>SERVICES</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="carousel" data-flickity='{"wrapAround": "true"}'>
<div class="carousel-cell">
<div class="container">
<div class="row">
<div class="col-sm-12 icon">
<span class="bracket">{</span>
<img src="./images/measure.png"/>
<span class="bracket">}</span>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="services-title">
<h3>Logo and Design</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="services-copy">
<p>
Do you need branding help? SwipeRight has the skills and experience needed to help you establish
your company’s identity. We’ll create a custom logo for your company, ensure you have the resources you’ll need to maintain a consistent image across the web and across devices, and design a website you’ll love. We realize that branding is not a cookie-cutter undertaking; every company has a unique mission and culture. It’s our goal to help you communicate that mission and culture clearly, effectively, and beautifully.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-cell">
<div class="container">
<div class="row">
<div class="col-sm-12 icon">
<span class="bracket">{</span>
<img src="./images/group.png"/>
<span class="bracket">}</span>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="services-title">
<h3>Branding Consultation</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="services-copy">
<p>
We’ll set up in-person meetings with you to discover your company’s purpose and goals. We’ll offer advice based out of our real-world experience in the domains of business, design, user engagement, and technology. We’ll help you develop a plan to move forward, and we’ll give you a realistic, custom proposal outlining how we can help you do so. If you move forward with us, great! Otherwise, we’ll be happy to have helped you move toward your goals.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-cell">
<div class="container">
<div class="row">
<div class="col-sm-12 icon">
<span class="bracket">{</span>
<img src="./images/photos.png"/>
<span class="bracket">}</span>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="services-title">
<h3>Professional Photography</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="services-copy">
<p>
An important part of a business' image are, well, their images. We bring years of professional photography experience to the table, ensuring that we capture your brightest elements for the world to see.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-cell">
<div class="container">
<div class="row">
<div class="col-sm-12 icon">
<span class="bracket">{</span>
<img src="./images/desktop.png"/>
<span class="bracket">}</span>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="services-title">
<h3>Website Development</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="services-copy">
<p>
Building websites is our passion. A well-built site brings together a company's vision, branding, and identity into one format. It's hard to overstate the importance of a well-presented online presence; while we believe in the power of social media, we also know how vital a well-designed, well-built, mobile-first site is in establishing your brand in the eyes of potential customers.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="our-work">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div id="our-work-title">
<h1>OUR WORK</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div id="our-work-box-1">
</div>
</div>
<div class="col-sm-4">
<div id="our-work-box-2">
</div>
</div>
<div class="col-sm-4">
<div id="our-work-box-3">
</div>
</div>
</div>
</div>
</section>
<section id="who-we-are">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div id="who-we-are-title">
<h1>WHO WE ARE</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div id="who-we-are-image">
<img src="./images/better-kelly-stephen.png"/>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div id="who-we-are-description">
<h3>We're a team. <br>
In every sense of the word.
</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div id="who-we-are-content">
<p>
With Kelly’s expertise in Business Development and Project Management, and Stephen’s creative
sensibilities and technical skills, SwipeRight is set up for success. When we’re not creating
amazing products for customers, we enjoy being outside as much as possible with our 5-year-old
and rescue dog, Niko.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="input-group input-group-lg col-centered">
<input type="email" class="form-control" id="email-box" placeholder="Let's Connect! email@example.com"/>
<button type="submit" id="button" class="btn-submit">
</button>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div id="contact">
</div>
</div>
<!-- <hr class="footer-hr"> -->
<div class="row">
<p>Copyright (c) 2016 <span class="swipe-logo footer-logo">Swipe</span><span class="right-logo footer-logo">Right</span> LLC, All Rights Reserved.</p>
</div>
</div>
</footer>
</main>
<script>
$(#menu-logo).mouseover(function(){
});
</script>
</body>
</html>