Skip to content

Commit

Permalink
Merge pull request #154 from refugeetech/orgin/feature-141-landingpage
Browse files Browse the repository at this point in the history
feature landingpage closes #141
  • Loading branch information
brylie committed Feb 15, 2016
2 parents 77d8024 + bca2eeb commit 2cccf95
Show file tree
Hide file tree
Showing 7 changed files with 191 additions and 2 deletions.
165 changes: 163 additions & 2 deletions landing/client/style/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,170 @@
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
font-size: 5em;
}

#landing-title {
font-size: 3em;
text-shadow: 0 1px 0 #21235c; /* Match the color overlay hue of banner image*/
font-size: 5rem;
text-shadow: 0 1px 0 #20245C; /* Match the color overlay hue of banner image*/
}

.landing-page-slogan {
margin-left: 45%;
width: 80%;
text-align: left;
}

.landing-slogan {
font-size: 0.7em;
}

.btn-red-on-white-rounded {
background: #FFFFFF;
color: #D92D6F;
border-radius: 24px;
font-size: 2.5rem;
}

.btn-white-on-red-rounded {
background: #D92D6F;
color: #FFFFFF;
border-radius: 24px;
font-size: 2.5rem;
}

.btn-red-on-blue-rounded {
background: #20245C;
color: #D92D6F;
border-radius: 24px;
font-size: 2.5rem;
}

#landing-get-involved {
margin-top: -10%;
}

.small-landing-page-sector-header {
margin-top: 5%;
display: block;
text-align: center;
font-weight: 700;
}

.second-sector {
background-color: #FFFFFF;
min-height:400px;
}

.second-sector img {
height: 200px;
width: 200px;
}

.second-header-landing-page {
text-align: center;
font-size: 4.5rem;
font-weight: 700;
letter-spacing: 0.3rem;
}

.landing-pages-images ul {
display: inline;
list-style-type: none;
}

/* SECTION #volunteer */

.section-heading {
text-align: center;
font-size: 4.5rem;
font-weight: 700;
letter-spacing: 0.3rem;
}
.column-heading {
font-size: 4.5rem;
font-weight: 700;
letter-spacing: 0.3rem;
}
.column-paragraph {
font-size: 3rem;
font-weight: 300;
}
.top-text-box {
align-items:center;
text-align: center;
}

.top-text-box h1 {
font-size: 4em;
}

.context-header {
font-size: 1.5em;
}

.target-groups-text {
font-size: 1.5em;
}

.bgimg-refugee {
background-image: url('images/gfx_5.jpg');

min-height: 70vh;
text-align: left;
color: #fff;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}

.bgimg-banner {
position: relative;
text-align: center;
color: #fff;
background-image: url('images/background-header.jpg');
font-size: 1em;
}

.bgclr-blue {
background-color: #20245C;
color: white;
}

.bgclr-white {
background-color: white;
color:#20245C;
}


/* General Button Stuff */
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: 0 none;
background-color: #20245C;
color:#D92D6F;
}

.btn:hover {
background-color: #20245C;
}

.bgclr-white.btn {
box-shadow: white;
}

.transition-column {
align-items: center;
text-align: center;
padding: 70px 0;
}

#peak1-blog {
text-align: center;
}

.section-padding {
padding-top: 3em;
padding-bottom: 3em;
}
Binary file added public/images/circle_1_no.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 public/images/circle_2_no.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 public/images/circle_3_no.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 public/images/gfx_5.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/images/gfx_intro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions public/images/networking_help_bluebg.svg
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 2cccf95

Please sign in to comment.