generated from chrismwilliams/astro-theme-cactus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 2.05 KB
/
index.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
<!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;color: yellow;">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>Welcome to my space on the Internet 🌐 </h2>
<p>I am still planning out the integration of my reading/rss lists, blog posts and a dashboard for my tiny pi4 home server onto this website. If you have cooler ideas, let me know!</p>
<br>
</section>
</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>