-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjustto.html
25 lines (25 loc) · 874 Bytes
/
justto.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
<!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="styles.css">
<title>Mariana Rondino</title>
</head>
<body>
<div class="container">
<header class="header-main">
<h2>mariana r.</h2>
<div class="menu">
<div><a href="work.html">WORK</a></div>
<div><a href="about.html">ABOUT ME</a></div>
<div><a href="contact.html">CONTACT</a></div>
</div>
<div></div>
</header>
<div class="line"></div>
<button class="secondary-button"><a class="secondary-a" href="index.html">back</a></button>
<div class="page-title">ABOUT ME</div>
</div>
</body>
</html>