-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsorship.html
196 lines (177 loc) · 7.8 KB
/
sponsorship.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TBH</title>
<link rel="icon" href="tbh-logo.ico"/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./css/bootstrap-5.0.2.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.2/umd/popper.min.js" integrity="sha512-2rNj2KJ+D8s1ceNasTIex6z4HWyOnEYLVC3FigGOmyQCZc2eBXKgOxQmo3oKLHyfcj53uz4QMsRCWNbLd32Q1g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.0.2/js/bootstrap.min.js" integrity="sha512-a6ctI6w1kg3J4dSjknHj3aWLEbjitAXAjLDRUxo2wyYmDFRcz2RJuQr5M3Kt8O/TtUSp8n2rAyaXYy1sjoKmrQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body>
<div id="tbh-nav"></div>
<div class="jumbotron-fluid jumbotron-sponsor">
<h1 class="text-light mx-5 mt-5">Browse Our Sponsorship Packages</h1>
</div>
<div class="container my-5">
<div class="row">
<div class="col-12 mt-5 text-center">
<h1>We would love to work with you!</h1>
<p>For more detailed information, please download our complete sponsorship package document.</p>
<a href="./docs/TBH_Sponsorship_Package_2024.pdf" class="btn tbh-btn mt-4" role="button" target="_blank">Download</a>
</div>
</div>
</div>
<div class="container-fluid mb-3 px-5">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-12 mt-5">
<div class="card">
<div class="card-body">
<h3 class="card-title">Platinum</h3>
<h5 class="card-subtitle text-muted">Minimum amount: $3,000</h5>
<hr>
<ul>
<li class="included">
<p>
Highlight on website
</p>
</li>
<li class="included">
<p>
Opening and closing ceremony recognition
</p>
</li>
<li class="included">
<p>
Up to three representatives present at evening networking event
</p>
</li>
<li class="included">
<p>
Email banner in communications to registered participants (top)
</p>
</li>
<li class="included">
<p>
Custom team project
</p>
</li>
<li class="included">
<p>
Company-hosted workshop*
</p>
</li>
<li class="included">
<p>
Option to send judge(s)
</p>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-12 mt-5">
<div class="card">
<div class="card-body">
<h3 class="card-title">Gold</h3>
<h5 class="card-subtitle text-muted">Minimum amount: $1,000</h5>
<hr>
<ul>
<li class="included">
<p>
Highlight on website
</p>
</li>
<li class="included">
<p>
Opening and closing ceremony recognition
</p>
</li>
<li class="included">
<p>
Up to two representatives present at evening networking event
</p>
</li>
<li class="included">
<p>
Email banner in communications to registered participants (bottom)
</p>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-12 mt-5">
<div class="card">
<div class="card-body">
<h3 class="card-title">Silver</h3>
<h5 class="card-subtitle text-muted">Minimum amount: $500</h5>
<hr>
<ul>
<li class="included">
<p>
Highlight on website
</p>
</li>
<li class="included">
<p>
Opening and closing ceremony recognition
</p>
</li>
<li class="included">
<p>
One representative present at evening networking event
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container mb-5">
<div class="row">
<div class="col-12 text-center">
<p>*Hosting a workshop during the hackathon is not guaranteed to all our Platinum sponsors. Due to limited time available for workshops, this benefit will be allocated on a first-come, first-serve basis.</p>
</div>
</div>
</div>
<div class="container my-5">
<div class="row">
<div class="col-12 mt-5 text-center">
<p>If you'd like to inquire about sponsoring our event, let's get in touch!</p>
<a href="./contact.html" class="btn tbh-btn mt-3" role="button">Contact Us</a>
</div>
</div>
</div>
<hr>
<div id="footer"></div>
<!-- Load navigation menu -->
<script>
var xhttp_nav = new XMLHttpRequest();
xhttp_nav.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("tbh-nav").innerHTML = xhttp_nav.responseText;
}
};
xhttp_nav.open("GET", "./nav.html", true);
xhttp_nav.send();
</script>
<!-- Load footer -->
<script>
var xhttp_footer = new XMLHttpRequest();
xhttp_footer.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("footer").innerHTML = xhttp_footer.responseText;
}
};
xhttp_footer.open("GET", "./footer.html", true);
xhttp_footer.send();
</script>
</body>
</html>