generated from chrismwilliams/astro-theme-cactus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
57 lines (54 loc) · 2.82 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
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Madhav's Website</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/media/favicon.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1><a href="index.html" style="text-decoration-line: none;">Madhav Ram</a></h1>
<nav>
<ul>
<li><b><a href="index.html">Home</a></b></li>
<li><b><a href="blog.html">Blog</a></b></li>
<li><b><a href="about.html">About</a></b></li>
<!-- <li><b><a href="contact.html">Contact</a></b></li> -->
</ul>
<br>
</nav>
</header>
<main class="front-page">
<hr style="color: grey; margin-bottom: 30px;">
<br>
<section>
<h2>About Me</h2>
<p>
Final year CS undergrad.<br>
Bengaluru ⇌ Mysuru<br>
I like music, competitive stategy video games and computers, walkable cities. I dont like watching movies or TV.<br><br>
</p>
</section>
<div>
<section>
<h2>I am free to chat.</h2>
<ul>
<li><p><a href="https://x.com/madhav6ram" target="_blank">@madhav6ram</a> on twitter</p></li>
<li><p><a href="https://simplex.chat/contact#/?v=2-5&smp=smp%3A%2F%2F6iIcWT_dF2zN_w5xzZEY7HI2Prbh3ldP07YTyDexPjE%3D%40smp10.simplex.im%2FVuK3rVBhhfthWcyFVuAO0TZiWGYrX945%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEA8VVE_OybXqcLGIy522kJVKXh8yJIJhjuiyi5pP-FGyU%253D%26srv%3Drb2pbttocvnbrngnwziclp2f4ckjq65kebafws6g4hy22cdaiv5dwjqd.onion" target="_blank">My SimpleX address</a></p></li>
</ul>
<p>Share your reading lists, fav songs, blogs or just talk about gaming :)</p>
</section>
</div>
</main>
<footer>
<p>
This website is a part of the <a href="https://amrita.town" target="_blank">amrita</a> webring.<br>
Check out the other beings: <a href="https://amrita.town/prev" style="text-decoration: none;"> ← prev </a> | <a href="https://amrita.town/random" style="text-decoration: none;"> ⚅ random </a> | <a href="https://amrita.town/next" style="text-decoration: none;"> next → </a>
</p>
<!-- Update source URL -->
<center><p>Updated Oct 2024 | <a href="https://github.com/madhav6ram/website" target="_blank" style="text-decoration: underline dotted;">Source</a> </p></center>
</footer>
</body>
</html>