-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinformation.html
45 lines (43 loc) · 1.76 KB
/
information.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Information</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="information.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jockey+One&display=swap" rel="stylesheet">
<li><a class="nav-title" href="https://www.figma.com/proto/Zjwnzqwu1TQ5ipsg8pVvyT/EcoStories?node-id=140-5149&node-type=frame&t=yveIYpPaRNDTdjql-1&scaling=scale-down&content-scaling=fixed&page-id=2%3A3&starting-point-node-id=140%3A5149" target="_blank">WEB TOUR ⤴ </a></li>
</head>
<body>
<nav>
<img src="img/EcoStories.png" />
<ul class="words">
<li><a class="nav-title" href="index.html">HOME</a></li>
<li><a class="nav-title" href="explore.html">EXPLORE</a></li>
<li><a class="nav-title" href="information.html">INFORMATION</a></li>
<li><a class="nav-title" href="about.html">ABOUT</a></li>
</ul>
</nav>
<hr>
<br>
<h1 class="title">INFORMATION</h1>
<br>
<div class="imagen-contenedor">
<div class="contenedor">
<a href="dictionary.html">
<img src="img/imagen1.png" alt="" class="imagen" width="342" height="444">
<p>Dictionary</p>
</a>
</div>
<div class="contenedor2">
<a href="insights.html">
<img src="img/image2.png" alt="" class="imagen" width="342" height="444">
<p>Insight</p>
</a>
</div>
</div>
</body>
</html>