-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 1.47 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
<!DOCTYPE html>
<title>Flypup - GitHub</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
<header class="header">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active"><a href="//flypup.github.com"><i class="icon-home icon-white"></i> Home</a></li>
<li class="divider-vertical"></li>
<li><a href="//github.com/flypup"">Profile</a></li>
</ul>
</div>
</div>
</div>
</header>
<div role="main" class="container" style="margin-top: 50px">
<div class="page-header">
<h1>Flypup Games</h1>
</div>
<div class="alert">
WIP!
</div>
<h2>Demos</h2>
<ul class="thumbnails">
<li class="span3">
<div class="thumbnail">
<a href="game-off-2012/">
<img src="game-off-2012/img/ui/screenshot.jpg" alt="">
<h3>Duel of the Devs #ggo12</h3>
</a>
<p>GitHub Game Off 2012 Entry</p>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a href="duel-of-the-devs/">
<img src="duel-of-the-devs/img/ui/screenshot.jpg" alt="">
<h3>Duel of the Devs</h3>
</a>
<p>Work in progress</p>
</div>
</li>
</ul>
</div>
<script src="//code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>