-
Notifications
You must be signed in to change notification settings - Fork 0
/
whoami.html
25 lines (25 loc) · 1.07 KB
/
whoami.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="pt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>whoami</title>
<link rel="stylesheet" href="whoami.css">
</head>
<body>
<div class="container">
<center><h1 id="typewriter">whoami</h1></center>
<div class="content">
<p>My name is Lucas, and I am a Computer Science student passionate about exploring various computing topics. Through this blog, I aim to share insights and knowledge on different aspects of computer science. I also enjoy participating in Capture The Flag (CTF) challenges, which not only provide fun but also help me continuously expand my technical skills and understanding of cybersecurity.</p>
</div>
<nav>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="writeups.html">writeups</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
</div>
<script src="whoami.js"></script>
</body>
</html>