-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
256 lines (217 loc) · 9.03 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
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!doctype html>
<html class="no-js" lang="en">
<!-- nav -->
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<h1><a href="index.html">Home</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#">Menu</a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="active"><a href="mypets.html">My Pets</a></li>
<li class="has-dropdown">
<a href="#">View Lost Animals</a>
<ul class="dropdown">
<li><a href="dogs.html">Dogs</a></li>
<li><a href="cats.html">Cats</a></li>
<li><a href="birds.html">Birds</a></li>
<li><a href="other.html">Other</a></li>
</ul>
</li>
</ul>
<!-- Left Nav Section -->
<ul class="left">
<li><a href="NaturalLanguageForm/index.html">Register Your Pet!</a></li>
</ul>
</section>
</nav>
<!-- end nav -->
<head>
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="magnific-popup/magnific-popup.css">
<!-- end popup -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Homeward Bound | Helping Lost Pets Find Their Way Home
</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/my.css" />
<body class="puppy">
<div class="logo">
<img src="homeward-bound-logo.png" alt="HomewardBound" href="index.html" height="150" width="150">
</div>
<div class="large-offset-4 header">
<h1>
Homeward Bound
</h1>
</div>
<div class="orangetext p.subhead large-offset-4">
<p>
Helping pets find their way back home!
</p>
</div>
<!--
<div class="row">
<div class="large-12 columns">
<h1>Finding Fido</h1>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="panel">
<h3>We’re stoked you want to try Foundation! </h3>
<p>To get going, this file (index.html) includes some basic styles you can modify, play around with, or totally destroy to get going.</p>
<p>Once you've exhausted the fun in this document, you should check out:</p>
<div class="row">
<div class="large-4 medium-4 columns">
<p><a href="http://foundation.zurb.com/docs">Foundation Documentation</a><br />Everything you need to know about using the framework.</p>
</div>
<div class="large-4 medium-4 columns">
<p><a href="http://github.com/zurb/foundation">Foundation on Github</a><br />Latest code, issue reports, feature requests and more.</p>
</div>
<div class="large-4 medium-4 columns">
<p><a href="http://twitter.com/foundationzurb">@foundationzurb</a><br />Ping us on Twitter if you have questions. If you build something with this we'd love to see it (and send you a totally boss sticker).</p>
</div>
</div>
</div>
</div>
</div> -->
<!-- <div class="row"> -->
<!-- <div class="large-8 medium-8 columns"> -->
<!-- <h5>Here’s your basic grid:</h5> -->
<!-- Grid Example -->
<!-- <div class="row">
<div class="large-12 columns">
<div class="callout panel">
<p><strong>This is a twelve column section in a row.</strong> Each of these includes a div.panel element so you can see where the columns are - it's not required at all for the grid.</p>
</div>
</div>
</div> -->
<!-- <div class="row"> -->
<!-- <div class="large-6 medium-6 columns"> -->
<!-- <div class="callout panel"> -->
<!-- <p>Six columns</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="large-6 medium-6 columns"> -->
<!-- <div class="callout panel"> -->
<!-- <p>Six columns</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="row"> -->
<!-- <div class="large-4 medium-4 small-4 columns"> -->
<!-- <div class="callout panel"> -->
<!-- <p>Four columns</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="large-4 medium-4 small-4 columns"> -->
<!-- <div class="callout panel"> -->
<!-- <p>Four columns</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="large-4 medium-4 small-4 columns"> -->
<!-- <div class="callout panel"> -->
<!-- <p>Four columns</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- <hr /> -->
<!-- <h5>We bet you’ll need a form somewhere:</h5> -->
<!-- <form> -->
<!-- <div class="row"> -->
<!-- <div class="large-12 columns">
<label>Input Label</label>
<input type="text" placeholder="large-12.columns" />
</div> -->
<!-- </div> -->
<!-- <div class="row"> -->
<!-- <div class="large-4 medium-4 columns">
<label>Input Label</label>
<input type="text" placeholder="large-4.columns" />
</div> -->
<!-- <div class="large-4 medium-4 columns">
<label>Input Label</label>
<input type="text" placeholder="large-4.columns" />
</div> -->
<!-- <div class="large-4 medium-4 columns">
<div class="row collapse">
<label>Input Label</label>
<div class="small-9 columns">
<input type="text" placeholder="small-9.columns" />
</div>
<div class="small-3 columns">
<span class="postfix">.com</span>
</div>
</div>
</div> -->
<!-- </div> -->
<!-- <div class="row">
<div class="large-12 columns">
<label>Select Box</label>
<select>
<option value="husker">Husker</option>
<option value="starbuck">Starbuck</option>
<option value="hotdog">Hot Dog</option>
<option value="apollo">Apollo</option>
</select>
</div>
</div> -->
<!-- <div class="row">
<div class="large-6 medium-6 columns">
<label>Choose Your Favorite</label>
<input type="radio" name="pokemon" value="Red" id="pokemonRed"><label for="pokemonRed">Radio 1</label>
<input type="radio" name="pokemon" value="Blue" id="pokemonBlue"><label for="pokemonBlue">Radio 2</label>
</div>
<div class="large-6 medium-6 columns">
<label>Check these out</label>
<input id="checkbox1" type="checkbox"><label for="checkbox1">Checkbox 1</label>
<input id="checkbox2" type="checkbox"><label for="checkbox2">Checkbox 2</label>
</div>
</div> -->
<!-- <div class="row">
<div class="large-12 columns">
<label>Textarea Label</label>
<textarea placeholder="small-12.columns"></textarea>
</div>
</div> -->
<!-- </form> -->
<!-- </div> -->
<!-- <a href="#" class="small radius button">Radius Button</a><br/> -->
<!-- <div class="large-4 medium-4 columns"> -->
<!-- <h5>Try one of these buttons:</h5> -->
<!-- <p> -->
<!-- <a href="#" class="small button">Simple Button</a><br/> -->
<div class="row sweetbuttons">
<div>
<a href="NaturalLanguageForm/index.html" class="large radius button large-offset-5 orangebutton">Register your pet NOW!</a>
</div>
<div>
<a href="mypets.html" class="small round radius button large-offset-5 bluebutton">I LOST <br> my pet!</a>
<a href="foundpet.html" class="small round radius button foundbutton bluebutton">I FOUND <br> a lost pet!</a>
</div>
</div>
<!-- <a href="#" class="medium success button">Success Btn</a><br/>
<a href="#" class="medium alert button">Alert Btn</a><br/>
<a href="#" class="medium secondary button">Secondary Btn</a></p>
<div class="panel">
<h5>So many components, girl!</h5>
<p>A whole kitchen sink of goodies comes with Foundation. Checkout the docs to see them all, along with details on making them your own.</p>
<a href="http://foundation.zurb.com/docs/" class="small button">Go to Foundation Docs</a>
</div>
</div> -->
<!-- </div> -->
</body>
</head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/magnificPopup.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
<script src="js/my.js"></script>
</html>