Skip to content

Commit

Permalink
Resolves #46 resize header for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
emstanley committed Dec 1, 2019
1 parent aa86b43 commit 2d9f563
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 5 deletions.
42 changes: 38 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,46 @@ export default ({ data }) => (
<div className="row">
<div className="col-lg-12">
<div className="banner-content">
<div className="upcoming">

<div className="row justify-content-center">
<div className="col-lg-7 align-self-start">
<img
className="img-fluid"
src="/img/logo/refactr-logo.svg"
alt="REFACTR.TECH Conference"
/>
</div>
</div>

<div className="row justify-content-center" style={{marginTop: '30px'}}>
<div className="col-lg-6">
<img
className="img-fluid"
src="/img/logo/refactr2020-header-slogan.svg"
alt="Diversity.Inclusion.Tech"
/>
</div>
</div>

{/*<div className="upcoming">
<span className="is-countdown"> </span>
<div data-countdown="2019/06/05" />
<div data-countdown="2019/06/05" />
</div>*/}

<div className="row justify-content-end">
<div className="col-lg-5 col-md-5 col-sm-5 col-5">
<img
src="/img/logo/refactr2020-header-location.svg"
alt="Diversity.Inclusion.Tech"
/>
</div>
</div>
</div>
</div>



</div>
</div>

{/* /col end*/}
</div>
{/* /row end*/}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ a {
background-image: url(../img/slide/1.jpg); }

.hero-bg-2 {
background-image: url(../img/bg/homeLogo.png?1234);
background-image: url(../img/bg/refactr20-header-bg-only.png);
}

.hero-bg-3 {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions static/img/logo/refactr-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2d9f563

Please sign in to comment.