mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 19:45:15 +00:00
81 lines
2.6 KiB
HTML
81 lines
2.6 KiB
HTML
<html>
|
|
<head>
|
|
<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">
|
|
Welcome To Our Donation Page
|
|
</h1>
|
|
<div
|
|
style="
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
"
|
|
>
|
|
<img
|
|
src="/Resources/Icons/Pencil-icon.png"
|
|
id="TeamIcon"
|
|
alt="Team Icon"
|
|
/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="divider">
|
|
<hr />
|
|
<h1
|
|
style="
|
|
display: flex;
|
|
justify-content: center;
|
|
text-align: center;
|
|
"
|
|
>
|
|
Resources
|
|
</h1>
|
|
<hr />
|
|
</div>
|
|
<div
|
|
style="margin: auto; width: 80%; color: #f1f1f1; text-align: center"
|
|
>
|
|
Thank you for your support to our team! Use our
|
|
<a href="https://venmo.com/u/Gina-DisipioParrish"
|
|
>Venmo link here</a
|
|
>
|
|
to make your donation.<br /><br />If you have any questions about
|
|
making a donation, please contact us at
|
|
<a href="mailto:team1165@gmail.com">team1165@gmail.com</a
|
|
><br /><br />Thank you for your support!
|
|
</div>
|
|
<div style="height: 30%"></div>
|
|
<a
|
|
href="https://www.notion.so/d3c957c706684065a480779f7f0f240d?v=cd0bd8cc4da046f6a999f825990bcd94"
|
|
style="
|
|
color: white;
|
|
font-size: 2vw;
|
|
text-align: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
display: flex;
|
|
"
|
|
>Notion Book</a
|
|
>
|
|
<div style="height: 30%"></div>
|
|
</body>
|
|
</html>
|