-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsor.html
92 lines (86 loc) · 2.97 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
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
---
layout: main
title: Sponsor Us
page: sponsor
---
<div id="page-header" class="sponsor">
<div id="overlay">
<div class="wrap">
<h2>Partner with Us</h2>
<p>Be part of Melbourne's premier student hackathon</p>
</div>
</div>
</div>
<div id="why-sponsor" class="section">
<div class="wrap">
<div class="text-boundary">
<h3><span>Why Sponsor?</span></h3>
<p class="intro">
We connect you to some of the next generation of IT thinkers and entrepreneurs.
</p>
<p>
Sponsoring UNIHACK is a great way to connect with the top IT students from the University of
Melbourne, Monash University, and other universities across Australia. Similar hackathons in the
United States have provided sponsors access to many talented students who end up working for
them in a couple of years.
</p>
<p>
As a sponsor, you get to:
</p>
<ul>
<li>
<strong>Meet and connect with the best students from Australia</strong>, and get early access to them
before any other company;
</li>
<li>
<strong>Showcase your products and APIs</strong>, and see talented students make something awesome
with them;
</li>
<li>
<strong>Mentor, inspire and encourage students</strong> with their idea and how to accomplish it within
24 hours
</li>
</ul>
</div>
</div>
</div>
<div class="section event-section event-tweet event-quote">
<div class="wrap">
<i class="icon fa fa-twitter"></i>
<p class="tweet">Thank you @UNIHACKMelb for a great event, we had an awesome time! #UNIHACK2015 #hackathon #ideas #innovation</p>
<p class="source">
— DiUS (@dius_au)
<a href="https://twitter.com/dius_au/status/633095871937146880"><i class="fa fa-link"></i></a>
</p>
</div>
</div>
<div id="previous-sponsors" class="section event-sponsors">
<div class="wrap">
<h3><span>Past Sponsors</span></h3>
<div class="row last">
{% assign sponsors = "atlassian|readify|dius|pwc|sphero|braintree|deloitte|ey|imc|cba|kpmg|99designs" | split: "|" %}
{% for sponsor in sponsors %}
<div class="sponsor">
{% assign data = site.data.sponsors[sponsor] %}
<img src="/old/media/img/sponsors/{{ sponsor }}.png" alt="{{ data.name }}" />
</div>
{% endfor %}
</div>
</div>
</div>
{% include diversity-commitment.html %}
<div id="sponsor-callout" class="section">
<div class="wrap">
<div class="text-boundary">
<h3>Interested in being a sponsor?</h3>
<p>
Send us an email and we will get back to you as soon as possible.
</p>
<p class="btn-center">
<script type="text/javascript">
document.write("<a class=\"btn\" href=\"mail" + "to:" + new Array("team","unihack.net").join("@") + "\"><i class=\"fa fa-envelope\"></i> " + new Array("team","unihack.net").join("@") + "</" + "a>");
</script>
</p>
</div>
</div>
</div>