-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.html
More file actions
189 lines (173 loc) · 6.81 KB
/
collection.html
File metadata and controls
189 lines (173 loc) · 6.81 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<title>Koala Collection</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="57x57" href="apple-touch-icon-57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-114.png" />
<link rel="apple-touch-icon" sizes="255x255" href="apple-touch-icon.png" />
<style>
html,
body {
height: 370px;
padding: 0;
margin: 0;
}
#map {
height: 250px;
width: 100%;
overflow: hidden;
float: left;
margin: auto;
border: 3px solid green;
padding: 10px;
}
#capture {
height: 360px;
width: 480px;
overflow: hidden;
float: left;
background-color: #ECECFB;
border: thin solid #333;
border-left: none;
}
#search {
float: right;
margin-top: 9px;
width: 250px;
}
.search {
padding: 5px 0;
width: 230px;
height: 30px;
position: relative;
left: 10px;
float: left;
line-height: 22px;
}
.search input {
position: absolute;
width: 170px;
margin-right: 210px;
height: 30px;
line-height: 18px;
padding: 0 2px 0 2px;
border-radius: 1px;
}
.search:hover input,
.search input:focus {
width: 200px;
margin-left: 0px;
}
.btn {
height: 30px;
position: absolute;
right: 0;
top: 5px;
border-radius: 1px;
}
table {
border-collapse: collapse;
width: 100%;
}
th,
td {
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #f2f2f2
}
th {
background-color: #4CAF50;
color: white;
}
.container2 {
position: absolute;
top: 1000;
}
</style>
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<!-- nav bar -->
<div class="navbar navbar-inverse">
<!-- container fluid -->
<div class="container-fluid">
<!-- navbar-header -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Snap Ranger</a>
</div> <!-- /navbar-header -->
<!-- list of pages -->
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right ">
<li><a href="index.html">About</a></li>
<li><a href="app.html">View Map</a></li>
<li><a href="profile.html">Profile</a></li>
</ul> <!-- /list of pages -->
</div>
</div> <!-- /container fluid -->
</div> <!-- /nav bar -->
<div class="container">
<h2>Connect to other</h2>
<p>Snap Ranger & share your found it's
<p>
<table class="table table-condensed">
<tbody>
<tr>
<td><img src="images/luke.jpg" class="img-circle" alt="User photo's" width="100px" height="100px"></a>
<h3>Luke Thorpe</h3></td>
<td>I found this little guy by the big oak tree in the middle of the park!
<a href="#"> "location"</a> </td>
<td><img src="images/koala1.jpg" class="img-rounded" alt="Animal photo's" width="150px" height="150px"></td>
</tr>
<tr>
<td><img src="images/jack.jpg" class="img-circle" alt="User photo's" width="100px" height="100px">
<h3>Jack Chiang</h3></td>
<td>I found a Koala!
<a href="#"> "location"</a></td>
<td><img src="images/koala2.jpg" class="img-rounded" alt="Animal photo's" width="150px" height="150px"></td>
</tr>
<tr>
<td><img src="images/sebastian.jpg" class="img-circle" alt="User photo's" width="100px" height="100px">
<h3>Sebastian Schmidt</h3></td>
<td>- Look at this cute koala i found
<a href="#"> "location"</a></td>
<td><img src="images/koala3.jpg" class="img-rounded" alt="Animal photo's" width="150px" height="150px"></td>
</tr>
<tr>
<td><img src="images/steffi.jpg" class="img-circle" alt="User photo's" width="100px" height="100px">
<h3>Steffi Tan</h3></td>
<td>- if u go into the park and follow the path, about 1 km down the track I found this koala just off the path
<a href="#"> "location"</a></td>
<td><img src="images/koala4.jpg" class="img-rounded" alt="Animal photo's" width="150px" height="150px"></td>
</tr>
<tr>
<td><img src="images/rubiana.jpg" class="img-circle" alt="User photo's" width="100px" height="100px">
<h3>Rubiana Cury</h3></td>
<td>- It took me forever to find this guy! he was hiding up behind a big tree branch.
<a href="#"> "location"</a></td>
<td><img src="images/koala5.jpg" class="img-rounded" alt="Animal photo's" width="150px" height="150px"></td>
</tr>
<tr>
<td><img src="images/jonathan.jpg" class="img-circle" alt="User photo's" width="100px" height="100px">
<h3>Jonathan Romero</h3></td>
<td>- - I spent my Saturday going for a bush walk and look who i stumbled upon during my walk! <a href="#"> "location"</a> </td>
<td><img src="images/koala6.jpg" class="img-rounded" alt="Animal photo's" width="150px" height="150px"></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>