-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (187 loc) · 8.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<!-- font awesome -->
<script src="https://use.fontawesome.com/5076f27ac2.js"></script>
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Ubuntu&display=swap" rel="stylesheet">
<!-- CSS only -->
<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">
<title>TinDog</title>
</head>
<body>
<section class="title sec-nav " id="navbar">
<nav class="navbar navbar-expand-md nav-mg-down">
<div class="container-fluid" style="padding: 0px;">
<a class="navbar-brand fs-1 text-white" href="#">tindog</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav sec-mg">
<li class="nav-item sec-ul_pad">
<a class="nav-link active text-white-50 fs-5" aria-current="page" href="#cta">Contact</a>
</li>
<li class="nav-item sec-ul_pad">
<a class="nav-link text-white-50 fs-5" href="#pricing">Pricing</a>
</li>
<li class="nav-item sec-ul_pad">
<a class="nav-link text-white-50 fs-5" href="#download">Download</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="row">
<div class="col-md-6 nav-resp">
<h1 class="big-text nav-mg-top">Meet new and interesting dogs <br> nearby.</h1>
<div>
<button class="btn btn-dark btn-md red-btn"><i class="fa fa-apple sec-icon_gap"
aria-hidden="true"></i>Download</button>
<button class="btn btn-outline-light btn-md sec-btn_gap red-btn"><i class="fa fa-play sec-icon_gap"
aria-hidden="true"></i></i>Download</button>
</div>
</div>
<div class="col-md-6 resp">
<img class="nav-img" src="images/iphone6.png" alt="phone-image">
</div>
</div>
</section>
<section class="sec-brand row" id="brand " style="margin-right: 0;">
<div class="col-lg-4 sec-brand-pd" style="padding: 0 40px;">
<i class="fa fa-check-circle fa-5x fa-style" aria-hidden="true"></i>
<h3>Easy to use.</h3>
<p>So easy to use, even your dog could do it.</p>
</div>
<div class="col-lg-4 sec-brand-pd" style="padding: 0 40px;">
<i class="fa fa-bullseye fa-5x fa-style" aria-hidden="true"></i>
<h3>Elite Clientele.</h3>
<p>We have all the dogs, the greatest dogs.</p>
</div>
<div class="col-lg-4 sec-brand-pd" style="padding: 0 40px;">
<i class="fa fa-heart fa-5x fa-style" aria-hidden="true"></i>
<h3>Guaranteed to work.</h3>
<p>Find the love of your dog's life or your money back.</p>
</div>
</section>
<section class="cta" id="cta">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active testimonial">
<h2 class="big-text t-sml">My dog used to be so lonely, but with TinDog's help, they've found the love of
their
life. I think.</h2>
<div class="em-pd">
<img class="testimonial-image" src="images/lady-img.jpg" alt="lady-profile">
<em>Beverly, Illinois</em>
</div>
</div>
<div class="carousel-item testimonial">
<h2 class="big-text t-sml">I no longer have to sniff other dogs for love. I've found the hottest Corgi on
TinDog.
Woof.</h2>
<div class="em-pd">
<img class="testimonial-image" src="images/dog-img.jpg" alt="dog-profile">
<em>Pebbles, New York</em>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls"
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="#carouselExampleControls"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
<div class="cta-mg-bottom">
<img class="press-image" src="images/techcrunch.png" alt="tc-logo">
<img class="press-image" src="images/tnw.png" alt="tnw-logo">
<img class="press-image" src="images/bizinsider.png" alt="biz-insider-logo">
<img class="press-image" src="images/mashable.png" alt="mashable-logo">
</div>
</div>
</section>
<section class="pricing row" id="pricing" style="margin-right: 0; overflow-x: hidden; width: 100vw;">
<h3 class="section-heading pricing-text">A Plan for Every Dog's Needs</h3>
<p class="pricing-mg-bottom"> Simple and affordable price plans for your and your dog.</p>
<div class="row pri-pad" style="margin-right: 0;">
<div class="pricing-column col-lg-4 col-md-4 marg-redu">
<div class="card">
<div class="card-header">
<h3>Chihuahua</h3>
</div>
<div class="card-body">
<h2 class="price-text">Free</h2>
<p class="small-text">5 Matches Per Day</p>
<p class="small-text">10 Messages Per Day</p>
<p class="small-text">Unlimited App Usage</p>
<button class="btn btn-md btn-block btn-outline-dark " type="button">Sign Up</button>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-4 marg-redu">
<div class="card">
<div class="card-header">
<h3>Labrador</h3>
</div>
<div class="card-body">
<h2 class="price-text">$49 / mo</h2>
<p class="small-text">Unlimited Matches</p>
<p class="small-text">Unlimited Messages</p>
<p class="small-text">Unlimited App Usage</p>
<button class="btn btn-md btn-block btn-dark " type="button">Sign Up</button>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-4 marg-redu">
<div class="card">
<div class="card-header">
<h3>Mastiff</h3>
</div>
<div class="card-body">
<h2 class="price-text">$99 / mo</h2>
<p class="small-text">Pirority Listing</p>
<p class="small-text">Unlimited Matches</p>
<p class="small-text">Unlimited Messages / App Usage</p>
<button class="btn btn-md btn-block btn-dark " type="button">Sign Up</button>
</div>
</div>
</div>
</div>
</section>
<section class="download" id="download">
<div>
<h3 class="big-text download-mg-bottom">Find the True Love of Your Dog's Life Today.</h3>
<div>
<button class="btn btn-dark btn-lg btn-inline sec-btn_gap"><i class="fa fa-apple sec-icon_gap" aria-hidden="true"></i>Download</button>
<button class="btn btn-light btn-lg btn-inline sec-btn_gap"><i class="fa fa-play sec-icon_gap"
aria-hidden="true"></i></i>Download</button>
</div>
</div>
</section>
<footer class="footer" id="footer">
<div>
<i class="fa fa-facebook footer-icon-pd" aria-hidden="true"></i>
<i class="fa fa-twitter footer-icon-pd" aria-hidden="true"></i>
<i class="fa fa-instagram footer-icon-pd" aria-hidden="true"></i>
<i class="fa fa-envelope footer-icon-pd" aria-hidden="true"></i>
<p>© Copyright 2018 TinDog</p>
</div>
</footer>
<!-- JavaScript Bundle with Popper -->
<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>