summaryrefslogtreecommitdiff
path: root/index.html
blob: fbd88f39dca6075c98d9a7b3b219935a234338d7 (plain)
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
<!DOCTYPE html>
<html lang=en>
    <head>
        <title>chudnick.com</title>
        <meta charset="utf-8"/>
        <link rel="shortcut icon" href="favicon.ico"/>
        <link rel='stylesheet' type='text/css' href='style.css'/>
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head>
<body>
    <header><h1 class=pagetop>Welcome</h1></header>
    <main>
		<div class="quicklinks">
				<a class=quicklinks href=https://git.chudnick.com><img class=ql src=images/git.svg></a>
				<a class=quicklinks href=rss.xml><img class=ql src=images/rss.svg></a>
		</div>
		<div class="sidebar">
			<ul>
				<li class=sidebar><a class=sidebar href=blog.html>Blog</a></li>
				<li class=sidebar><a class=sidebar href=software.html>Software</a></li>
				<li class=sidebar><a class=sidebar href=kb.html>Knowledge Base</a></li>
				<li class=sidebar><a class=sidebar href=projects.html>Projects</a></li>
				<li class=sidebar><a class=sidebar href=about-me.html>About Me</a></li>
				<li class=sidebar><a class=sidebar href=donate.html>Donate</a></li>
			<ul>
		</div>	
    </main>
	<!-- <footer><a href=index.html>www.chudnick.com</a></footer> -->
</body>
</html>