forked from Pixelgebra/pixelgebra.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
104 lines (102 loc) · 3.91 KB
/
Copy pathabout.html
File metadata and controls
104 lines (102 loc) · 3.91 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
<?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" />
<title>Pixelgebra</title>
<link rel="stylesheet" type="text/css" href="./css/foundation.css" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
<!-- <link rel="stylesheet" type="text/css" href="/css/blog.css" /> -->
<link rel="stylesheet" type="text/css" href="./css/other.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="icon" type="image/x-icon" href="http://pixelgebra.github.io/img/favicon.ico" />
</head>
<body class="custom-background">
<!-- HEAD -->
<div class="row">
<!-- post -->
<div class="large-9 push-3 columns">
<div class="panelIdx">
<h1><a class="header" href="./about.html">About</a></h1>
<div class="panel">
<h2 id="who-are-we">Who are we</h2>
<p>We are the Pixelgebra, we manipulate pixels in an algebra way.</p>
<ul>
<li><i class="fa fa-envelope-o"></i> pixelgebra<i class="fa fa-at fa-lg"></i>gmail.com</li>
<li><a href="#"><i class="fa fa-comments-o"></i> TIGFurom</a></li>
<li><a href="#"><i class="fa fa-comments-o"></i> IndieDB</a></li>
</ul>
<hr />
<h3 id="our-team">Our Team</h3>
<div class="avatar">
<img src="./img/avatar.png" style="height: 128px" />
<h3>
Team Member #1
</h3>
<p>
Founder / Director / Lead Programmer
</p>
<p>
<i class="fa fa-envelope-o"></i> eatt1029<i class="fa fa-at fa-lg"></i>gmail.com
</p>
</div>
<div class="avatar">
<img src="./img/avatar.png" style="height: 128px" />
<h3>
Team Member #2
</h3>
<p>
Founder / Business Manager / Senior Programmer
</p>
<p>
<i class="fa fa-envelope-o"></i> eatt1029<i class="fa fa-at fa-lg"></i>gmail.com
</p>
</div>
</div> <!-- end panel-->
</div> <!-- end panel-->
</div>
<!-- Sidebar -->
<div class="large-3 pull-9 columns sidebar">
<h1><a href="./index.html"><img src="./img/Logo.png" /></a></h1>
<hr />
<ul class="side-nav">
<li>
<a href="./about.html"><img src="http://blog.chucklefish.org/wp-content/uploads/2014/09/diamond_2x.png" /> About</a></li>
<li>
<a href="./tags.html"><img src="http://blog.chucklefish.org/wp-content/uploads/2014/09/greenslime_2x.png" /> Tags</a></li>
<li>
<a href="./archive.html"><img src="http://blog.chucklefish.org/wp-content/uploads/2014/09/codex_2x.png" /> All Posts</a></li>
</ul>
</div>
</div>
<!-- FOOTER -->
<footer class="row">
<hr />
<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>
</footer>
<script src="js/vendor/modernizr.js"></script>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<!-- JS := MathJax -->
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- JS := Disqus -->
<script type="text/javascript">
(function() {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//pixelgebra.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<script id="dsq-count-scr" src="//pixelgebra.disqus.com/count.js" async></script>
<!-- END of definition of js-->
</body>
</html>