blob: 0c8cb9d584e9188dfa0b36ebf72a4e9881ea7778 (
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>
<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="stylesheet" href="style.css">
</head>
<body>
<div class="content">
<h1>Welcome to circleshift.github.io</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>
<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 Minesw**per</a></li>
<li><h3>Download and enjoy:</h3></li>
<li><a href="https://ccgkyle.itch.io/">My itch.io</a></li>
<li><a href="https://github.com/CircleShift/TransitAPI">My Minecraft TransitAPI</a></li>
<li><h3><a href="experience/">Previous experience</a></h3></li>
</ul>
<span class="end">Site made with <3 by <a href="https://github.com/CircleShift/">Kyle Gunger</a></span><br>
<span>Please wait while I update my branding from CoreChg to CircleShift. It may take a while. Full website will be up soon at <a href="https://cshift.net">cshift.net</a></span>
</div>
</body>
</html>
|