-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
50 lines (48 loc) · 2.28 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About - Napero</title>
<link rel="icon" type="image/png" href="favicon.png">
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="bg.css">
</head>
<body>
<div class="circles">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<nav class="fade-in">
<ul>
<li><a href="index.html"><i class="material-icons">home</i>Home</a></li>
<li><a href="#"><i class="material-icons">search</i>About</a></li>
<li><a href="projects.html"><i class="material-icons">data_object</i>Projects</a></li>
<li><a href="fun.html"><i class="material-icons">celebration</i>Fun</a></li>
<li><a href="contact.html"><i class="material-icons">mail</i>Contact</a></li>
</ul>
</nav>
<section id="about" class="fade-in">
<p class="subtitle">About Me</p>
<div class="content">
<div class="paragraph">
<p>Hey! I'm Fran, aka Napero. I'm studying <a href="https://i.imgur.com/wW28vkF.jpg" target="_blank" class="disguised_link">computer engineering</a>. My interests include technology, electronics, and programming.</p>
<p>Science and mathematics are like a captivating puzzle to me. I enjoy complex concepts and challenging logic problems.</p>
<p>On the artistic side, I enjoy messing around with visual arts and music. They're great outlets for expressing myself and getting creative.</p>
<p>When I'm not dealing with university or personal projects, I'm probably gaming. I love how games let me relax, connect with friends, and explore virtual worlds.</p>
<p>Check out my projects if you're interested. Any questions or just wanna chat? Feel free to reach out. Always up for meeting new people!</p>
</div>
<div>
<a href="https://youtu.be/YyZOFHj-85I" target="_blank"><img class="pfp" src="https://avatars.githubusercontent.com/u/69263168?v=4" alt="My current profile picture (Harmony from Splatoon)"></a>
</div>
</div>
</section>
</body>
</html>