-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpartners.html
More file actions
68 lines (66 loc) · 2.77 KB
/
partners.html
File metadata and controls
68 lines (66 loc) · 2.77 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/css/partners.css" />
<script src="/js/templater.js"></script>
<style>
body {
background-color: #131313;
}
body *:not(#loading-overlay) {
opacity: 0;
}
body.loaded *:not(#loading-overlay) {
opacity: unset;
}
</style>
</head>
<body>
<div id="page-content">
<section class="partners-section">
<div class="container">
<h2>Our Partners</h2>
<p class="section-lead">
Join these innovative organizations in supporting the
next generation of tech talent at APEX Hackathon 2024.
</p>
<div class="partners-grid" id="partners">
<!-- Populated by JavaScript -->
</div>
<div class="become-partner">
<h3>Become a Partner</h3>
<p>
Support innovation and education by becoming a
partner of APEX Hackathon 2024. Your organization
can play a crucial role in fostering the next
generation of tech talent.
</p>
<p>As a partner, you'll have the opportunity to:</p>
<ul class="partner-opportunities">
<li>
Showcase your organization with an interactive
booth featuring company information and product
demonstrations
</li>
<li>
Provide technical mentorship at our Help Desk,
offering guidance and support to participants
</li>
<li>
Lead engaging technical presentations, sharing
industry insights and expertise with aspiring
developers
</li>
</ul>
<a
href="mailto:battlesbrown@gmail.com,bboonstra26@gmail.com,hutchins260225@waukeeschools.org,boonstra26202@waukeeschools.org"
class="partner-cta"
>Contact Us to Partner</a
>
</div>
</div>
</section>
</div>
<script src="/js/partners.js"></script>
</body>
</html>