forked from acmupv/ORCWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (41 loc) · 1.39 KB
/
index.html
File metadata and controls
44 lines (41 loc) · 1.39 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
<!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="./css/style.css" class="res">
<link rel="stylesheet" href="./css/gradients.css" class="res">
<title>ORC</title>
</head>
<body>
<section class="header">
<nav>
<a href="index.html">ORC</a> <!-- Aquí va el logo -->
<ul class="nav-links">
<li><a href="#" class="nav-button">Equipo</a></li>
<li><a href="#" class="nav-button">Retos</a></li>
<li><a href="#" class="nav-button">Calendario</a></li>
<li><a href="#" class="form-button">Apúntate</a></li>
</ul>
</nav>
<div class="header-body">
<div class="titles">
<h1>Olympic Robot <br> Champion</h1>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit.</p>
<!-- <a href=""#>Apúntate</a> -->
</div>
<div class="blob-cont">
<div class="yellow blob"></div>
<div class="blue blob"></div>
<div class="green blob"></div>
</div>
</div>
</section>
<section class="second-section">
</section>
<section class="third-section">
</section>
<section class="footer">
</section>
</body>
</html>