-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecommerce.html
385 lines (286 loc) · 15 KB
/
ecommerce.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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE HTML>
<html>
<link rel="icon"
type="image/gif"
href="http://www.swamprabbitcreative.com/favicon.gif">
<head>
<title>E Commerce Services</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="South Florida´s most reliable creative agency. We specialize in creative design-based strategies
to sketch, conceive and handle your marketing and advertising needs." />
<meta name="keywords" content="Swamp, Rabbit, Creative Inc, Digital, Agency, Graphic, design, web, design, naples, florida, south florida, websites, blog design, ecommerce" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<script src="js/modernizr.custom.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body class="left-sidebar loading">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="spa/index.html" title="Hablamos Español" class="tooltip"><img src="images/spanish1.png"></a></h1>
<nav id="nav">
<ul>
<li class="current"><a href="index.html">about us</a></li>
<li class="submenu">
<a href="">Services</a>
<ul>
<li><a href="webdesign.html">Web Design</a></li>
<li><a href="printdesign.html">print design</a></li>
<li><a href="smo.html">social media</a></li>
<li><a href="ecommerce.html">e commerce</a></li>
<!--
<li class="submenu">
<a href="">Submenu</a>
<ul>
<li><a href="#">Dolore Sed</a></li>
<li><a href="#">Consequat</a></li>
<li><a href="#">Lorem Magna</a></li>
<li><a href="#">Sed Magna</a></li>
<li><a href="#">Ipsum Nisl</a></li>
</ul>
</li>
-->
</ul>
</li>
<li><a href="contact.html" class="button special">Contact us</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-shopping-cart"></span>
<h2><strong>E Commerce</strong></h2>
<p>Run a Successful Online Business</p>
</header>
<!-- One -->
<section class="wrapper style4 container">
<div class="row oneandhalf">
<div class="4u">
<!-- Sidebar -->
<div class="sidebar">
<section class="servicesleft">
<header>
<h3><strong>SERVICES</strong></h3>
</header>
<p>* Professional Website Design</p>
<p>* Website Redesign Services</p>
<p>* Responsive Website Design</p>
<p>* Mobile Optimized Design</p>
<p>* Mobile Analysis</p>
<p>* Search Engine Optimization</p>
<p>* Local Search Marketing</p>
<p>* Advertising Banners</p>
<p>* Promotional Campaigns</p>
<p>* Personalized Counseling</p>
<p>* Remote Assistance</p>
<p>* Newsletter Design</p>
<p>* Email Marketing Campaigns</p>
<footer>
</footer>
</section>
<section class="would">
<header>
<h3>Would like a service not listed here?</h3>
</header>
<p>We may have exactly the service you require. Feel free to contact us and request a tailored service just for you.</p>
<footer>
<ul class="buttons">
<li><a href="contact.html" class="button special">Contact us</a></li>
</ul>
</footer>
</section>
</div>
</div>
<div class="8u skel-cell-important">
<!-- Content -->
<div class="content">
<section>
<a href="#" class="image feature"><img src="images/pic04.jpg" alt="" /></a>
<header>
<h3></h3>
</header>
<p>There is an upward trend in the popularity and accessibility of e-commerce, which simply translates to more opportunities for doing business, to attain profitability.</p>
<section class="xclamation">
<h5><strong><span class="icon fa-exclamation"></span> > With the expanding trend of mobile devices, ecommerce has become a very important opportunity for products and services to be offered through the web.</strong></h5></section>
<p>It's an effective and useful way to create a direct transaction between retailers and consumers not only locally, but globally. </p>
<p> Imagine how awesome it is to have the opportunity to complete business transactions anytime, anyplace. We can provide you with all the elements you need to run a successful online business.</p>
</section>
<section class="method">
<header>
<h3>Get to know the process</h3>
</header>
<ul class="grid cs-style-3">
<li>
<figure>
<img src="images/consulting.svg">
<figcaption>
<h3>Consulting</h3>
<p>We will provide expert knowledge on your project.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="images/research.svg">
<figcaption>
<h3>Research</h3>
<p>We will find your target audience.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="images/design.svg">
<figcaption>
<h3>Design</h3>
<p>We will get our hands dirty.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="images/build.svg">
<figcaption>
<h3>Build</h3>
<p>We will assemble, join and develop. </p>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="images/feedbak.svg">
<figcaption>
<h3>Feedback</h3>
<p>You will always have the last word.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="images/launch.svg">
<figcaption>
<h3>Launch</h3>
<p>Your project will be alive and healthy.</p>
</figcaption>
</figure>
</li>
</ul>
<footer>During this process you'll start as our client, and end up as our friend.</footer>
</section>
</div>
</div>
</div>
</section>
<!-- Two -->
<!--
<section class="wrapper style1 container special">
<div class="row">
<div class="4u">
<section>
<header>
<h3>This is Something</h3>
</header>
<p>Sed tristique purus vitae volutpat ultrices. Aliquam eu elit eget arcu commodo suscipit dolor nec nibh. Proin a ullamcorper elit, et sagittis turpis. Integer ut fermentum.</p>
<footer>
<ul class="buttons">
<li><a href="#" class="button small">Learn More</a></li>
</ul>
</footer>
</section>
</div>
<div class="4u">
<section>
<header>
<h3>Also Something</h3>
</header>
<p>Sed tristique purus vitae volutpat ultrices. Aliquam eu elit eget arcu commodo suscipit dolor nec nibh. Proin a ullamcorper elit, et sagittis turpis. Integer ut fermentum.</p>
<footer>
<ul class="buttons">
<li><a href="#" class="button small">Learn More</a></li>
</ul>
</footer>
</section>
</div>
<div class="4u">
<section>
<header>
<h3>Probably Something</h3>
</header>
<p>Sed tristique purus vitae volutpat ultrices. Aliquam eu elit eget arcu commodo suscipit dolor nec nibh. Proin a ullamcorper elit, et sagittis turpis. Integer ut fermentum.</p>
<footer>
<ul class="buttons">
<li><a href="#" class="button small">Learn More</a></li>
</ul>
</footer>
</section>
</div>
</div>
</section>
-->
</article>
<!-- Footer -->
<footer id="footer">
<div class="row">
<div class="4u">
<section>
<ul class="services">
<h5><strong>Services</strong></h5>
<li><i class="icon fa-desktop"></i><a href="webdesign.html" target="_self"> Web Design</a></li>
<li><i class="icon fa-edit"></i><a href="printdesign.html" target="_self"> Print Design</a></li>
<li><i class="icon fa-users"><a href=smo.html target="_self"> Social Media Opt</a></i></li>
<li><i class="icon fa-shopping-cart"></i><a href="ecommerce.html" target="_self"> E-Commerce</a></li>
<li><i class="icon fa-square"></i><a href="spa/index.html" target="_self"> Hablamos Español</a></li>
</ul>
</section>
</div>
<div class="4u">
<section>
<h5><strong>Contact</strong></h5>
<ul class="phone">
<li><i class="icon fa-phone"></i> (239) 732 71 81</li></ul>
<ul class="mail">
<li><i class="icon fa-envelope"></i><a href="mailto:[email protected]?subject=Contact%20the%20Rabbit">[email protected]</a></li></ul>
<ul class="socialm">
<li><a href="https://www.facebook.com/swamprabbitcreative" class="icon circle fa-facebook" target="_blank" title="Be our friend on Facebook"><span class="label">Facebook</span></a> Let's be friends</li>
<br>
<li><a href="https://twitter.com/swamp_rabbit" class="icon circle fa-twitter" target="_blank" title="Follow us on Twitter"><span class="label">Twitter</span></a> Follow us</li>
</ul>
</section>
</div>
<div class="4u">
<section>
<ul class="icons">
<h5><strong>Find us</strong></h5>
<ul class="adress">
<li><i class="icon fa-map-marker"></i> Davis Village</li><br><li>2770 Davis Blvd. Unit 30</li>
<br><li>Naples, FL 34104</li>
</ul>
<ul class="map"><li>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3581.7961747182585!2d-81.77256799999996!3d26.138187999999964!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88dae22ca34bc4eb%3A0x391b27655c1ff836!2sSwamp+Rabbit+Creative+Inc.!5e0!3m2!1sen!2sus!4v1406231481062" width="100%" height="110" frameborder="1" style="border:1"></iframe>
</li> </ul>
</ul>
</section>
</div>
<!--
<li><a href="#" class="icon circle fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="#" class="icon circle fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon circle fa-dribbble"><span class="label">Dribbble</span></a></li>
</ul>
-->
</div>
<br>
<span class="copyright">© 2014. All rights reserved.<a href="index.html"> Swamp Rabbit Creative Inc.</a></span>
</footer>
</body>
</html>