-
Notifications
You must be signed in to change notification settings - Fork 6
/
sponsoring.html
79 lines (74 loc) · 2.64 KB
/
sponsoring.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
<div class="container">
<div class="row">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Sponsoring NixCon 2019</h3>
<p class="flow-text">
NixCon 2019 is a volunteer and community conference that depends on sponsorship to happen.
</p>
<p class="flow-text">
We offer
<span class="strong">Gold, Silver</span> and
<span class="strong">Bronze</span> sponsor packages. If you have other ideas how you want to sponsor the event, please talk to us. We
are happy to create a new sponsor package just for you.
</p>
<p class="center flow-text">In order to confirm your sponsorship, please send the following information to:
<a class="contact-email">orgateam (at) nixcon.org</a>
<ul class="center flow-text">
<li>Contact name and email</li>
<li>Company name</li>
<li>Company address</li>
<li>Company VAT number</li>
<li>Sponsorship package type</li>
<li>Logo for website and posters</li>
</ul>
<p class="center">Please let us know if you need an invoice. We are currently in the process of establishing a legal entity to handle those.
</p>
</div>
</div>
<div class="row">
<div class="col s12 m6">
<div class="card nixos-dark">
<div class="card-content white-text">
<span class="card-title">Gold Sponsor ‐ 2000 EUR (excl. VAT)</span>
<p>Benefits:
<ul>
<li>Logo on the 2019.nixcon.org website</li>
<li>50 word description on the website</li>
<li>4 seats reserved</li>
<li>Flyer/swag on shared table</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card grey darken-1">
<div class="card-content white-text">
<span class="card-title">Silver Sponsor ‐ 1000 EUR (excl. VAT)</span>
<p>Benefits:
<ul>
<li>Logo on the 2019.nixcon.org website</li>
<li>2 seats reserved</li>
<li>Flyer/swag on shared table</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m6">
<div class="card grey darken-1">
<div class="card-content white-text">
<span class="card-title">Bronze Sponsor ‐ 500 EUR (excl. VAT)</span>
<p>Benefits:
<ul>
<li>Logo on the 2019.nixcon.org website</li>
<li>1 seat reserved</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>