-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
158 lines (146 loc) · 5 KB
/
contact-us.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!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>Contact Us - Penn Robotics</title>
<link rel="icon" type="image/x-icon" href="main-logo.png" />
<meta
name="description"
content="Contact Penn Robotics"
/>
<link rel="canonical" href="https://pennrobotics.org/team-328.html" />
<link rel="stylesheet" href="/contact-us/contact-us.css" />
<script src="hamburger.js" defer></script>
<script src="typed.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script
src="https://kit.fontawesome.com/73232d6f01.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div class="navbar">
<div class="icons">
<a href="landing.html">
<img class="" src="main-logo.png" alt="team-135.png" />
</a>
</div>
<div class="nav-menu">
<a class="nav-item" href="team-135.html">Team 135</a>
<a class="nav-item" href="team-328.html">Team 328</a>
<a class="nav-item" href="youth-camps.html">Youth Camps</a>
<a class="nav-item" href="ME.html">Mission to Engineer</a>
<a class="nav-item" href="contact-us.html">Contact Us</a>
<a
class="nav-item"
id="donate"
href="https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=VV4T4NDFKR2N8"
target="_blank"
>Donate!</a
>
</div>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
<div class="landing">
<div class="hero">
<div class="title">Contact Us</div>
<div class="typed-title">
<p>Have questions? Talk to us.</p>
</div>
</div>
</div>
</div>
<div class="main">
<div class="content">
<div class="section">
<a href="mailto:pennroboticswebsite@gmail.com" target="_self">
<i class="fa-solid fa-envelope"></i>
</a>
<h3>General Email</h3>
<p>
For less specific inquiries, if you need to contact a coach, check below.
</p>
<div class="separator"></div>
<a href="mailto:pennroboticswebsite@gmail.com" target="_blank">
<div class="link">
robotics@phm.k12.in.us
</div>
</a>
</div>
</div>
<div class="content">
<div class="section">
<img src="/landing-page/media/marsh-pfp.webp" alt="marsh-pfp" />
<h3>Kyle Marsh</h3>
<div class="coach">FRC Coach</div>
<div class="separator"></div>
<a href="mailto:pennroboticswebsite@gmail.com" target="_blank">
<div class="link">
kmarsh@phm.k12.in.us
</div>
</a>
</div>
<div class="section">
<img src="/landing-page/media/shelhart-pfp.webp" alt="shelhart-pfp" />
<h3>Scott Shelhart</h3>
<div class="coach">FRC Coach</div>
<div class="separator"></div>
<a href="mailto:pennroboticswebsite@gmail.com" target="_blank">
sshelhart@phm.k12.in.us
</a>
</div>
</div>
</div>
<!-- <div class="title">Media</div>
<div class="videos">
<div class="video">
<div class="subtitle">PHM Gala Short Circuits Program Reveal</div>
<iframe
src="https://drive.google.com/file/d/1E7eMAE-gzgpLbd9yLws9v-K9sM8_z3E9/preview"
frameborder="0"
allow="autoplay"
></iframe>
</div>
<div class="video">
<div class="subtitle">2021-2022 Chairman's Award</div>
<iframe
src="https://www.youtube.com/embed/jqvhHVPfpc0"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
</div> !-->
<div class="footer">
<div class="title">Stay Updated</div>
<div class="content">
<a href="mailto:pennroboticswebsite@gmail.com" target="_blank"
><i class="fa-solid fa-envelope"></i
></a>
<a href="https://www.instagram.com/frcteam135/" target="_blank"
><i class="fa-brands fa-instagram"></i
></a>
<a href="https://m.facebook.com/frcteam135/" target="_blank"
><i class="fa-brands fa-square-facebook"></i
></a>
<a href="https://twitter.com/FRCteam135/" target="_blank"
><i class="fa-brands fa-square-twitter"></i
></a>
</div>
<div class="copywrite">
pennrobotics.org © 2024
<a class="name" href="https://ardakurama.com" target="_blank"
>Arda Kurama</a
>
& Aydin Kurama
</div>
</div>
</body>
</html>