-
Notifications
You must be signed in to change notification settings - Fork 1
/
forms.html
137 lines (126 loc) · 6.06 KB
/
forms.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
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
<!DOCTYPE html>
<html lang="en">
<div id="container">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Myers Park High School Computer Society's forms page." />
<meta name="keywords"
content="CSHS, MPHS CSHS, computer science honor society, myers park high school, MPHS, club, forms" />
<meta name="author" content="CSHS Leadership" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="application-name" content="Myers Park Computer Science Honor Society Website" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="favicon" type="image/x-icon" href="favicon.ico" />
<title>
Forms - CSHS
</title>
<link rel="stylesheet" href="style.css" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Myers Park Computer Science Honor Society",
"url": "https://myersparkcshs.club/forms",
"logo": "https://myersparkcshs.club/favicon.ico"
}
</script>
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- nav bar -->
<div class="topnav" id="myTopnav">
<a class="activepage logo" style="padding: 5px min((4px), (5px + 0.8vw)); display: inline-block;"
href="index.html"><img src="assets\logos\CSHS_Web_Browser_Logo_TLCROP.png" id="logo" alt="CSHS Logo"
style="height: 2em;"></a>
<div class="flexer" id="menuitems">
<a class="topnavitem" href="attendance.html">Attendance Recovery</a>
<a class="topnavitem" href="forms.html">Forms</a>
<a class="topnavitem" href="leadership.html">Leadership</a>
<a class="topnavitem" href="meetinginfo.html">Meeting Info</a>
</div>
<div class="right-flex">
<a class="topnavicon" href="https://discord.gg/W7sbkWZ9S6" target="_blank"><img
src="assets\logos\Discord.png" style="height: 2em;"></a>
<a class="topnavicon" href="https://www.instagram.com/myerspark_cshs/" target="_blank"><img
src="assets\logos\Instagram Logo (2).png" style="height: 2em;"></a>
<a class="topnavicon" href="https://github.com/MPHS-Computer-Science-Honors-Society" target="_blank"><img
src="assets\logos\25231.png" style="height: 2em;"></a>
<a class="topnavicon" href="https://www.remind.com/join/mphs-cshs" target="_blank"><img
src="assets\logos\Remind-Symbol.png" style="height: 2em"></a>
</div>
<a href="javascript:void(0);" class="icon topnavitem" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<body>
<main>
<p class="center title mobile">
<span style="color: var(--text-primary)">
<
</span>
Forms
<span style="color: var(--text-primary)">
>
</span>
</p>
<div class="center aboutus box" style="z-index: 999; position: relative">
<p class="title" style="margin-bottom: 1rem;">
<b>
Join Form
</b>
</p>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSdOwOSN1cMb-qF24Q_iF2RSFK0oEysuKhhWnLXEcrMWhdGC2w/viewform?embedded=true"
width="100%" max-width="900px" height="800px" frameborder="0" marginheight="0"
marginwidth="0">Loading…</iframe>
</div>
<div class="center aboutus box" style="z-index: 999; position: relative">
<p class="title" style="margin-bottom: 1rem;">
<b>
Club Team Submission Form
</b>
</p>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSeZOWdJZYGwnVv75rsLaY3pkdx8Rgj-mj7suGJH1Vuw8OGIEw/viewform?embedded=true"
width="100%" max-width="900px" height="800px" frameborder="0" marginheight="0"
marginwidth="0">Loading…</iframe>
</div>
<div class="center aboutus box" style="z-index: 999; position: relative">
<p class="title" style="margin-bottom: 1rem;">
<b>
Feedback
</b>
</p>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSf_rSw4xhkpwuJBPwb-QV4oj8QPxZVPTyxadSsCNn62OrWimA/viewform?embedded=true"
width="100%" max-width="900px" height="800px" frameborder="0" marginheight="0"
marginwidth="0">Loading…</iframe>
</div>
</main>
<script src="index.js"></script>
<script src="tilt.js"></script>
</body>
<footer class="footer-container splode">
<div class="footer">
<div class="footer-heading footer-1">
<h2>Contact Us</h2>
<a onclick="copyToClipboard('leadership@myersparkcshs.club')" href="mailto:leadership@myersparkcshs.club" target="_blank">CSHS Email</a>
<a onclick="copyToClipboard('president@myersparkcshs.club')" href="mailto:president@myersparkcshs.club" target="_blank">President Email</a>
<a onclick="copyToClipboard('vicepresedent@myersparkcshs.club')" href="mailto:vicepresident@myersparkcshs.club" target="_blank">Vice President Email</a>
<a onclick="copyToClipboard('secretary@myersparkcshs.club')" href="mailto:secretary@myersparkcshs.club" target="_blank">Secretary Email</a>
<a onclick="copyToClipboard('treasurer@myersparkcshs.club')" href="mailto:treasurer@myersparkcshs.club" target="_blank">Treasurer Email</a>
<a onclick="copyToClipboard('webmaster@myersparkcshs.club')" href="mailto:webmaster@myersparkcshs.club" target="_blank"> Webmaster Email</a>
</div>
<div class="footer-heading footer-2">
<h2>Socials</h2>
<a href="https://instagram.com/myerspark_cshs">Instagram</a>
<a href="https://www.remind.com/join/mphs-cshs">Remind</a>
<a href="https://github.com/MPHS-Computer-Science-Honors-Society">GitHub</a>
<a href="forms.html">Join</a>
</div>
</div>
</footer>
</div>
<script src="index.js"></script>
</html>