Skip to content

Commit

Permalink
Revamped the home page a little bit, and got rid of the banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Mar 21, 2013
1 parent 614cb8d commit b20d760
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
Binary file modified public/images/banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/banner@2x.png
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/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/partners/lenovo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/partners/polyprog.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/sass/app.scss
Expand Up @@ -112,6 +112,10 @@ h4 > small {
max-height: 209px; max-height: 209px;
} }


.spacer.row {
height: 40px;
}

@media only screen and (max-width: 767px) { @media only screen and (max-width: 767px) {
h1 { h1 {
font-size: 36px; font-size: 36px;
Expand Down
13 changes: 7 additions & 6 deletions views/home.ejs
Expand Up @@ -3,16 +3,17 @@
<% script( '//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' ) %> <% script( '//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' ) %>
<% script( '/javascripts/subscribe.js' ) %> <% script( '/javascripts/subscribe.js' ) %>


<div class="row spacer"></div>
<div class="row" id="banner"> <div class="row" id="banner">
<div class="twelve columns"> <div class="two columns">
<img src="/images/banner.png" alt="Join the movement. Hack EPFL" class="hide-for-small" /> <img src="/images/logo.png" alt="Hackers at EPFL logo" />
<h3></h3> </div>
<p class="lead">Hackers at EPFL aims to promote the hacking culture and to foster innovation at <a href="http://epfl.ch">EPFL</a>, one amazing event at a time.<br /> <div class="ten columns">
<p class="lead"><br>Hackers at EPFL aims to promote the hacking culture and to foster innovation at <a href="http://epfl.ch">EPFL</a>,<br>one amazing event at a time.<br />
Make new friends. Make stuff. Make the difference.</p> Make new friends. Make stuff. Make the difference.</p>
<hr />
</div> </div>
</div> </div>

<div class="row spacer"></div>
<div class="row" id="events"> <div class="row" id="events">
<div class="eight columns"> <div class="eight columns">
<h4> <h4>
Expand Down

0 comments on commit b20d760

Please sign in to comment.