-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
53 lines (53 loc) · 3 KB
/
sponsors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sponsor Page</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body>
<section class="coloredSection">
<div class="container-fluid ">
<!--Navbar-->
<nav class="navbar navbar-expand-md navbar-dark">
<img class="navbar-brand " src="./TechClubPantherLogo.png" alt="image" height="70px">
<a class="navbar-brand">Pinewood Technology Club</a>
<a class="narvar-brand btn btn-sm btn-outline-dark" href="index.html">Back to Main Page</a>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</nav>
<div>
<h3>Thank you for your interest in becoming a <b>PantherHacks Sponsor!</b></p>
</div>
</div>
</section>
<section>
<div id="DescriptionContainer">
<img class="bg" src="./TechClubShirtLogo.png">
<div class="content">
<h1>Sponsor <b>Perks</b></h1>
<ul id="introList" class="text">
<li>Feature your logo on this website and on our merch</li>
<li><b>Set up a sponsor table during the event</b></li>
<li>Award and provide prizes for a category of your choosing</li>
<li>Send a guest speaker, or host a workshop</li>
</ul>
<div id="buttonContainer">
<a class="btn btn-lg btn-outline-success btn-block" href="https://docs.google.com/forms/d/e/1FAIpQLSeFjwp3MLkakdaoPHErp1iN0KLkbVNXsBou2Q9nUbj2kYNiow/viewform?usp=sf_link" type="button"><span class="textButton">Sign Me Up!</span></a>
</div>
<p class="text" id="pantherHacksDescr">
<br> PantherHacks is a small Hack-A-Thon, meaning it is flexible. <br>Questions, concerns, or suggestions? <br> Contact Us!
</p>
<p class="text">
<a id="mail" href="mailto: PineTechClub1@pinewood.edu">Reach us at PineTechClub1@pinewood.edu</a>
</p>
</div>
<!-- Footer -->
<footer class="page-footer font-small ml-auto">
<div class="footer-copyright ml-auto py-3">@2023 Pinewood Technology Club <br> Coded with HTML, CSS, Javascript and Bootstrap</div>
</footer>
</div>
</section>
</body>
</html>