-
Notifications
You must be signed in to change notification settings - Fork 6
/
sponsorship.html
53 lines (42 loc) · 2.77 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Bringing nodeschool to Baltimore">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
<link href="/baltimore/assets/narrow.css?hi=ok" rel="stylesheet">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49549894-1', 'baltimorenodeschool.github.io');
ga('send', 'pageview');
</script>
<!-- end Google Analytics -->
<title>Baltimore NodeSchool | Sponsorship</title>
</head>
<body>
<div class="container ">
<p id="logo-link" style="display: none;"><a href="/baltimore"><img src="/baltimore/assets/images/bmorenodeschool-white.png" alt="baltimore node school"></a></p>
<p><a href="/"><img src="/baltimore/assets/images/bmorenodeschool-white.png" alt="baltimore node school"></a></p>
<p><style> h2, h3 { margin-top: 2em; }</style></p>
<h1 id="sponsorship">Sponsorship</h1>
<p>We can't put on nodeschool events here in Baltimore without some help from awesome sponsors. We want to make sponsorship as easy as possible, so if you'd like to sponsor an upcoming event, just go to the registration page and buy a sponsor ticket. </p>
<p>A sponsor ticket currently includes (subject to change):</p>
<ul>
<li><p><strong>Entry to the event for 2 representatives.</strong> Obviously, the event is free so you can send whoever you like, but we ask that you either send people who are participating in the event, or send a max of 1-2 reps who are only there to represent you as a sponsor. </p>
</li>
<li><p><strong>A place to put your sign and/or swag.</strong> Bring your logo sign, a box of giveaways, etc. Just please make sure anything you are giving away is respectful of our <a href="conduct-code.html">code of conduct</a>.</p>
</li>
<li><p><strong>A 2-minute pitch during our mid-event break.</strong> This is a great time to raise awareness of your company, pitch open job positions, etc. to a room full of eager JavaScript learners. Again, please keep the pitch brief and respectful of our <a href="conduct-code.html">code of conduct</a>.</p>
</li>
</ul>
<p>If you have any questions, please contact Jason at jason.matthew.rhodes@gmail.com.</p>
</div>
</body>
</html>