-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
150 lines (137 loc) · 5.15 KB
/
index.html
File metadata and controls
150 lines (137 loc) · 5.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon">
<link rel="icon" href="./img/favicon.ico" type="image/x-icon">
<title>Zootopia App</title>
</head>
<body>
<div class="container-top">
<div class="flex">
<p class="name"><a href="./index.html" class="name">ZOOTOPIA</a> </p>
<a class="admin btn btn-warning admin-btn" href="./html/log-in.html">ADMIN<span>/</span>SIGN-IN</a>
</div>
<div class="header-search">
<p>WELCOME TO</p>
<h3 id="zooText">ZOOTOPIA!</h3>
<div class="form-row">
<div class="col">
<input type="text" class="form-control" id="searchName" placeholder="Input an Animal">
<br> <button type="submit" id="search" class="btn btn-primary">Search</button>
</div>
</div>
</div>
</div>
<div class="load">
<h3>What Would You Like to Learn About?</h3>
<div class="animal-category">
<div class="sea-animals">
<img src="./img/sea-animals.jpg" class="sea" alt="Sea Animals">
<div class="middle-sea">
<p class="text-overlay" id="seaAnimal"><span>EXPLORE </span>SEA ANIMALS</p>
</div>
</div>
<div class="land-animals">
<img src="./img/land-animals.jpg" class="land" alt="Land Animals">
<div class="middle-land">
<p class="text-overlay" id="landAnimal"><span>EXPLORE </span>LAND ANIMALS</p>
</div>
</div>
</div>
<div class="explore">
<p class="text-overlay explore-all" id="exploreAll">EXPLORE ALL</p>
</div>
</div>
<main role="main">
<div class="album py-5 bg-light">
<div class="container">
<div class="row" id="divAppend">
<!-- Element from js are appended here -->
</div>
</div>
</div>
</main>
<div class="new-collection">
<h3 class="text">Explore hundreds of more popular Spices</h3>
<h3 class="text">or</h3>
<a href="./html/log-in.html">
<p class="text-overlay new-col">Add New Collection</p>
</a>
</div>
<!--Modal here-->
<div class="modal fade" id="exampleModal2" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"><strong>MORE ABOUT THIS ANIMAL</strong> </h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--Modal ends here-->
<div class="container">
<div class="row text-center d-flex justify-content-center pt-5 mb-3">
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#!">About us</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#!">Products</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#!">Awards</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#!">Help</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#!">Contact</a>
</h6>
</div>
</div>
<hr class="rgba-white-light" style="margin: 0 15%;">
<div class="row d-flex text-center justify-content-center mb-md-0 mb-4">
<div class="col-md-8 col-12 mt-5">
<p style="line-height: 1.7rem">Spend even a short time observing interactions among the Zoo’s troop of Sumatran
orangutans—Satu,
Karen, little Aisha, and Indah—and it becomes obvious why their common name, orang hutan, translates to
“people of the forest.</p>
</div>
</div>
<hr class="clearfix d-md-none rgba-white-light" style="margin: 10% 15% 5%;">
</div>
</div>
<div class="footer-copyright text-center py-3">© 2019 Copyright:
<a href="https://zootopia.fidbacc.com"> zootopia.fidbacc.com</a>
</div>
</footer>
<script src="./javascript/jquery.js"></script>
<script src="./domain.js"></script>
<script src="./javascript/main.js"></script>
</body>