-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>i'm Aires.</title>
</head>
<body>
<header class="area banner">
<nav>
<a href="#home">Home</a>
<a href="./about.html">About me</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
<a href="https://www.youtube.com/@aires.creator"><img src="youtube.png" alt="" id="icon"></a>
<a href="https://www.github.com/aires-creator"><img src="github.png" alt="" id="icon"></a>
</nav>
<div class="movable">
<h1 class="title">I'm Aires</h1>
<h2 class="subtitle">and I create <a href="#things">things.</a></h2>
</div>
</header>
<section id="home">
<div>
<h2>hi there!</h2>
<p>I'm a <a href="#design">Motion Graphics</a> designer and a <a href="#frontend">Front-end</a> developer</p>
</div>
<div class="movable">
<img src="./content/me.jpg" alt="me">
</div>
</section>
<footer>
<div>
<h3>more</h3>
<p>
<a href="#">illustrations</a> •
<a href="#">music</a> •
<a href="#">games</a> •
</p>
</div>
<p>hosted thanks to <a href="https://www.neocities.org"><img src="./content/neocities.png" alt="neocities" class="icon"></a> and made with ❤️</p>
</footer>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</body>
</html