-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (74 loc) · 3.37 KB
/
index.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
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640">
<link rel="stylesheet" href="stylesheets/core.css" media="screen">
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>GWF Hegel by CheeseTurtle</title>
</head>
<body>
<!--<a id="forkme_banner" href="https://github.com/CheeseTurtle/HegelProject">View on GitHub</a>-->
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>GWF Hegel</h1>
<h2>Michael, Karissa, and Tim</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<hr/>
<!--<section id="downloads">
<span class="inner">
<a href="https://github.com/CheeseTurtle/HegelProject/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/CheeseTurtle/HegelProject/tarball/master" class="tgz"><em>download</em> .TGZ</a>
</span>
</section>-->
<!--<span class="banner-fix"></span>-->
<section id="main_content">
<h3>
<a id="phenomenology" class="anchor" href="#phenomenology" aria-hidden="true"><span class="octicon octicon-link"></span></a>Phenomenology</h3>
<p>Some stuff about phenomenology should go here. If not, oh well.</p>
<h3>
<a id="hey-look-a-prezi" class="anchor" href="#hey-look-a-prezi" aria-hidden="true"><span class="octicon octicon-link"></span></a>Hey look, a <a href="http://prezi.com">Prezi</a>.</h3>
<p>
<iframe src="http://prezi.com/embed/x5-irhed3cxa/?bgcolor=ffffff&lock_to_path=1&autoplay=0&autohide_ctrls=0&features=undefined&token=undefined&disabled_features=undefined"
width="550" height="400" frameBorder="0" webkitAllowFullScreen mozAllowFullscreen allowfullscreen></iframe>
</p>
<h3>
<a id="test-your-knowledge" class="anchor" href="#test-your-knowledge" aria-hidden="true">
<span class="octicon octicon-link"></span>
</a>
Test your knowledge
</h3>
<img src="http://hegel.net/en/gif/system-e.gif" alt="A large triangle was supposed to go here"></img>
<p>The Hegel game can be found <a href="http://hegel.net/en/quiz">here</a>.</p>
<br/>
<hr/>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>this project by <a href="https://github.com/CheeseTurtle">CheeseTurtle</a> can be found on <a href="https://github.com/CheeseTurtle/HegelProject">GitHub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
<span class="octocat"></span>
</footer>
</div>
</body>
</html>