-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
336 lines (323 loc) · 12.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>8Bit Bento</title>
<meta name="description" content="8BitBento is a small business web design & development shop based in Raleigh, NC. We are nimble, personal, affordable, and would love to meet your digital needs.">
<link rel="shortcut icon" href="assets/images/logo.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/style.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
</head>
<body>
<div class="nav-header">
<nav>
<img id="logo" src="assets/images/horizontal-logo-and-text.png">
</nav>
<header>
<img id="logo-and-text" src="assets/images/logo-and-text.png">
<h1><span class="pink-text">We </span><span class="dark-blue-text">design and</span> <br><span class="pink-text">develop</span><span class="dark-blue-text"> websites.</span></h1>
<form action="#contact">
<input class="red" type="submit" value="Get a Quote">
</form>
</header>
</div>
<section id="about">
<main>
<p>8BitBento has 11 years of combined web development experience and brings to the table a streamlined process tailored to driving revenue and customers.</p>
<p>Just like a bento box, our websites use a variety of quality 'ingredients' organized in a beautiful and consumable format.</p>
</main>
</section>
<!-- <section id="portfolio">
<h1>Portfolio</h1>
</section> -->
<section id="services">
<section class="simple-offering service accordion">
<div class="title">
<h1>SIMPLE</h1>
<p>
Great for small businesses and portfolios.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Landing Page
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
Oftentimes, the first interaction someone will have with you and your business will be online.
<br><br>
An excellent landing page drives engagement and immerses the user in a single linear experience.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Mobile-Responsive
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
In the modern age of on-the-go browsing, having a consistently good experience on all devices is a must to stay relevant.
<br><br>
Our websites are responsive and adapt to any screen width ranging from phones to tablets to desktops.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Hosting + Domain Setup
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
Purchasing your DNS, finding an appropriate host, configuring settings accordingly, engaging in ongoing maintenance -- all of that can be a hassle which detracts from operating your business day-to-day.
<br><br>
We handle all of this for you and invoice you monthly.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Logo Creation
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
Having a visually striking and appropriate logo will make your business stand out from others.
<br><br>
Our logo creation process ensures that, instead of being 'Generic Business 32', you'll be memorable to the consumer.
</p>
</div>
<div>
<a href="#contact">Get in Touch</a>
</div>
</section>
<section class="standard-offering service accordion">
<div class="title">
<h1>STANDARD</h1>
<p>
Great for medium-sized businesses.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Multi-Page Site
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
If your business has a broad range of services, products, and/or content, our multi-page -- up to ten pages -- site is well suited for you.
<br><br>
Our information architecture engineering will ensure your site is intuitive and SEO optimized to increase traffic.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Mobile-Responsive
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
In the modern age of on-the-go browsing, having a consistently good experience on all devices is a must to stay relevant.
<br><br>
Our websites are responsive and adapt to any screen width ranging from phones to tablets to desktops.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Hosting + Domain Setup
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
Purchasing your DNS, finding an appropriate host, configuring settings accordingly, engaging in ongoing maintenance -- all of that can be a hassle which detracts from operating your business day-to-day.
<br><br>
We handle all of this for you and invoice you monthly.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Logo Creation
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
Having a visually striking and appropriate logo will make your business stand out from others.
<br><br>
Our logo creation process ensures that, instead of being 'Generic Business 32', you'll be memorable to the consumer.
</p>
</div>
<div>
<a href="#contact">Get in Touch</a>
</div>
</section>
<section class="ultimate-offering service accordion">
<div class="title">
<h1>PREMIUM</h1>
<p>
You need a strong online presence.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
CMS Site
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
If you'd like to add content to your website continually, such as a blog or e-commerce site, a content management site is what you need.
<br><br>
We'll create the vehicle to drive your content forward; you'll do the driving with an easy-to-understand interface.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Mobile-Responsive
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
In the modern age of on-the-go browsing, having a consistently good experience on all devices is a must to stay relevant.
<br><br>
Our websites are responsive and adapt to any screen width ranging from phones to tablets to desktops.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Hosting + Domain Setup
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
Purchasing your DNS, finding an appropriate host, configuring settings accordingly, engaging in ongoing maintenance -- all of that can be a hassle which detracts from operating your business day-to-day.
<br><br>
We handle all of this for you and invoice you monthly.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Logo Creation
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
Having a visually striking and appropriate logo will make your business stand out from others.
<br><br>
Our logo creation process ensures that, instead of being 'Generic Business 32', you'll be memorable to the consumer.
</p>
</div>
<div>
<a href="#contact">Get in Touch</a>
</div>
</section>
<section class="add-ons service accordion">
<div class="title">
<h1>ADD-ONS</h1>
<p>For when you need a little bit more.</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Modifications
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
Change is inevitable in all things; fortunately, here at 8BitBento, we have a straightforward billing rate and efficient turnaround time for tweaking 'this', or 'that.'
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Content Creation
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
bad writing looks meh
<br><br>
Just kidding; poorly written content looks unprofessional and can reflect poorly upon you and your business
<br><br>
Skilled persuasive writing can increase your conversion rates by compelling your users to take action.
<br><br>
Our professional content creation services will ensure the latter.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Additional Pages
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
Need a little bit more than a landing page or ten page website? Add an additional page to your website for a fixed rate.
</p>
</div>
<div class="expandable">
<a href="#" onclick="return false;">
Professional Photography
<i class="fas fa-caret-down"></i>
</a>
<p>
<br>
Pictures are worth a thousand words. Custom images will make your website more personal, represent you and your business professionally and accurately, and help build your brand.
</p>
</div>
<div>
<a href="#contact">Learn More</a>
</div>
</section>
</section>
<section id="contact">
<div>
<h1>Get in Touch</h1>
</div>
<form action="https://formspree.io/[email protected]" method="post">
<input type="text" name="name" placeholder="Name*" required>
<input type="text" name="company" placeholder="Company">
<input type="email" name="_replyto" placeholder="Email*" required>
<input type="tel" name="phone" placeholder="Phone Number*" required>
<textarea rows="10" name="message" placeholder="Write your message here.*" required></textarea>
<br>
<input type="submit" value="Send" class="red">
</form>
</section>
<!-- Quotes Section -->
<footer>
<section id="contact-info">
<div>
<h1>Mailing Address</h1>
<span>
<small>8BitBento</small>
<br>
<small>500 Westover Dr #12388,</small>
<br>
<small>Sanford, NC 27330</small>
</span>
</div>
<div>
<h1>Phone</h1>
<small class="ie11-fix">(919) 342-8248</small>
</div>
<div>
<h1>Email</h1>
<small class="ie11-fix">[email protected]</small>
</div>
</section>
<section id="social-media">
<a href="https://www.linkedin.com/company/8-bit-bento/">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<a href="https://www.facebook.com/8BitBento">
<i class="fab fa-facebook-square fa-2x"></i>
</a>
<!-- <i class="fab fa-twitter-square"></i> -->
<!-- <i class="fab fa-instagram"></i> -->
</section>
<section id="copyright">
<br>
<small>© 2018 8BitBento</small>
</section>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>