my site
This commit is contained in:
30
about.html
Normal file
30
about.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>🧑 About Me</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>🧠 About Krrish</h1>
|
||||
<div class="content">
|
||||
|
||||
<p>
|
||||
<a href="home.html">🏠 Home</a> |
|
||||
<a href="about.html">🧑 About</a> |
|
||||
<a href="projects.html">💻 Projects</a> |
|
||||
<a href="guestbook.html">📖 Guestbook</a> |
|
||||
<a href="journal.html">📓 Journal</a> |
|
||||
<a href="links.html">🔗 Links</a> |
|
||||
<a href="secrets.html">🕵️ Secrets</a>
|
||||
</p>
|
||||
|
||||
|
||||
<div class="ascii-title">===[ BACKSTORY ]===</div>
|
||||
<p>I build stuff. I break stuff. I build it again — better, stronger, more 90s.</p>
|
||||
<p>Things I love: Clean code, messy code, investing, chess, tea and coffee.</p>
|
||||
|
||||
<p style="margin-top: 30px;"><img src="./gifs/about.gif" class="gif"></p>
|
||||
</div>
|
||||
<marquee>I am roaming around the internet.</marquee>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user