-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 1.79 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
<!DOCTYPE html>
<html>
<head>
<title>Dive 2.0 Beta</title>
<link href="http://fonts.googleapis.com/css?family=Puritan:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="assets/css/styles.css">
</head>
<body>
<div id="page">
<div id="content">
<div id="header">
<h1>Dive</h1>
<p id="strap-line">The World Through Pictures</p>
</div>
<div id="search-container">
<form id="image-search" name="search-form">
<label id="searchBarLabel" for="tag-field">Search flickr images here</label>
<input type="text" name="tagSearchBox" id="tag-field" placeholder="explore Flickr">
<input type="submit" name="submit" value="search" id="submit-button">
</form>
</div>
<div id="contrast-box">
<div id="viewport">
<div id="calculation-container">
</div>
</div>
</div>
<div id="content-box">
<p id="content-box-instructions">
Want to see these images in more detail? Double click on an image to view it here.
</p>
</div>
</div>
<p id="footer"> Dive is created and copyright Aaron Faber 2009-2011 ©. All images displayed on this
application are the property of individual users on flickr. Please do not copy and/or
distribute them.
</p>
</div>
<!-- scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script src="assets/js/common.js"></script>
</body>
</html>