-
Notifications
You must be signed in to change notification settings - Fork 1
/
sponsor.html
51 lines (45 loc) · 3.19 KB
/
sponsor.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Green Mountain Robotics: Sponsors</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/x-icon" href="/images/websitelogo.png">
<script src="script.js"></script>
</head>
<body>
<div class="topbar">
<!-- <img class='logo'
src='https://cloud-qnxbbhdn1-hack-club-bot.vercel.app/0green_mountain_robotics_logo_revision_3__color_.png'> -->
<a href="/index.html">Home</a>
<a class="active" href="/sponsor.html">Sponsors</a>
<a href="/join.html">Join</a>
<a class="ical" href="/calendar.html">Calendar</a>
<!-- <a href="/CAD-page.html">CAD Page</a> -->
</div>
<div class="img-container">
<img src="/images/WPI.jpg" class="title_img">
<div style="width: 30%;" class="title"><strong>Sponsors</strong></div>
</div>
<div class="content1">
<p class="par-text">Our team would like to express our sincere gratitude to our sponsor for their invaluable support over the past year. Their sponsorship has been instrumental in helping us navigate the challenges and uncertainties we faced, ensuring our continued operation and success. Their financial assistance has allowed us to maintain our programs, reach our target audience, and make a meaningful impact in our community. Without their generous contribution, we would not have been able to achieve our goals and maintain our mission. If would like to support our team, visit <a style="color: green" href="https://bank.hackclub.com/donations/start/green-mountain-robotics">Our Donation Page</a> at Hackclub Bank to donate. As we look ahead to the future, we are excited about the possibilities that lie ahead and the potential for collaboration with other potential sponsors.</p>
</div>
<div class="content2" style="background-color: #556b2f;">
<div class="left-div" style="justify-content: center; text-align: center;">
<a class="left-img" href="https://www.beta.team/"><img class="left-img" src="/images/BETA.png"></a>
</div>
<div class="right-div">
<p class="par-text" style="color: white">BETA Technologies have been one of our best sponsors since our team was created. They have helped in a multitude of ways including mentoring, paying for our space at Generator Makerspace, and helping us fabricate some of our parts. Without BETA we wouldn’t have been able to get through our rookie year and compete at the world championships.</p>
</div>
</div>
<div class="content2" style="background-color: lightgray;">
<div class="left-div">
<p class="par-text">Marvell helped us get through our season by supplying us with lot’s of gracious financial aid when we needed it most throughout the season. Without them our trip to the World Championships wouldn’t have been possible, so we are very grateful to them for giving us the opportunity to compete in Houston, TX.</p>
</div>
<div class="right-div" style="justify-content: center; text-align: center;">
<a href="https://www.marvell.com/" class="right-img"><img class="right-img" src="https://www.marvell.com/content/dam/marvell/en/global/marvell-logo.svg"></a>
</div>
</div>
</body>
</html>