-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
125 lines (116 loc) · 5.5 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Reese + Rover</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="assets/css/main.css" />
<meta name="description" content="Reese + Rover, an independent dog-walking business, offering a range of services for dog owners in northwest Denver, Colorado.">
<script defer src="https://kit.fontawesome.com/c70c69bd1d.js" crossorigin="anonymous"></script>
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header class="major">
<h1>Reese + Rover</h1>
<p>Dog-walking Services</p>
</header>
<div class="container">
<ul class="actions special">
<li><a href="#one" class="button primary scrolly">Learn More</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="main special">
<div class="container">
<span class="image fit primary"><img srcset="images/dog-02-small.jpg 500w, images/dog-02-medium.jpg 1600w, images/dog-02-large.jpg 3840w" src="images/dog-02-medium.jpg" alt="A small brown dog, laying at a woman's feet and looking up at her" loading="lazy"/></span>
<div class="content">
<header class="major">
<h2>Who I am</h2>
</header>
<p>I'm Reese, your neighborhood dog walker! I adore all animals, but especially doggos. I'm like a dog magnet - when they pass me on the street, I can't help but run over to give them cuddles!</p>
<p>I specialize in mid-day walks for folks who want to give their pups some love and exercise during the work week. My services are generally available Monday-Friday from 9am-5pm, in northwest Denver (Berkeley, Sunnyside, West Highland, Highland, Sloan's Lake).</p>
<p>I love to build long-term relationships with my clients and require that you commit to an average of at least two walks per week on an ongoing basis.</p>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</div>
</section>
<!-- Two -->
<section id="two" class="main special">
<div class="container">
<span class="image fit primary"><img srcset="images/dog-03-small.jpg 500w, images/dog-03-medium.jpg 1600w, images/dog-03-large.jpg 3840w" src="images/dog-03-medium.jpg" alt="A medium-sized brown dog with its tongue out" loading="lazy"/></span>
<div class="content">
<header class="major">
<h2>Services</h2>
</header>
<p>I offer a range of services to suit different household needs and dog-energy levels. If you don't see an option that's right for your pup, let me know, and we can come up with a custom plan!</p>
<ul class="icons-grid">
<li>
<span class="icon solid major fa-poop"></span>
<h3>Potty Break</h3>
<span>15-minute walk</span>
</li>
<li>
<span class="icon solid major fa-paw"></span>
<h3>Daily Stroll</h3>
<span>30-minute walk</span>
</li>
<li>
<span class="icon solid major fa-bone"></span>
<h3>Zoomies Zapper</h3>
<span>30-minute walk<br>30-minute dog park visit</span>
</li>
<li>
<span class="icon solid major fa-dog"></span>
<h3>Double the Fun</h3>
<span>20-minute morning walk<br>20-minute afternoon walk</span>
</li>
</ul>
</div>
<a href="#footer" class="goto-next scrolly">Next</a>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<header class="major">
<h2>Get in touch</h2>
</header>
<form method="post" action="#">
<div class="row gtr-uniform">
<div class="col-6 col-12-xsmall"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="col-6 col-12-xsmall"><input type="email" name="email" id="email" placeholder="Email" /></div>
<div class="col-12"><textarea name="message" id="message" placeholder="Message" rows="4"></textarea></div>
<div class="col-12">
<ul class="actions special">
<li><input type="submit" value="Send Message" class="primary"/></li>
</ul>
</div>
</div>
</form>
</div>
<footer>
<ul class="icons">
<li><a href="https://www.instagram.com/reeseandrover/" class="icon brands alt fa-instagram"><span class="visually-hidden">Instagram</span></a></li>
<li><a href="https://www.facebook.com/reeseandrover/" class="icon brands alt fa-facebook-f"><span class="visually-hidden">Facebook</span></a></li>
<li><a href="https://www.twitter.com/reeseandrover/" class="icon brands alt fa-twitter"><span class="visually-hidden">Twitter</span></a></li>
<li><a href="mailto:reese@reeseandrover.com" class="icon solid alt fa-envelope"><span class="visually-hidden">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Reese + Rover</li>
<li>Built by: <a href="https://www.ashleighcodes.com/">Ashleigh Halverstadt</a></li>
<li>Design by: HTML5 UP</li>
</ul>
</footer>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>