Skip to content

Commit

Permalink
Made the homepage look like the pennapps homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
gterrono committed May 19, 2013
1 parent 078337b commit 1193863
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion client/home_page.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<template name="homePage">
Welcome to {{hackathonName}}
<h2>Welcome to {{hackathonName}}</h2>
<div class="row">
<div class="large-12 columns">
<div class="page-header">
<h1>PennApps is back <small>One weekend. 48 hours.</small></h1>
</div>
<div class="row">
<div class="large-4 columns">
<img alt="audiotorium of people" src="img/large.jpg">
<h2>We're huge - and growing</h2>
<p>PennApps is the largest student-run hackathon in the country. Last Spring we saw over 100 teams present their hacks, with over 450 students coming from more than 30 schools.</p>
</div>
<div class="large-4 columns">
<img alt="Dennis is such a hacker" src="img/dennis.jpg">
<h2>40 hours of hacking</h2>
<p>The only thing you'll need to worry about when you get here is hacking. We'll take care of the rest: breakfast, lunch, dinner, snacks, (energy) drinks, some awesome PennApps and sponsor swag, a place to sleep - all free.</p>
</div>
<div class="large-4 columns">
<img alt="michigan hackers" src="img/michigan.jpg">
<h2>Open to all students</h2>
<p>PennApps is open to current undergraduate and graduate students at all schools. Students at past PennApps have come from as far as Michigan, California, and even Switzerland, and we will be expanding even further across the globe come fall.</p>
</div>
</div>
</div>
</div>
</template>
Binary file added public/img/dennis.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/large.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/michigan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1193863

Please sign in to comment.