forked from AriiMe/Challenge-Start-master
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
246 lines (181 loc) · 9.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TinDog</title>
<!-- OWN STYLESHEET -->
<link rel="stylesheet" href="css/styles.css">
<!-- FAVICON -->
<link rel="shortcut icon" href="/images/icon.jpg" type="image/x-icon">
<!-- BOOTSTRAP STYLESHEET -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<!-- BOOTSTRAP ICONS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
</head>
<body style="background-color: #FF4C68;">
<section id="title" class="overflow-hidden">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg p-5 m-5">
<div class="container-fluid">
<a class="h1 text-decoration-none text-dark" href="#">Tindog</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end " style="margin-left: 70%;" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 ">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#footer">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#cta">Download</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Title -->
<div id="title" class="p-5 ms-5 container position-relative" style="height: 50%;">
<h1 class="text-light fw-bold" style="width: 45%;">Meet new and interesting dogs nearby.</h1>
<button class="mt-5 bg-dark text-light border-0 p-2 rounded-1" type="button"><i class="bi bi-apple"></i>
Download</button>
<button class="text-light border border-light p-2 rounded-1 ms-4" style="background-color: #FF4C68;"
type="button"><i class="bi bi-google-play"></i>
Download</button>
<div id="image" class="d-flex justify-content-end mb-5 position-absolute" style="top: 0; left: 70%;">
<img class="me-5" src="images/iphone6.png" style="width: 300px; transform:rotate(25deg);" alt="iphone-mockup">
</div>
</div>
</section>
<!-- Features -->
<section class="bg-light d-flex flex-row text-center p-5" id="features"">
<div class=" container p-5">
<i class="bi bi-check-circle" style="color: #EF8172; font-size: 4rem;"></i>
<h3>Easy to use.</h3>
<p style="color: #8F8F8F;">So easy to use, even your dog could do it.</p>
</div>
<div class="container p-5">
<i class="bi bi-bullseye" style="color: #EF8172; font-size: 4rem;"></i>
<h3>Elite Clientele</h3>
<p style="color: #8F8F8F;">We have all the dogs, the greatest dogs.</p>
</div>
<div class="container p-5">
<i class="bi bi-suit-heart-fill" style="color: #EF8172; font-size: 4rem;"></i>
<h3>Guaranteed to work.</h3>
<p style="color: #8F8F8F;">Find the love of your dog's life or your money back.</p>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials" class="text-center text-light" style="background-color: #EF8172;">
<!-- Use Carousel here -->
<div id="carouselExampleControlsNoTouching" class="carousel slide" data-bs-touch="false">
<div class="carousel-inner">
<div class="carousel-item active">
<h2 class="p-5">I no longer have to sniff other dogs for love. I've found the hottest Corgi on TinDog. Woof.
</h2>
<img src="images/dog-img.jpg" class="mt-5 rounded-circle mb-5" style="height: 100px; width: 100px;"
alt="dog-profile">
<em>Pebbles, New York</em>
</div>
<div class="carousel-item">
<h2 class="testimonial-text p-5">My dog used to be so lonely, but with TinDog's help, they've found the love
of
their life. I think.</h2>
<img class="testimonial-image mt-5 rounded-circle mb-5" src="images/lady-img.jpg"
style="height: 100px; width: 100px;" alt="lady-profile">
<em>Beverly, Illinois</em>
</div>
<div class="carousel-item">
<h2 class="testimonial-text p-5">Woof Woof Grrrr Woof Woof</h2>
<img class="testimonial-image mt-5 rounded-circle mb-5" src="images/61a8a1e3c9eb1148119899.png"
style="height: 100px; width: 100px;" alt="lady-profile">
<em>San Francisco, San Francisco</em>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControlsNoTouching"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControlsNoTouching"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- <h2 class="testimonial-text">My dog used to be so lonely, but with TinDog's help, they've found the love of their life. I think.</h2>
<img class="testimonial-image" src="images/lady-img.jpg" alt="lady-profile">
<em>Beverly, Illinois</em> -->
</section>
<!-- Press -->
<section id="press" class="text-center" style="background-color: #EF8172;">
<img class="m-4" src="images/TechCrunch.png" alt="tc-logo">
<img class="m-4" src="images/tnw.png" alt="tnw-logo">
<img class="m-4" src="images/bizinsider.png" alt="biz-insider-logo">
<img class="m-4" src="images/mashable.png" alt="mashable-logo">
</section>
<!-- Pricing -->
<section id="pricing" class="bg-light p-5 text-center">
<h2>A Plan for Every Dog's Needs</h2>
<p style="color: #8F8F8F;">Simple and affordable price plans for your and your dog.</p>
<div class="d-flex flex-row">
<div class="container p-5">
<div class="border">
<h3 class="h4 p-2" style="background-color: #F2F2F2;">Chihuahua</h3>
<h2>Free</h2>
<p style="color: #8F8F8F;">5 Matches Per Day</p>
<p style="color: #8F8F8F;">10 Messages Per Day</p>
<button class="btn bg-light text-dark border border-2 mb-3" style="width: 90%;" type="button">Sign Up</button>
</div>
</div>
<div class="container p-5">
<div class="border">
<h3 class="h4 p-2" class="border" style="background-color: #F2F2F2;">Labrador</h3>
<h2>$49 / mo</h2>
<p style="color: #8F8F8F;">Unlimited Matches</p>
<p style="color: #8F8F8F;">Unlimited Messages</p>
<p style="color: #8F8F8F;">Unlimited App Usage</p>
<button class="btn bg-dark text-light border border-2 mb-3" style="width: 90%;" type="button">Sign Up</button>
</div>
</div>
<div class="container p-5">
<div class="border">
<h3 class="h4 p-2" style="background-color: #F2F2F2;">Mastiff</h3>
<h2>$99 / mo</h2>
<p style="color: #8F8F8F;">Priority Listing</p>
<p style="color: #8F8F8F;">Unlimited Matches</p>
<p style="color: #8F8F8F;">Unlimited Messages</p>
<p style="color: #8F8F8F;">Unlimited App Usage</p>
<button class="btn bg-dark text-light border border-2 mb-3" style="width: 90%;" type="button">Sign Up</button>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section id="cta" class="text-center d-flex flex-column align-content-center justify-content-center p-5 m-5">
<h3 class="text-light">Find the True Love of Your Dog's Life Today.</h3>
<div class="d-flex align-content-center justify-content-center m-5">
<button class=" bg-dark text-light border-0 p-2 rounded-1 me-3" type="button"><i class="bi bi-apple"></i>
Download</button>
<button class=" bg-light text-dark border-0 p-2 rounded-1" type="button"><i class="bi bi-google-play"></i>
Download</button></div>
</section>
<!-- Footer -->
<footer id="footer" class="text-center bg-light fixed-bottom">
<div class="mt-4">
<a class="text-decoration-none text-dark" href="#"><i class="bi bi-twitter m-2"></i></a>
<a class="text-decoration-none text-dark" href="#"><i class="bi bi-facebook m-2"></i></a>
<a class="text-decoration-none text-dark" href="#"><i class="bi bi-instagram m-2"></i></a>
<a class="text-decoration-none text-dark" href="#"><i class="bi bi-envelope-fill m-2"></i></a></div>
<p class="mt-4" style="color: #8F8F8F;">© Copyright 2022 TinDog</p>
</footer>
<!-- BOOTSTRAP SCRIPT -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous">
</script>
</body>
</html>