-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsorships.html
123 lines (121 loc) · 4.63 KB
/
sponsorships.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sponsorships | HackBlue</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<header>
<nav style="height:70px">
<a href="index.html"><img src="img/hb-logo-white.png" alt="HackBlue Logo" style="width:auto; height:70px; position:absolute;"></a>
<ul style="height:70px;">
<li><a href="index.html">Home</a></li>
<li><a href="what-we-do.html">What We Do</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a style="color:white;" href="sponsorships.html">Sponsorships</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="contact.html">Contact</a></li>
</nav>
</header>
<!-- "alternate-header" "text-content" -->
<div style="padding: 0 2%">
<h1 class="header-content">Sponsorships</h1>
<div class="row" style="padding-bottom: 100px;">
<div class="column two">
<p>
We are seeking sponsorship to help realize our mission of increasing accessibility to education in technology.
Whether you are a small business or an industry leader, partnering with HackBlue means:
</p>
<p>• A unique opportunity to support our mission of democratizing technology education</p>
<p>• Directly impacting learning opportunities for underrepresented minorities to break into the technology
industry</p>
<p>• Brand exposure through social media and team apparel</p>
<p>• Direct recruiting channels for our talented team of computer scientists and a foothold in the University of
Michigan campus</p>
<p>Please email [email protected] if you are interested in supporting our mission.</p>
<p>Gifts in kind and professional mentorship are also greatly appreciated and are evaluated on a case-by-case basis.</p>
</div>
<div class="column two">
<table>
<tr>
<th> </th>
<th style="background-color: blue; color:white;">Blue Tier: $250+</th>
<th style="background-color: peru;">Bronze Tier: $500+</th>
<th style="background-color: silver;">Silver Tier: $1000+</th>
<th style="background-color: gold">Gold Tier: $2000+</th>
</tr>
<tr>
<th>Tertiary sized logo on team apparel</th>
<th style="color: blue;">Y</th>
<th style="color: peru;">Y</th>
<th style="color: silver;">Y</th>
<th style="color: gold">Y</th>
</tr>
<tr>
<th>Tertiary logo on website (with link to website)</th>
<th> </th>
<th style="color: peru;">Y</th>
<th style="color: silver;">Y</th>
<th style="color: gold">Y</th>
</tr>
<tr>
<th>Secondary logo on team apparel</th>
<th> </th>
<th> </th>
<th style="color: silver;">Y</th>
<th style="color: gold">Y</th>
</tr>
<tr>
<th>Secondary logo on website (with link to website)</th>
<th> </th>
<th> </th>
<th style="color: silver;">Y</th>
<th style="color: gold">Y</th>
</tr>
<tr>
<th>Exclusive access to team resume book</th>
<th> </th>
<th> </th>
<th style="color: silver;">Y</th>
<th style="color: gold">Y</th>
</tr>
<tr>
<th>Primary sized logo on team apparel</th>
<th> </th>
<th> </th>
<th> </th>
<th style="color: gold">Y</th>
</tr>
<tr>
<th>Shoutout on social media</th>
<th> </th>
<th> </th>
<th> </th>
<th style="color: gold">Y</th>
</tr>
<tr>
<th>Banner image on website</th>
<th> </th>
<th> </th>
<th> </th>
<th style="color: gold">Y</th>
</tr>
<tr>
<th>Monthly newsletter with updates on our progress</th>
<th> </th>
<th> </th>
<th> </th>
<th style="color: gold">Y</th>
</tr>
</table>
</div>
</div>
</div>
<footer>
<p style="text-align: center">Copyright ©2022 HackBlue. All Rights Reserved | Created by <a style="font-size: 16px;" href="team.html#team">Web Development Committee</a></p>
</footer>
</body>
</html>