-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvestigacion.html
More file actions
95 lines (68 loc) · 3.17 KB
/
investigacion.html
File metadata and controls
95 lines (68 loc) · 3.17 KB
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
<!DOCTYPE html>
<html lang="es">
<head>
<title>ING JAVA - Research</title>
<meta charset="UTF-8">
<meta name="PORTAFOLIO" content="SERVICIOS ING JAVA">
<link rel="stylesheet" href="css/fontello.css">
<link rel="stylesheet" href="css/estilos.css">
<link rel="icon" href="images/base/Avatar.png">
</head>
<body>
<header>
<div class="contenedor">
<a href="index.html"><img id="logo" src="images/base/Logo.png"></a>
<input type="checkbox" id="menu-bar">
<label class="icon-menu" for="menu-bar"><img src="images/base/menu.png"></label>
<label for="menu-bar"></label>
<nav class="menu">
<a href="index.html">Inicio</a>
<a href="proyectos.html">Proyectos</a>
<a href="diseños.html">Diseños</a>
<a href="investigacion.html" class="current">Investigación</a>
</nav>
</div>
</header>
<main>
<section id="banner2">
<img src="images/base/banner.png">
<div class="contenedor">
<h2>Proyectos de Investigación</h2>
</div>
</section>
<section id="proyectos">
<div class="contenedor">
<article>
<img src="images/investigacion/dobleSuccion.png">
</article>
<article>
<img src="images/investigacion/cangilon.png">
</article>
<article>
<img src="images/investigacion/vortex.png">
</article>
<article>
<img src="images/investigacion/peltonA.png">
</article>
<article>
<img src="images/investigacion/goliathP.png">
</article>
</div>
</section>
<section id="pie">
<img src="images/base/banner.png">
</section>
</main>
<footer>
<div class="contenedor">
<p class="contact">Derechos Reservados © ING JAVA 2011-2021</p>
<div class="redes">
<a href="https://www.linkedin.com/in/ingjava/"><img src="images/base/lindk.png"></a>
<a href="https://pin.it/zosaporvqmgcrv"><img src="images/base/pint.png"></a>
<a href="https://github.com/ingjava/software"><img src="images/base/git.png"></a>
<a href="https://www.turbosquid.com/Search/Artists/ingjava"><h6>TurboSquid</h6></a>
</div>
</div>
</footer>
</body>
</html>