-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (39 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<link rel="stylesheet" type="text/css" href="styles/master.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="name" content="ARO's Portal">
</head>
<body>
<h1>Welcome!</h1>
<div class="topnav">
<a href="index.html">Home</a>
<a href="EN/projects.html">Projects</a>
<!-- Add code for dropdown menu
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Projects</a>
<div class="dropdown-content">
<a href="#">Academic</a>
<a href="#">Personal</a>
-->
<!--
<a href="EN/journal.html">Journal</a>
-->
<a href="https://www.notion.so/aro96/COVID-19-Journal-66a720b9d97e47a1b5e032c91520afce" target="_blank">Journal</a>
<a href="EN/about.html">About Me</a>
<a href="EN/contact.html" style="float:right">Contact</a>
</div>
<p>In this webpage you will find several ways to get to know me better.
Some of them will be through my project portfolio,
another one through a section where I talk about who I am and what I do,
and a last one through a journal for the whole COVID19 pandemic.
</p>
<!--add links to English or Spanish-->
<div class="footer">
<p><a href="index.html">EN</a> / <a href="index_ES.html">ES</a></p>
</div>
</body>
</html>