Skip to content

Commit

Permalink
Relates #38 - fix various styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinlondon committed Sep 20, 2018
1 parent d7d8dad commit b6de1fe
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
5 changes: 4 additions & 1 deletion public/stylesheets/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/stylesheets/main.css.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion public/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,12 @@ textarea {
width: 100vw;
}

.full-splash-height {
height: calc(100vh - (4.5 * #{$heading-1}));
}

.full-height {
height: calc(100vh - (4 * #{$heading-1}));
min-height: 55vh;
}

.fixed-height-double-h1 {
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ exports.get = (req, res) => {
{
activePage:{home: true},
progressamt: '0',
title: 'Tech Access App'
title: 'diversiTech'
})
}
2 changes: 1 addition & 1 deletion src/controllers/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ exports.get = (req, res) => {
res.render('welcome',
{
progressamt: '20',
title: 'Tech Access App'
title: 'diversiTech'
});
}
4 changes: 2 additions & 2 deletions src/views/home.hbs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<figure class='grid-row'>
<div class='centered-column centered-content secondary-background thirtytwo-padding full-height'>
<div class='centered-column centered-content secondary-background thirtytwo-padding full-splash-height'>
<img src='/images/unsplashpeoplecoding.jpeg' alt='image of people coding'>
</div>
</figure>
<section class='grid-row'>
<div id='bottom-section' class='centered-column centered-content secondary-background thirtytwo-padding fixed-height-double-h1'>
<p>Think that a career in tech isn't for 'someone like you?' Let us prove you wrong 🌝</p>
<p>Think that a career in tech isn't for 'someone like you?' Let us prove you wrong!</p>
</div>
</section>

Expand Down
2 changes: 1 addition & 1 deletion src/views/welcome.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section class='grid-row'>
<div class='centered-column centered-content secondary-background thirtytwo-padding full-height'>
<div class='centered-column centered-content secondary-background thirtytwo-padding full-splash-height'>
<p>Welcome! We're going to ask you a few questions about your background, identity, and other things to make sure we can offer your the best resources.</p>
</div>
</section>
Expand Down

0 comments on commit b6de1fe

Please sign in to comment.