summaryrefslogtreecommitdiff
path: root/index.html
blob: 6c4325ffae889ba64339d69899c814fc191a99ba (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!Doctype HTML>

<html>
	<head>
		<meta name="viewport" content="width=device-width,initial-scale=1"/>
		<meta charset="utf-8"/>

		<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"/>

		<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
		<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
		<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
		<link rel="manifest" href="/site.webmanifest">

		<link rel="stylesheet" href="/styles/style.css"/>
		<link rel="stylesheet" id="theme"/>

		<script defer="true" src="/scripts/cookie.js"></script>
		<script defer="true" src="/scripts/theme.js"></script>
		<script defer="true" src="/scripts/light-dark.js"></script>
		
		<title>CircleShift</title>
	</head>

	<body>
		<div class="content">
			<h1>Welcome to <a href="https://github.com/CircleShift/">Kyle Gunger's</a> personal site</h1>
			<p>This site is both a portfolio and a collection of apps I publish for your enjoyment. Take your shoes off and stay a while!</p>
			<h3><a href="experience/">Previous experience</a></h3>
			<span style="display: block;">Some projects, in no particular order:</span>
			<ul>
				<li><h3>Web-hosted projects:</h3></li>
				<li><a href="WebCards/">WebCards (PRE-ALPHA)</a></li>
				<li><a href="Mines/">A clone of Minesweeper</a></li>
				<li><h3>Download:</h3></li>
				<li><a href="https://github.com/CircleShift/tnsl-parse">A parser for the TNSL programming language</a></li>
				<li><a href="https://circleshift.itch.io/">My itch.io</a></li>
				<li><a href="https://github.com/CircleShift/TransitAPI">My Minecraft TransitAPI</a></li>
			</ul>
			<span class="end">
				<!-- Maybe later when I have e-mail working. E-mail me at <a href="mailto:kyle.gunger@cshift.net">kyle.gunger@cshift.net</a>  |  E-mail the webmaster at <a href="mailto:admin@cshift.net">admin@cshift.net</a> -->
				E-mail me at <a href="mailto:kgunger12@gmail.com">kgunger12@gmail.com</a> | See my self-hosted git <a href="https://git.cshift.net/">here</a>
			</span>
		</div>
		<button id="light-dark">light-dark</button>
	</body>
</html>