-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharchive.html
More file actions
105 lines (92 loc) · 3.77 KB
/
Copy patharchive.html
File metadata and controls
105 lines (92 loc) · 3.77 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="We make game. We play with functional programming. We are Pixelgebra which is Pixel + Algebra." />
<title>Pixelgebra</title>
<link rel="stylesheet" type="text/css" href="./css/foundation.css" />
<link rel="stylesheet" type="text/css" href="./css/code.css" />
<link rel="stylesheet" type="text/css" href="./css/post.css" />
</head>
<body class="background">
<!-- HEADER -->
<div class="row hide-for-large">
<div class="sidebar logo">
<a href="./index.html"><img src="./img/logo.s.png" /></a>
</div>
<div class="toggle-sidebar-on">
<button type="menu-icon" data-toggle="offCanvas">
<img src="./img/01.png" />
</button>
</div>
<div class="off-canvas position-left" id="offCanvas" data-off-canvas>
<!-- Close button -->
<div class="toggle-sidebar-off">
<button class="close-button" aria-label="Close menu" type="button" data-close>
<img src="./img/03.png" />
</button>
</div>
<!-- Menu -->
<ul class="side-nav">
<li><a href="./about.html">About</a></li>
<li><a href="./tags.html">Tags</a></li>
<li><a href="./archive.html">All Posts</a></li>
</ul>
</div>
</div>
<!-- HEAD -->
<div class="row full-height">
<!-- post -->
<div class="large-9 large-push-3 columns panel">
<div class="panelIdx">
<h1><a class="header" href="./archive.html">All Posts</a></h1>
<div class="panel">
<section class="post">
<h4 class="post-description">
<a href="./content/posts/2017-05-27-AGreatGoodLooking.html" id="title">
A Great Good Looking!</a> - 27 May 2017
</h4>
<h4 class="post-description">
<a href="./content/posts/2016-12-05-ManageSDL2Component.html" id="title">
Manage SDL2 Component</a> - 05 Dec 2016
</h4>
<h4 class="post-description">
<a href="./content/posts/2016-11-05-SDL2Middleware.html" id="title">
SDL2 Middle in Haskell</a> - 05 Nov 2016
</h4>
<h4 class="post-description">
<a href="./content/posts/2015-11-22-Pixelgebra.html" id="title">
Pixel + algebra = Pixelgebra</a> - 22 Nov 2015
</h4>
</section>
</div> <!-- end panel-->
</div> <!-- end panel-->
</div>
<!-- Sidebar -->
<div class="large-3 large-pull-9 columns sidebar show-for-large">
<a href="./index.html"><img src="./img/logo.s.png" /></a>
<hr />
<ul class="side-nav">
<li><a href="./about.html">About</a></li>
<li><a href="./tags.html">Tags</a></li>
<li><a href="./archive.html">All Posts</a></li>
</ul>
</div>
</div>
<!-- FOOTER -->
<div class="row footer">
<div class="large-6 columns">
<p>Copyright © 2015 Pixelgebra. All rights reserved.</p>
</div>
<div class="large-6 columns text-right">
<p>Powered by <a href="http://jaspervdj.be/hakyll">Hakyll</a>.</p>
</div>
</div>
<script type="text/javascript" src="./js/jquery.js"></script>
<script type="text/javascript" src="./js/foundation.js"></script>
<script type="text/javascript" src="./js/app.js"></script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>
</body>
</html>