-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathctp.html
174 lines (174 loc) · 7.91 KB
/
ctp.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="ctpstyle.css">
<title>KALYD</title>
</head>
<body>
<header>
<div>
<img src="./imagenes proyecto/logotipe.png" alt="logotipo">
</div>
<nav>
<ul>
<a href="index.html"><li>INICIO</li></a>
<a href="catalogo.html"><li>CATÁLOGO</li></a>
<a href="ctp.html"><li>CREA TU PULSERA</li></a>
<a href="sn.html"><li>SOBRE NOSOTROS</li></a>
</ul>
</nav>
</header>
<div class="creatupulsera">
<h1>CREA TU PULSERA A TU GUSTO</h1>
</div>
<div class="hilo">
<h1>Tipo De Hilo</h1>
<div class="tiposdehilo">
<div class="hilo1" style="width: 18rem;">
<img src="./imagenes proyecto/hilo elástico.jpg" class="hilo1-img" alt="...">
<div class="card-body1">
<h5 class="card-title1">Hilo Elástico</h5>
<div class="form-check1">
<input class="hiloRadioDefault" type="radio" name="hiloRadioDefault" id="hiloRadioDefault1">
<label class="hilo-check-label1" for="hiloRadioDefault1">
</label>
</div>
</div>
</div>
<div class="hilo2" style="width: 18rem;">
<img src="./imagenes proyecto/hilochino.jpg" class="hilo2-img" alt="...">
<div class="card-body2">
<h5 class="card-title2">Hilo Chino</h5>
<div class="form-check2">
<input class="form-check-input2" type="radio" name="hiloRadioDefault" id="hiloRadioDefault1">
<label class="form-check-label2" for="hiloRadioDefault1">
</label>
</div>
</div>
</div>
<div class="hilo3" style="width: 18rem;">
<img src="./imagenes proyecto/Hiloencerado.jpg" class="hilo3-img" alt="...">
<div class="card-body3">
<h5 class="card-title3">Hilo Chino</h5>
<div class="form-check3">
<input class="form-check-input3" type="radio" name="hiloRadioDefault" id="hiloRadioDefault1">
<label class="form-check-label3" for="hiloRadioDefault1">
</label>
</div>
</div>
</div>
</div>
</div>
</div>
<h2>Tipos De Piedra</h2>
<div class="piedras">
<div class="piedrajade" style="width: 18rem;">
<img src="./imagenes proyecto/jadepiedra.jpg" class="piedrajade-img" alt="...">
<div class="piedrajade-body">
<h5 class="piedrajade-title">Jade</h5>
<div class="piedrajade-check">
<input class="piedrajade-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault1">
<label class="piedrajade-check-label" for="flexRadioDefault1">
</label>
</div>
</div>
</div>
<div class="piedraob" style="width: 18rem;">
<img src="./imagenes proyecto/obsidianapiedra.jpg" class="piedraob-img" alt="...">
<div class="piedraob-body">
<h5 class="piedraob-title">Obsidiana</h5>
<div class="piedraob-check">
<input class="piedraob-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault1">
<label class="piedraob-check-label" for="flexRadioDefault1">
</label>
</div>
</div>
</div>
<div class="piedraot" style="width: 18rem;">
<img src="./imagenes proyecto/ojodetigrepiedra.jpg" class="piedraot-img" alt="...">
<div class="piedraot-body">
<h5 class="piedraot-title">Ojo de Tigre</h5>
<div class="piedraot-check">
<input class="piedraot-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault1">
<label class="piedraot-check-label" for="flexRadioDefault1">
</label>
</div>
</div>
</div>
<div class="piedraop" style="width: 18rem;">
<img src="./imagenes proyecto/opalopiedra.jpg" class="piedraop-img" alt="...">
<div class="piedraop-body">
<h5 class="piedraop-title">Ópalo</h5>
<div class="piedraop-check">
<input class="piedraop-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault1">
<label class="piedraop-check-label" for="flexRadioDefault1">
</label>
</div>
</div>
</div>
<div class="piedravb" style="width: 18rem;">
<img src="./imagenes proyecto/pvbpiedra.jpg" class="piedravb-img" alt="...">
<div class="piedravb-body">
<h5 class="piedravb-title">Piedra Volcánica Blanca</h5>
<div class="piedravb-check">
<input class="piedravb-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault1">
<label class="piedravb-check-label" for="flexRadioDefault1">
</label>
</div>
</div>
</div>
<div class="piedravn" style="width: 18rem;">
<img src="./imagenes proyecto/pvnpiedra.jpg" class="piedravn-img" alt="...">
<div class="piedravn-body">
<h5 class="piedravn-title">Piedra Volcánica</h5>
<div class="piedravn-check">
<input class="piedravn-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault1">
<label class="piedravn-check-label" for="flexRadioDefault1">
</label>
</div>
</div>
</div>
</div>
<h2>Escoge Tu Dige</h2>
<div class="dige">
<div class="dige1" style="width: 18rem;">
<img src="./imagenes proyecto/Dige1.jpg" class="dige1-img" alt="Dige1">
<div class="dige1-body">
<h5 class="dige1-title">Dige de Estrella</h5>
<div class="dige1-check">
<input class="dige1-check-input" type="radio" name="digeRadioDefault" id="digeRadioDefault1">
<label class="dige1-check-label" for="digeRadioDefault1">
</label>
</div>
</div>
</div>
<div class="dige2" style="width: 18rem;">
<img src="./imagenes proyecto/Dige2.jpg" class="dige2-img" alt="Dige1">
<div class="dige2-body">
<h5 class="dige2-title">Dige de Herradura</h5>
<div class="dige2-check">
<input class="dige2-check-input" type="radio" name="digeRadioDefault" id="digeRadioDefault1">
<label class="dige2-check-label" for="digeRadioDefault1">
</label>
</div>
</div>
</div>
<div class="dige3" style="width: 18rem;">
<img src="./imagenes proyecto/Dige3.jpg" class="dige3-img" alt="Dige1">
<div class="dige3-body">
<h5 class="dige3-title">Dige de Corazón</h5>
<div class="dige3-check">
<input class="dige3-check-input" type="radio" name="digeRadioDefault" id="digeRadioDefault1">
<label class="dige3-check-label" for="digeRadioDefault1">
</label>
</div>
</div>
</div>
</div>
<footer>
<p>Todos los derechos reservados 2023 K A L Y D Honduras</p>
</footer>
</body>
</html>