-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsponsorship.html
86 lines (76 loc) · 3.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>PennApps</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta property="og:title" content="PennApps Fall 2013" />
<meta property="og:description" content="PennApps is a 48-hour hackathon @ The University of Pennsylvania"/>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="stylesheets/vendor/foundation.min.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="stylesheets/vendor/normalize.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="stylesheets/app.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="stylesheets/style.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<div class='contain-to-grid fixed'>
<nav class='top-bar'>
<ul class='title-area'>
<li class='name'>
<h1><a href='index.html'>PennApps</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class='top-bar-section'>
<ul class='right'>
<li><a href="history.html">Past Competitions</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="press.html">Press</a></li>
<li><a href='http://pennapps.com/sponsorship.pdf'>Sponsor PennApps!</a></li>
</ul>
</section>
</nav>
</div>
<header>
</header>
<div class="container">
<div class='row'>
<div class='12-large columns'>
<div class='page-header'>
<h1>Become a sponsor</h1>
</div>
<p>
See sponsorship details <a href="http://pennapps.com/sponsorship.pdf">here</a>.
Feel free to shoot us an email at <a href='mailto:[email protected]'>contact@pennapps</a> for any inquiries.
</div>
</div>
</div>
<div class='row'>
<div class='small-12 columns' id='footer'>
<ul>
<li><a href='http://www.seas.upenn.edu'><img src='img/pennengineering.png' width='10%' height='10%' style='display: inline; vertical-align: middle' ></a></li>
<li>Crafted by <a href='http://yef.im'>Geoff</a></li>
<li>Photos by <a href='http://twitter.com/quietlykrazy'>Sam</a> and <a href='https://twitter.com/mdkragon'>Jiali</a></li>
<li>Follow <a href='http://twitter.com/PennApps'>@PennApps</a></li>
<li><a href='http://blog.pennapps.com/'>Blog</a></li>
<li>© 2013 PennApps</li>
</ul>
</div>
</div>
<script src="scripts/vendor/zepto.min.js"></script>
<script src='scripts/vendor/foundation.min.js'></script>
<script>
$(document).foundation();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33300151-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>