-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
275 lines (251 loc) · 13.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TinDog</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<!-- Title -->
<section id="title" class="gradient-background">
<div class="container col-xxl-8 px-4 pt-5">
<div class="row flex-lg-row-reverse align-items-center g-5 pt-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./images/iphone - Copy.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" height="200"
loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Me ajude a encontrar uma namorada!</h1>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="features">
<div class="container mt-5">
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="col d-flex align-items-start">
<div
class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" height="30" fill="currentColor" class="bi bi-check2-circle"
viewBox="0 0 16 16">
<path
d="M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z" />
<path
d="M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z" />
</svg>
</div>
<div>
<h3 class="fs-2">Obediente.</h3>
<p>Sempre escuto o que minha dona fala.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div
class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" height="30" fill="currentColor" class="bi bi-mortarboard"
viewBox="0 0 16 16">
<path
d="M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917l-7.5-3.5ZM8 8.46 1.758 5.965 8 3.052l6.242 2.913L8 8.46Z" />
<path
d="M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466 4.176 9.032Zm-.068 1.873.22-.748 3.496 1.311a.5.5 0 0 0 .352 0l3.496-1.311.22.748L8 12.46l-3.892-1.556Z" />
</svg>
</div>
<div>
<h3 class="fs-2">Educadinho.</h3>
<p>Nunca faço você passar vergonha.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div
class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" height="30" fill="currentColor" class="bi bi-arrow-through-heart"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.854 15.854A.5.5 0 0 1 2 15.5V14H.5a.5.5 0 0 1-.354-.854l1.5-1.5A.5.5 0 0 1 2 11.5h1.793l.53-.53c-.771-.802-1.328-1.58-1.704-2.32-.798-1.575-.775-2.996-.213-4.092C3.426 2.565 6.18 1.809 8 3.233c1.25-.98 2.944-.928 4.212-.152L13.292 2 12.147.854A.5.5 0 0 1 12.5 0h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.854.354L14 2.707l-1.006 1.006c.236.248.44.531.6.845.562 1.096.585 2.517-.213 4.092-.793 1.563-2.395 3.288-5.105 5.08L8 13.912l-.276-.182a21.86 21.86 0 0 1-2.685-2.062l-.539.54V14a.5.5 0 0 1-.146.354l-1.5 1.5Zm2.893-4.894A20.419 20.419 0 0 0 8 12.71c2.456-1.666 3.827-3.207 4.489-4.512.679-1.34.607-2.42.215-3.185-.817-1.595-3.087-2.054-4.346-.761L8 4.62l-.358-.368c-1.259-1.293-3.53-.834-4.346.761-.392.766-.464 1.845.215 3.185.323.636.815 1.33 1.519 2.065l1.866-1.867a.5.5 0 1 1 .708.708L5.747 10.96Z" />
</svg>
</div>
<div>
<h3 class="fs-2">Carinhoso.</h3>
<p>Nunca vou rosnar pra você.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial -->
<section id="testimonial">
<div class="my-5">
<div class="p-5 text-center bg-body-tertiary">
<div class="container py-5">
<h2 class="text-body-emphasis">"Eu morro de medo desse cachorro!"</h2>
<img class="profile-img mt-5" src="./images/perfil-modified.png" alt="dog image">
<p class="col-lg-8 mx-auto lead mt-2">Elton, Fazenda Nova</p>
</div>
</div>
</div>
</div>
</section>
<!-- Carousel -->
<div class="container" >
<div id="myCarousel" class="carousel slide mb-6" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item">
<img src="./images/1.jpg" class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"> <rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect> </img>
<div class="container">
<div class="carousel-caption text-start">
<h3 class="opacity-75">Jogador não olha pra foto.</h3>
</div>
</div>
</div>
<div class="carousel-item">
<img src="./images/teddy2 - Copy.jpg" class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></img>
<div class="container">
<div class="carousel-caption">
<h3 class="opacity-75">Que horas é o passeio?</h3>
</div>
</div>
</div>
<div class="carousel-item">
<img src="./images/teddy4.jpg" class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></img>
<div class="container">
<div class="carousel-caption">
<h3 class="opacity-75">Me tira daqui...</h3>
</div>
</div>
</div>
<div class="carousel-item">
<img src="./images/teddy9.jpg" class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></img>
<div class="container">
<div class="carousel-caption">
<h3 class="opacity-75">Correndo atrás da próxima confusão</h3>
</div>
</div>
</div>
<div class="carousel-item active">
<img src="./images/teddy.jpg" class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></img>
<div class="container">
<div class="carousel-caption text-end">
<h3 class="opacity-75">Bora passear?</h3>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" 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="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- Pricing -->
<section id="pricing">
<div class="container">
<div class="pricing-header p-3 pb-md-4 mx-auto text-center">
<h2 class="display-4 fw-normal">Meus custos são bem baixinhos</h2>
<p class="fs-5 text-body-secondary">Com uma dieta balanceada entre ração de R$400,00 e Durepoxi
</div>
<div class="row row-cols-1 row-cols-md-3 mb-3 text-center">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Brincar comigo</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">R$0<small class="text-body-secondary fw-light">/mês</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Jogar grão de ração</li>
<li>Jogar meu brinquedo vermelho</li>
<li>Apertar meu brinquedo azul</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-outline-dark">Só chegar</button>
</div>
</div>
</div>
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Me levar pra passear</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">R$20<small class="text-body-secondary fw-light">/h</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Sem confusões</li>
<li>Sem barulho</li>
<li>Sem estresse</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-outline-dark">Vintão</button>
</div>
</div>
</div>
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Me levar no veterinário</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">R$1.000,00<small class="text-body-secondary fw-light">/ano</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Quando eu como Durepoxi</li>
<li>Quando eu fico com alergia</li>
<li>Quando eu fico estressado</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-outline-dark">Milão</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="contact" class="gradient-background">
<div class="container ">
<footer class="row row-cols-1 row-cols-sm-2 row-cols-md-5 py-5 mt-5 border-top">
<div class="col mb-3">
<p class="text-body-secondary">© Teddy</p>
</div>
<div class="col mb-3">
</div>
<div class="col mb-3">
<h5>Brinquedos</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Pano de chão</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Meias</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Chinelo</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Paciência das pessoas</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Bola azul</a></li>
</ul>
</div>
<div class="col mb-3">
<h5>Dieta</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Durepoxi</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Casca de frutas e verduras</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Ração de R$400,00</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Queijo do reino</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Tudo que você estiver comendo</a></li>
</ul>
</div>
<div class="col mb-3">
<h5>Me dou bem com</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Outros cachorros</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Pessoas pequenas ou crianças</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Pessoas batendo palmas</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Pessoas fazendo polichinelo</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Pessoas batendo na porta</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Pessoas (...)</a></li>
</ul>
</div>
</footer>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>