mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 16:28:25 +00:00
36 lines
No EOL
1.8 KiB
HTML
36 lines
No EOL
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 class="sponsor-detail" style="display:flex; align-items:center; justify-content:center">Our Resource Page is currently under construction, please be patient while we gather everything that we would like to provide for you.</div>
|
|
<div class="sponsor-detail" style="display:flex; align-items:center; justify-content:center">For the time being, Check out some resources we have been gathering as a team at the link below.</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> |