-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvolunteer.html
54 lines (42 loc) · 1.63 KB
/
volunteer.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</script>
<title>Volunteer</title>
</head>
<body>
<header>
<nav class="sticky">
<div>
<ul>
<li><a href="index.html">
<span class="hlogo"><img src="images/logo.jpeg" style="width: 30px;" ></span>Home</a></li>
<li><a href="addRecipes.html"><span class="emoji">📕</span>Recipes</a></li>
<li><a href="donate.html"><span class="emoji">💌</span>Donate</a></li>
<li><a href="volunteer.html"><span class="emoji">✋</span>Volunteer</a></li>
<li><a href="resources.html"><span class="emoji">🪄</span>Resources</a></li>
</ul>
</div>
</nav>
</header>
<div class="volunteerImg" data-aos="fade-in">
<img src="images/vTeam.png" width="400">
</div>
<div class="volunteerImg2" data-aos="fade-in">
<img src="images/img2.jpg" width="400">
</div>
<a href="/donate.html">
<span class = donate> </span>
</a>
<a href='https://docs.google.com/forms/d/e/1FAIpQLSf5BOExSDwnwXXnm9lJwgBkMa4pMwkTUexlVCOhx-SxBOQnnw/viewform?embedded=true'>
<span class = volunteer></span>
</a>
</body>
</html>