summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2022-12-08 20:44:37 -0500
committerSam Chudnick <sam@chudnick.com>2022-12-08 20:44:37 -0500
commit3fb2b9563d9b58a9683808c6620832dc71f76b20 (patch)
tree9c208db70957ba26fbcc2d87f3b91df7117617c8 /index.html
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..fbd88f3
--- /dev/null
+++ b/index.html
@@ -0,0 +1,31 @@
1<!DOCTYPE html>
2<html lang=en>
3 <head>
4 <title>chudnick.com</title>
5 <meta charset="utf-8"/>
6 <link rel="shortcut icon" href="favicon.ico"/>
7 <link rel='stylesheet' type='text/css' href='style.css'/>
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 </head>
10<body>
11 <header><h1 class=pagetop>Welcome</h1></header>
12 <main>
13 <div class="quicklinks">
14 <a class=quicklinks href=https://git.chudnick.com><img class=ql src=images/git.svg></a>
15 <a class=quicklinks href=rss.xml><img class=ql src=images/rss.svg></a>
16 </div>
17 <div class="sidebar">
18 <ul>
19 <li class=sidebar><a class=sidebar href=blog.html>Blog</a></li>
20 <li class=sidebar><a class=sidebar href=software.html>Software</a></li>
21 <li class=sidebar><a class=sidebar href=kb.html>Knowledge Base</a></li>
22 <li class=sidebar><a class=sidebar href=projects.html>Projects</a></li>
23 <li class=sidebar><a class=sidebar href=about-me.html>About Me</a></li>
24 <li class=sidebar><a class=sidebar href=donate.html>Donate</a></li>
25 <ul>
26 </div>
27 </main>
28 <!-- <footer><a href=index.html>www.chudnick.com</a></footer> -->
29</body>
30</html>
31