-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·54 lines (54 loc) · 1.86 KB
/
index.html
File metadata and controls
executable file
·54 lines (54 loc) · 1.86 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
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title></title>
<meta content="" name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link charset="utf-8" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" media=
"screen" rel="stylesheet" title="no title">
<link href="css/main.css" rel="stylesheet">
</script>
</head>
<body>
<header class="site-header">
<section class="header-wrapper">
<div class="logo"></div>
<h1 class="main-heading">Swamp Rabbit Cycling</h1>
<hr class="divider">
<section class="subheader-wrapper">
<h2 class="subheader-msg">Bringing you the best in bicycle gear, equipment and community since 1999!</h2>
</section>
</section>
</header>
<main>
<section class="site-imgs">
<ul class="image-cards">
<li class="single-img-card" id="left-img"></li>
<li class="single-img-card" id="middle-img"></li>
<li class="single-img-card" id="right-img"></li>
</ul>
</section>
<section class="callout-wrapper">
<div class="callout-msg">
<p class="primary-text">From mountain bikes to kid training wheels, we've got what you need. Come join us for our Saturday community events or just step by to say hello!</p>
</div>
</section>
<section class="contact-wrapper">
<h3 class="contact-msg">Visit, call or email us today and get the most out of your bike riding experience.</h3>
<div class="contact-phone">
<i aria-hidden="true" class="fa fa-phone"></i> (202) 555-0127
</div>
<div class="contact-email">
<a href=""><i aria-hidden="true" class="fa fa-envelope-o"></i></a>
</div>
</section>
<footer>
<div class="footer-wrapper">
<span class="site-footer-text">Swamp Rabbit Cycling, LLC</span>
</div>
</footer>
</main>
</body>
</html>