forked from verllireth/Taller-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (51 loc) · 1.96 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
<!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">
<title>Taller</title>
<link rel="stylesheet" href="estilos.css">
<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=Cantarell&family=Inconsolata:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<!--Titulo-->
<div class="titulo">
<h1>TALLER#1</h1>
</div>
<div class="contenedor">
<div class="tarjeta">
<h1>
<b>Estudiante 3</b>
</h1>
<img class="Imagen" src="https://iisec.ucb.edu.bo/assets_iisec/img/usuario/default.png" alt="Icono">
<p>Juan Esteban 20 años,comprometido pero conservado</p>
<a href="https://github.com/"target="_blank"></a><button id="Boton">
GitHub
</button></a>
</div>
<div class="tarjeta">
<h1>
Estudiante 2
</h1></Strong>
<img class="Imagen" src="https://i.pinimg.com/236x/75/c4/57/75c457151cc8211f4069c2bb3ebd29a5.jpg" alt="Icono">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Placeat, odio voluptas! Laudantium laboriosam iste cum nisi dolorum incidunt tenetur illum harum suscipit, error perferendis, ipsa labore ipsam quasi sit optio.</p>
<a href="https://github.com/verllireth"target="_blank"><button id="Boton">
GitHub
</button></a>
</div>
<div class="tarjeta">
<h1>
<b>Estudiante 1 </b>
</h1>
<img class="Imagen" src="https://laverdadnoticias.com/__export/1617986530597/sites/laverdad/img/2021/04/09/kimetsu_no_yaiba_muzan_demonio.jpg_2065693783.jpg" alt="Icono">
<p>Laura Castrillón</p>
<a href="https://github.com/"target="_blank"> <button id="Boton">
GitHub
</button></a>
</div>
</div>
</body>
</html>