-
Notifications
You must be signed in to change notification settings - Fork 0
/
join.html
43 lines (43 loc) · 1.62 KB
/
join.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Join the Team</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
type="image/x-icon"
href="https://media.discordapp.net/attachments/935081282570944582/935692447730782278/Studio_Project_1.png?width=999&height=999"
/>
</head>
<body style="background-color: #1a1a1a">
<header class="title">
Join The Team
<ul class="menu">
<li class="mItem"><a href="index.html">Home</a></li>
<li class="mItem"><a href="aboutus.html">About Us</a></li>
<li class="mItem"><a href="projects.html">Projects</a></li>
<li class="mItem"><a href="sponsors.html">Sponsors</a></li>
<li class="mItem"><a href="workshops.html">Workshops</a></li>
</ul>
</header>
<iframe
style="margin-left: auto; margin-right: auto; margin-top: 5rem; display: block; height: 120rem"
src="https://docs.google.com/forms/d/e/1FAIpQLSdmv4RhhDEHlJn40nDdEcu4Hu2BvQXVjdFcpFm0-x2umJGoFA/viewform?embedded=true"
width="640"
height="1635"
frameborder="0"
marginheight="0"
marginwidth="0"
>Loading…</iframe
>
</body>
</html>