-
Notifications
You must be signed in to change notification settings - Fork 1
/
need.html
40 lines (36 loc) · 1.36 KB
/
need.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Community Support</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<body class="volunteer-body">
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<label class="logo">
<a class="main-home" href="http://communitysupport.online/">
<img class="image-wide" src="logo-wide.svg" href="index.html">
</a>
<a class="main-home" href="http://communitysupport.online/">
<img class="image" src="logo.svg" href="index.html">
</a>
</label>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<h1 class="form-body-text"> text here</h1>
<div class="Form-Id">
<iframe class="volunteer-form" src="https://docs.google.com/forms/d/e/1FAIpQLScNv44OqTveMmJ4iUWzq_3z-bpjP_u_YLBfINQn5BGFHXwaqA/viewform?embedded=true" width="450" height="1600" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<div class="volunteer-image">
</div>
</body>
</html>