mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 22:05:15 +00:00
145 lines
5.9 KiB
HTML
145 lines
5.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link
|
|
rel="icon"
|
|
type="image/x-icon"
|
|
href="/Resources/Favicons/favicon.png"
|
|
/>
|
|
<link rel="stylesheet" href="/Pages/style.css" />
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<script>
|
|
window.addEventListener("DOMContentLoaded", (event) => {
|
|
fetch("/Pages/navbar.html")
|
|
.then((response) => response.text())
|
|
.then((data) => {
|
|
document.getElementById("navbar").innerHTML = data;
|
|
});
|
|
fetch("/Pages/socials.html")
|
|
.then((response) => response.text())
|
|
.then((data) => {
|
|
document.getElementById("socials").innerHTML = data;
|
|
});
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<!--Navigation Bar-->
|
|
<div id="navbar"></div>
|
|
|
|
<div id="mc_embed_shell">
|
|
<link
|
|
href="//cdn-images.mailchimp.com/embedcode/classic-061523.css"
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
/>
|
|
<style type="text/css">
|
|
#mc_embed_signup {
|
|
background: #fff;
|
|
clear: left;
|
|
font: 14px Helvetica, Arial, sans-serif;
|
|
width: px;
|
|
}
|
|
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
|
|
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
|
|
</style>
|
|
<div id="mc_embed_signup">
|
|
<form
|
|
action="https://teamparadise1165.us21.list-manage.com/subscribe/post?u=bfb8bbb50a765dbf4be3ea599&id=4d6fdc5d11&f_id=00c781e6f0"
|
|
method="post"
|
|
id="mc-embedded-subscribe-form"
|
|
name="mc-embedded-subscribe-form"
|
|
class="validate"
|
|
target="_blank"
|
|
>
|
|
<div id="mc_embed_signup_scroll">
|
|
<h2>
|
|
Subscribe to Receive Monthly Updates About Team 1165
|
|
</h2>
|
|
<div class="indicates-required">
|
|
<span class="asterisk">*</span> indicates required
|
|
</div>
|
|
<div class="mc-field-group">
|
|
<label for="mce-EMAIL"
|
|
>Email Address
|
|
<span class="asterisk">*</span></label
|
|
><input
|
|
type="email"
|
|
name="EMAIL"
|
|
class="required email"
|
|
id="mce-EMAIL"
|
|
required=""
|
|
value=""
|
|
/>
|
|
</div>
|
|
<div id="mce-responses" class="clear foot">
|
|
<div
|
|
class="response"
|
|
id="mce-error-response"
|
|
style="display: none"
|
|
></div>
|
|
<div
|
|
class="response"
|
|
id="mce-success-response"
|
|
style="display: none"
|
|
></div>
|
|
</div>
|
|
<div
|
|
aria-hidden="true"
|
|
style="position: absolute; left: -5000px"
|
|
>
|
|
/* real people should not fill this in and expect
|
|
good things - do not remove this or risk form bot
|
|
signups */
|
|
<input
|
|
type="text"
|
|
name="b_bfb8bbb50a765dbf4be3ea599_4d6fdc5d11"
|
|
tabindex="-1"
|
|
value=""
|
|
/>
|
|
</div>
|
|
<div class="optionalParent">
|
|
<div class="clear foot">
|
|
<input
|
|
type="submit"
|
|
name="subscribe"
|
|
id="mc-embedded-subscribe"
|
|
class="button"
|
|
value="Subscribe"
|
|
/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<script
|
|
type="text/javascript"
|
|
src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"
|
|
></script>
|
|
<script type="text/javascript">
|
|
(function ($) {
|
|
window.fnames = new Array();
|
|
window.ftypes = new Array();
|
|
fnames[0] = "EMAIL";
|
|
ftypes[0] = "email";
|
|
fnames[1] = "FNAME";
|
|
ftypes[1] = "text";
|
|
fnames[2] = "LNAME";
|
|
ftypes[2] = "text";
|
|
fnames[3] = "ADDRESS";
|
|
ftypes[3] = "address";
|
|
fnames[4] = "PHONE";
|
|
ftypes[4] = "phone";
|
|
fnames[5] = "BIRTHDAY";
|
|
ftypes[5] = "birthday";
|
|
})(jQuery);
|
|
var $mcj = jQuery.noConflict(true);
|
|
</script>
|
|
</div>
|
|
<!-- Footer -->
|
|
<div id="socials"></div>
|
|
</body>
|
|
</html>
|