-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (62 loc) · 2.37 KB
/
index.html
File metadata and controls
64 lines (62 loc) · 2.37 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
<!DOCTYPE html>
<html>
<head>
<title>AĀA Semester Project 2.0</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="nav-bar.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="https://kit.fontawesome.com/47ab3339d7.js"></script>
<link rel='icon' href='assets/leaf.ico' type='image/x-icon'/ >
<link href="https://fonts.googleapis.com/css2?family=Concert+One&family=Fredoka+One&family=Roboto:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div id="container">
<header>
<div class="navbar">
<a href="index.html"><i class="fas fa-leaf"></i></a>
<div class="dropdown">
<button class="dropbtn" onclick="window.location.href = 'native/native.html' ">Native Plants
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="native/hala.html">Hala</a>
<a href="native/hibiscus.html">Hibiscus</a>
<a href="native/ilima.html">‘Ilima</a>
<a href="native/koa.html">Koa</a>
<a href="native/ohia.html">ʻŌhiʻa Lehua</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn" onclick="window.location.href = 'canoe/canoe.html' ">Canoe Plants
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="canoe/kalo.html">Kalo</a>
<a href="canoe/kukui.html">Kukui</a>
<a href="canoe/maia.html">Maiʻa</a>
<a href="canoe/niu.html">Niu</a>
<a href="canoe/ulu.html">ʻUlu</a>
</div>
</div>
<a href="about.html">About</a>
<a href="biblio.html">Bibliography</a>
</div>
</header>
<section id="img"></section>
<footer>
<div class="footer-element">
<h3 id="title">Action Aloha ʻĀina Semester Project 2.0</h3>
</div>
<div class="footer-element">
<h3>Connect</h3>
<div id="social-icons">
<a href="https://www.instagram.com/linds.cake/?hl=en" target="_blank" class="bot-ico"><i class="fa fa-instagram"></i></a>
<a href="https://www.snapchat.com/add/lindscakeftw" target="_blank" class="bot-ico"><i class="fa fa-snapchat"></i></a>
<a href="https://open.spotify.com/user/lminami96?si=p6XrQWjaS2ChK-1OTC4xqQ" target="_blank" class="bot-ico"><i class="fa fa-spotify"></i></a>
<a href="https://github.com/FlowerCake13" target="_blank" class="bot-ico"><i class="fa fa-github-alt"></i></a>
</div>
</div>
</footer>
</div>
</body>
</html>