Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Observation: few small changes #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/sass/_event.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
min-height: 50vh
.title
color: #ffc20a
margin: 50px 0 0 0
.row
margin-top: 20px
.col
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/_home.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-size: 3.4em
position: absolute
margin-top: 50vh
width: 100vw
width: 100%
z-index: 100
.logo-wrapper
position: absolute
Expand Down
1 change: 1 addition & 0 deletions assets/sass/_join.sass
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.join-wrapper
.title
color: #4d8cf5
margin: 50px 0 0 0
1 change: 1 addition & 0 deletions assets/sass/_team.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.team-wrapper
.title
color: #dd5044
margin: 50px 0 0 0
.row
margin-top: 10px
.col
Expand Down
4 changes: 2 additions & 2 deletions index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ html(lang='en')
a.menu.right(href="#" data-activates="mobile-demo" class="button-collapse") <i class="material-icons menu">menu</i>
ul.links.hide-on-med-and-down
li.link
a(href="#home") home
a(href="#home") Home
li.link
a(href="#intro") Intro
li.link
a(href="#vision") Vision
li.link
a(href="#partners") Partners
li.link
a(href="#event") Events
a(href="#events") Events
li.link
a(href="#team") Team
li.link
Expand Down