-
Notifications
You must be signed in to change notification settings - Fork 3
/
aboutUs.html
51 lines (44 loc) · 1.66 KB
/
aboutUs.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
<!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>Nosotros</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="CSS/estilo.css">
</head>
<body>
<nav class="header">
<div class="logo">
<h2 class="border-logo olaje">Fish Savior</h2>
<h2 class="wave-logo olaje">Fish Savior</h2>
</div>
<div class="menu">
<h3>Nosotros</h1>
</div>
</nav>
<section class="dpc_bodya">
<div class="dpc_text">
<h4>El proyecto</h2>
<p>
La iniciativa de este proyecto se realizó durante el Hackaton Hack the Ocean y fue gracias a los conocimientos y habilidades que obtuvimos a lo largo del programa.
</p>
</div>
<div class="dpc_text">
<h4>Los integrantes</h2>
<p>Alexis Aparicio</p>
<p>Luis Angel Baez</p>
<p>Juan Pablo Pech</p>
<p>Azael Barbosa</p>
</div>
</section>
<section class="dpc_hackat">
<div class="i_hack"><h4>Hack the Ocean</h4></div>
</section>
<div class="dpc_links">
<a href="index.html">Regresar</a>
<a href="https://github.com/Alexis96-2/OceanicProblematic">Más información</a>
</div>
</body>
</html>