-
Notifications
You must be signed in to change notification settings - Fork 0
/
proyectos.html
87 lines (83 loc) · 2.67 KB
/
proyectos.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
<!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="shortcut icon" href="favicon.jpg">
<link rel="stylesheet" href="proyectos.css">
<title>Seminario Integrador I</title>
</head>
<body>
<header>
<div class ="menu">
<nav id="main">
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="actividad1.html">Actividad 1</a></li>
<li><a href="actividad2.html">Actividad 2</a></li>
<li><a href="actividad3.html">Actividad 3</a>
<ul class="lista">
<li><a href="entregable.html">Actividad Entregable</a></li>
<li><a href="proyectos.html">Proyectos individuales</a></li>
</ul>
</li>
<li><a href="conclusiones.html">Conclusiones</a></li>
</ul>
</nav>
</div>
</header>
<section class="contenedor">
<h1>Python y Flask- Andres Felipe Lopez</h1>
<br>
<img src="lopez1.png" alt="">
<img src="lopez2.png" alt="">
<img src="lopez3.png" alt="">
<img src="lopez4.png" alt="">
<img src="lopez5.png" alt="">
<img src="lopez6.png" alt="">
<img src="lopez7.png" alt="">
<img src="lopez8.png" alt="">
<br>
<h1>Proyecto JavaScript con html- Leydi Durán</h1>
<br>
<iframe src="Ejemplo_Calculadora/Calculadora.html" frameborder="0" class="calculadora"></iframe>
<br>
<br>
<img src="Leydi1.png" alt="">
<br>
<img src="Leydi2.png" alt="">
<br>
<img src="Leydi3.png" alt="">
<br>
<h1>PHP - Michelle Rojas</h1>
<br>
<img src="michelle1.png" alt="">
<img src="michelle2.png" alt="">
<img src="michelle3.png" alt="">
<img src="michelle4.png" alt="">
<img src="michelle5.png" alt="">
<img src="michelle6.png" alt="">
<img src="michelle7.png" alt="">
<img src="michelle8.png" alt="">
<img src="michelle9.png" alt="">
<img src="michelle10.png" alt="">
<br>
<h1>Figma- Anyela Herrera</h1>
<br>
<img src="anyela1.jpg" alt="">
<br>
<img src="anyela2.jpg" alt="">
<br>
<img src="anyela3.png" alt="">
<br>
<img src="anyela4.jpg" alt="">
<br>
<a href="https://www.figma.com/proto/q7Az5tB0No4jBESMZZFvUO/Prototipo?node-id=20%3A59&scaling=scale-down&page-id=0%3A1&starting-point-node-id=1%3A2">
<button>Ejemplo en figma</button>
</a>
<br>
<br>
</section>
</body>
</html>