-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
154 lines (134 loc) · 7.1 KB
/
contact.html
File metadata and controls
154 lines (134 loc) · 7.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/contactus.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/footer.css">
<title>Contact Us | 2854 Prototypes</title>
<link rel="icon" href="Media\cougarheadlogo.png"></link>
</head>
<body>
<nav id="navbar" class="navbar navbar-expand-lg bg-body-tertiary">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">
<img class="logo-on-navbar" src="Media/old-logo.png" alt="">
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Our Team
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="ourteam.html#peopleanchor">Officers</a></li>
<li><a class="dropdown-item" href="ourteam.html#peopleanchor">Mentors</a></li>
<li><a class="dropdown-item" href="ourteam.html#awardanchor">Awards</a></li>
<li><a class="dropdown-item" href="ourteam.html#historyanchor">Our History</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Resources
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="resources.html">Our Robot</a></li>
<li><a class="dropdown-item" href="resources.html#autoanchor">Autonomous</a></li>
<li><a class="dropdown-item" href="resources.html#teleanchor">Teleop</a></li>
<li><a class="dropdown-item" href="resources.html#endgameanchor">Endgame</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="outreach.html">Outreach</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="supportus.html">Support Us</a>
</li>
</ul>
</div>
</nav>
<div class="contact-us-header">
<h1 class="contact-us-text">CONTACT US</h1>
</div>
<div class="form-container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="contact-form-container">
<form action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="4e86ed95-c740-4ed3-839e-abf86da72382">
<div class="form-row">
<div class="form-group col-md-6">
<label for="firstName">First Name</label>
<input type="text" name="first_name" class="form-control" id="firstName" placeholder="Ex. John" required>
</div>
<div class="form-group col-md-6">
<label for="lastName">Last Name</label>
<input type="text" name="last_name" class="form-control" id="lastName" placeholder="Ex. Smith" required>
</div>
</div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" name="email" class="form-control" id="email" placeholder="Ex. johnsmith21@gmail.com" required>
</div>
<div class="form-group">
<label for="phone">Phone Number</label>
<input type="tel" name="phone_number" class="form-control" id="phone" placeholder="Ex. 408-123-4567">
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" name="message_subject" class="form-control" id="subject" placeholder="Ex. Go 2854!" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" name="message" id="message" rows="3" placeholder="Ex. Coolest robot ever!" required></textarea>
</div>
<button type="submit" style="background-color: darkcyan; font-weight: 700; border: none;" class="btn btn-primary">Send!</button>
</form>
</div>
</div>
</div>
</div>
<footer>
<div class="footer-content">
<a href="index.html"><img src="Media/cougarheadlogo.png"alt="Placeholder Image"></a> <div class="footer-text">
<p class="footer-number">2854</p>
<h3 class="footer-title">THE PROTOTYPES</h3>
<p class="footer-subtitle">"Prototyping the future."</p>
</div>
<div class="footer-divider"></div>
<div class="footer-contact">
<h2 class="contact-heading">Shoot us a message! </h2>
<div class="placeholder-images">
<a href="https://www.instagram.com/evhs.robotics/"><img class="social-icon" src="Media/instalogo.png" alt="Instagram"></a>
<a href="https://www.facebook.com/EvhsRoboticTeam2854"><img class="social-icon" src="Media/facebookicon.png" alt="Facebook"></a>
<a href="https://github.com/EVHSRobotics"><img class="social-icon" src="Media/githubicon.png" alt="GitHub"></a>
<a href="https://www.youtube.com/@EVHSRobotics2854"><img class="social-icon" src="Media/youtubelogo.png" alt="YouTube"></a>
<a href="https://www.tiktok.com/@the.prototypes.28"><img class="social-icon" src="Media/tiktokicon.png" alt="Tiktok"></a>
</div>
</div>
<div class="footer-links">
<a href="ourteam.html" class="footer-link">Our Team</a>
<a href="outreach.html" class="footer-link">Outreach</a>
<a href="resources.html" class="footer-link">Resources</a>
<a href="contact.html" class="footer-link">Contact Us</a>
<a href="supportus.html" class="footer-link">Support Us</a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js"
integrity="sha384-jqVNWhgsghXhGjqXm/f3UomVO5u4/r+iWZPExah4jmU2qHIz4l4nKsa+ewmVgNfJ"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.min.js"
integrity="sha384-+0tjcbDM2VcYN3oVqAIo0j4v1tL+ugpkkN0IbhTXx7XNZ7Gw6CvuMytkw1XMp+Hx"
crossorigin="anonymous"></script>
<script src="navbar.js"></script>
</body>
</html>