Team_Website/Pages/Resources.html
2023-10-17 08:08:33 -07:00

35 lines
1.8 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">Resources</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 Resource 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 or payment.<br><br>If you have any questions about making a donation or payment, 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></li>
<div style="height: 30%;"></div>
</body>
</html>