mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 19:45:15 +00:00
121 lines
3.9 KiB
HTML
121 lines
3.9 KiB
HTML
<html>
|
|
<head>
|
|
<script src="email.js"></script>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<link
|
|
rel="icon"
|
|
type="image/x-icon"
|
|
href="/Resources/Favicons/favicon.png"
|
|
/>
|
|
<nav class="fill">
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="Team.html">Our Team</a></li>
|
|
<li><a href="Contact.html">Contact</a></li>
|
|
<li><a href="Sponsors.html">Sponsors</a></li>
|
|
<li><a href="Resources.html">Donate</a></li>
|
|
<li><a href="calendar.html">Calendar</a></li>
|
|
</ul>
|
|
</nav>
|
|
</head>
|
|
<body>
|
|
<div class="Title-Container">
|
|
<div>
|
|
<h1 class="page-title" style="width: 100%; text-align: center">
|
|
Reach Out to Us!
|
|
</h1>
|
|
<div
|
|
style="
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
"
|
|
>
|
|
<img
|
|
src="/Resources/Icons/email-icon.png"
|
|
id="TeamIcon"
|
|
alt="Team Icon"
|
|
/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- <div class="divider">
|
|
<hr>
|
|
<h1 style="display: flex; justify-content:center; text-align: center;">Contact Us:</h1>
|
|
<hr>
|
|
</div>
|
|
<form onsubmit="return false">
|
|
<input type="text" placeholder="Enter your First Name" id="firstName" />
|
|
<input type="text" placeholder="Enter your Last Name" id="lastName" />
|
|
<br>
|
|
<input type="email" placeholder="Enter your Email address" id="email" />
|
|
<p>What is your question?</p>
|
|
<br>
|
|
<textarea id="question" rows="4"></textarea>
|
|
<br><br>
|
|
<button onclick="sendMessage()">Send Message</button>
|
|
</form> -->
|
|
<div class="divider">
|
|
<hr />
|
|
<h1
|
|
style="
|
|
display: flex;
|
|
justify-content: center;
|
|
text-align: center;
|
|
"
|
|
>
|
|
Our Info
|
|
</h1>
|
|
<hr />
|
|
</div>
|
|
<div
|
|
style="
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: rgb(241, 241, 241);
|
|
text-align: center;
|
|
font-size: large;
|
|
margin: 40px;
|
|
"
|
|
>
|
|
Email: team1165@gmail.com <br />
|
|
Lead Coach Email: joramos@pvlearners.net
|
|
</div>
|
|
<div class="divider" style="padding-bottom: 50px">
|
|
<hr />
|
|
<h1
|
|
style="
|
|
display: flex;
|
|
justify-content: center;
|
|
text-align: center;
|
|
"
|
|
>
|
|
Reach out on Socials
|
|
</h1>
|
|
<hr />
|
|
</div>
|
|
<div class="divider">
|
|
<img src="/Resources/insta-line.png" style="width: 5%" />
|
|
<div style="color: rgb(241, 241, 241)">teamparadise.1165</div>
|
|
<div style="width: 6%"></div>
|
|
<img
|
|
src="/Resources/tiktok.png"
|
|
style="width: 5%; padding-bottom: 10px"
|
|
/>
|
|
<div style="color: rgb(241, 241, 241)">team.paradise.1165</div>
|
|
<div style="width: 6%"></div>
|
|
<img
|
|
src="/Resources/snapchat.png"
|
|
style="width: 5%; padding-bottom: 10px"
|
|
/>
|
|
<div style="color: rgb(241, 241, 241)">Team1165</div>
|
|
<div style="width: 6%"></div>
|
|
<img
|
|
src="/Resources/facebook.png"
|
|
style="width: 5%; padding-bottom: 10px"
|
|
/>
|
|
<div style="color: rgb(241, 241, 241)">Team Paradise</div>
|
|
</div>
|
|
</body>
|
|
</html>
|