-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc.html
More file actions
39 lines (37 loc) · 1.19 KB
/
misc.html
File metadata and controls
39 lines (37 loc) · 1.19 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Research & Experiences</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<h1>Miscellaneous</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research & Experiences</a></li>
<li><a href="projects.html">Personal Projects</a></li>
<li><a href="open_source.html">Open Source Projects</a></li>
<li><a href="blog.html">Blogs</a></li>
<li><a href="misc.html">Miscellaneous</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Extracurricular Activities</h2>
<p>I love singing, studying, chess, creative writing and visual art.</p>
</section>
<section>
<h2>A Fun Fact About Me</h2>
<p>I can swiftly switch from being an introvert to an extrovert and vice-versa depending on my mood. Additionally, I crack jokes a lot! 😂 😂</p>
</section>
</main>
<footer>
<p>© 2025 Adesina Lekan. All Rights Reserved.</p>
</footer>
</body>
</html>