-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (48 loc) · 1.54 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
<!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/main.css">
<link rel="stylesheet" href="css/estilos.css">
<link rel="stylesheet" href="css/menu.css">
<link rel="icon" type="image/x-icon" href="img/fav.ico">
<script src="js/jslider.js"></script>
<title>Neuro Computing Educational Lab</title>
</head>
<body>
<header>
<div class="container-one">
<img src="img/NCL-logo-transparent-2%20(1).png" ALT="NCEL" width="50%"/>
</div>
<div class="container-two">
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="html/pedgame.html">Pedagogical Gamification</a></li>
<li><a href="html/escaperoom.html">Educational Escape Room</a></li>
<li><a href="html/blog.html">Blog</a></li>
<li><a href="html/help.html">Help</a></li>
<li><a href="html/contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="container-one">
<img src="img/intro.jpg" alt="" class="intro">
</div>
<div class="container-two" style="position: absolute; width: 20%; margin-top: 5%; margin-left: 5%">
<p class="introtext">Accelerated skill learning through interactive
neuro-educational technology</p>
</div>
</main>
<footer>
<div class="container-one">
<p>
Footer
</p>
</div>
</footer>
</body>
</html>