Skip to content

Commit

Permalink
Update hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
danpaz committed Jul 15, 2016
1 parent 5536669 commit 85b034b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
<body>
<div class="top-level-e78c6">
<header class="skyline-eba8a">
<div class="header-e5124">
<h1 class="title-ab1a5">Nodebots Day DC</h1>
<h2 class="date-7a1a6">July 30th 2016</h2>
</div>
<div class="header-e5124"></div>
</header>
<div class="flex-container-e0310">
<div class="menu-319e7">
Expand Down
15 changes: 8 additions & 7 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,19 @@ body {
}

.skyline-eba8a {
background-image: url("../img/skyline.jpg");
background-size: cover;
background-image: url("../img/hero-background.png");
background-size: contain;
background-position: center 43%;
text-align: center;
}

.header-e5124 {
display: inline-block;
margin: 4.5em 0;
background-color: rgba(255, 255, 255, 0.7);
padding: 1.5em 2em;
border-radius: 3px;
margin: 2em 0;
height: 300px;
background-image: url("../img/hero.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center 43%;
}

.title-ab1a5 {
Expand Down
Binary file added static/img/hero-background.png
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 static/img/hero.png
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 85b034b

Please sign in to comment.