-
Notifications
You must be signed in to change notification settings - Fork 0
/
blocks.html
43 lines (35 loc) · 2.05 KB
/
blocks.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
<html>
<head>
<link rel="stylesheet" href="./bb.css"/>
<script type="text/javascript" src="lightbox/js/prototype.js"></script>
<script type="text/javascript" src="lightbox/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="lightbox/js/lightbox.js"></script>
<link rel="stylesheet" href="lightbox/css/lightbox.css" type="text/css" media="screen" />
</head>
<body>
<header>
<img src="./images/logo.png"/>
<nav>
<a href="./bbproxy"><img src="./images/speed.png"/></a>
<a href="./map.html"><img src="./images/map.png"/></a>
<a href="./blocks.html"><img src="./images/blocks(h).png"/></a>
</nav>
</header>
<div id="content">
<div id="wrapper">
<div class="download">
<a href="./INSERT DOWNLOAD HERE!!!"><img src="./images/download.png"/></a>
</div>
<div id="mc"><h2>Here's our data rendered in a different map tile set</h2>
<!-- <a href="./images/BlocksPictures/BBCity(h).png" rel="lightbox"><h2>Screenshots</h2></a> -->
<iframe src="INSERT HREF HERE! width="683" height="384"></iframe>
<h2>Some screenshots (Project Block)</h2>
<p><a href="./images/BlocksPictures/BBCity(h).png" rel="lightbox[blocksGallery]"><img src="./images/BlocksPictures/BBCity.png" width="683" height="384"></a></p>
<p><a href="./images/BlocksPictures/BBPeak(h).png" rel="lightbox[blocksGallery]"><img src="./images/BlocksPictures/BBPeak.png" width="683" height="384"></a></p>
<p><a href="./images/BlocksPictures/Toppatheworld(h).png" rel="lightbox[blocksGallery]"><img src="./images/BlocksPictures/Toppatheworld.png" width="683" height="384"></a></p>
<p><a href="./images/BlocksPictures/ViewFromAbove(h).png" rel="lightbox[blocksGallery]"><img src="./images/BlocksPictures/ViewFromAbove.png" width="683" height="384"></a></p>
</div>
</div>
</div>
</body>
</html>