-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.html
81 lines (81 loc) · 2.68 KB
/
output.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<html>
<head title="codingcats.com">
<meta charset="utf-8">
<title>
Coding Cats
</title>
<meta content="James Gary" name="author">
<meta content="Various web game projects of varied quality." name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="http://codingcats.com/" rel="canonical">
<link href="/favicon.png" rel="icon">
<link href="/styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Press+Start+2P" rel="stylesheet">
</head>
<body>
<header class="header">
<h1>
<a class="blog-title" href="/">
codingcats.com
</a>
</h1>
<div id="ears">
<div class="ear-container left">
<div class="ear outline">
</div>
<div class="ear-top">
</div>
<div class="ear">
</div>
<div class="ear-inner">
</div>
</div>
<div class="ear-container right">
<div class="ear outline">
</div>
<div class="ear-top">
</div>
<div class="ear">
</div>
<div class="ear-inner">
</div>
</div>
</div>
</header>
<main class="main">
<p>
My name is
<a href="https://twitter.com/james_gary" target="_blank">
James Gary
</a>
and sometimes I do things.
</p>
<div class="project">
<h1>
Constellations
</h1>
<img src="https://placekitten.com/200/300">
<p>
A puzzle game written in Elm.
</p>
<p>
<a href="https://constellationsgame.com">
Demo
</a>
|
<a href="https://github.com/jamesgary/constellations">
Github
</a>
</p>
</div>
</main>
<footer>
<p class="footer">
Copyright © 2017 - James Gary. Powdered by
<a href="https://github.com/jamesgary/codingcats" target="_blank">
Elm
</a>
</p>
</footer>
</body>
</html>