Skip to content

Commit

Permalink
Landing page content and styling finished
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Mar 5, 2020
1 parent e5b980a commit 552c126
Show file tree
Hide file tree
Showing 9 changed files with 739 additions and 31 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
certifi==2019.11.28
Django==2.2.3
Pillow==7.0.0
pytz==2019.3
sqlparse==0.3.0
9 changes: 8 additions & 1 deletion static/styles/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,20 @@
.h-border-radius {
border-radius: $border-radius;
}
.h-pointer {
cursor: pointer;
}
.h-shadow {
box-shadow: 0 4px 20px 0px rgba(25,25,25,.18);
}
.h-btn {
position: relative;
padding: 4px 14px;
min-width: 160px;
height: 40px;
line-height: 40px;
font-size: 1.3rem;
font-size: 1.2rem;
font-weight: 700;
// border-radius: 6px;
display: inline-block;
color: $black;
Expand Down
2 changes: 2 additions & 0 deletions static/styles/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ $primary: #e74c3c;
$primary-dark: #c23616;
$black: #000000;
$red-light: #F7D9D4;
$gradient-light: rgba(253,193,104,1);
$gradient-dark: rgba(251,128,128,1);

$base-font-family: 'Lato', helvetica;

Expand Down
270 changes: 259 additions & 11 deletions static/styles/app.css

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

2 changes: 1 addition & 1 deletion static/styles/app.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 552c126

Please sign in to comment.