-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.html
59 lines (59 loc) · 1.92 KB
/
template.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'/>
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans|Magra|Marvel' rel='stylesheet' type='text/css'>
<link href='assets/cogl3d.css' rel='stylesheet' type='text/css'>
<title>Cogl - Neat 3D Graphics</title>
{{head}}
</head>
<body>
<div class="page liquid">
<div class="head">
<div class="leftCol"> </div>
<div class="line">
<div class="unit size1of5">
<img src="assets/cogl-logo.png"/>
</div>
<div class="unit size1of5">
<p class="note"><b>cog</b> <em>/käg/</em> Noun: A wheel or bar with a series of projections on its edge that transfers motion by engaging with projections on another wheel or bar</p>
</div>
<div class="unit size3of5"> </div>
</div>
</div>
<div class="body">
<div class="leftCol">
<h2>The Essentials</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="hello.html">Hello World</a></li>
<li>Reference Manuals:
<ul>
<li><a href="http://cogl3d.org/cogl-reference/">Cogl Reference</a></li>
<li><a href="http://cogl3d.org/cogl-pango-reference/">CoglPano Reference</a></li>
<li><a href="http://cogl3d.org/cogl-gst-reference/">CoglGst Reference</a></li>
<li><a href="http://cogl3d.org/cogl-path-reference/">CoglPath Reference</a></li>
</ul>
</li>
<li><a href="http://lists.freedesktop.org/mailman/listinfo/cogl">Mailing list</a></li>
<li><a href="https://github.com/rib/cogl-web/wiki">Wiki</a></li>
<li><a href="https://twitter.com/#!/cogl3d">Follow cogl3d on twitter</a></li>
<li>IRC - Join us in #cogl on Freenode</li>
</ul>
</div>
<div class="rightCol">
{{right_col}}
</div>
<div class="main">
{{main}}
</div>
</div>
<div class="foot">
{{foot}}
</div>
</div>
</body>
{{end}}
</html>