-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (50 loc) · 3.3 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
<!DOCTYPE html>
<html lang="ES">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Sextopy: tu tienda para sentirte en plenitud con tu cuerpx</title>
<link rel="stylesheet" href="scss/style.css" />
<!-- bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Sweet alert -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
<!-- animte.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
<body>
<div class="container-fluid vh-100 d-flex justify-content-center align-items-center ">
<div class="w-75 formulario no-gutters d-flex p-5 row animate__animated animate__backInDown">
<div class="col-12">
<h1 class="Shrikhand text-center ">Erotismo pa' tu body</h1>
</div>
<div class="col-12 col-sm-6 text-center">
<div class="d-flex justify-content-center align-items-center h-100">
<img src="images/erotic-mouth.png" alt="Lenceria erotica sextopy" class="img-fluid w-75 p-3">
</div>
</div>
<div class="col-12 col-sm-6 d-flex">
<form class="form-group w-100 h-100">
<h3 class="Shrikhand">Escribinos</h3>
<label for="" class="Bellota-text-bold">Nombre y apellido</label>
<input type="text" class="form-control input-form Bellota-text" placeholder="Escribe tu nombre aquí..." id="nombre-form">
<label for="" class="Bellota-text-bold">E-mail</label>
<input type="email" class="form-control input-form Bellota-text" placeholder="Tu mejor email..." id="email-form">
<label for="" class="Bellota-text-bold">Comentarios</label>
<textarea name="" id="" class="form-control input-form Bellota-text" placeholder="Contamos como podríamos satisfacer tus deseos..."></textarea>
<input type="submit" class="btn btn-primary mt-3 form-control border-0 Bellota-text" value="Enviar" >
</form>
</div>
</div>
</div>
<script type="text/javascript" src="js/codigo.js"></script>
<!-- sweet alert -->
<script src="sweetalert2.all.min.js"></script>
<!-- bootstrap -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>