Skip to content

Commit

Permalink
changes hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-somish committed Nov 14, 2019
1 parent a30d386 commit 7793d07
Show file tree
Hide file tree
Showing 5 changed files with 997 additions and 908 deletions.
46 changes: 45 additions & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
--light-orange: #fdbd39;
--peach: #ee6723;
}
html{
scroll-behavior: smooth;
}
/* Text styles */
.h1-dark {
font-family: proxima-nova, sans-serif;
Expand Down Expand Up @@ -74,6 +77,13 @@ h2 {
letter-spacing: normal;
color: rgba(255, 255, 255, 0.8);
}
.font-ibm{
font-family: 'IBM Plex Mono', monospace;
}
.font-proxima{
font-family: proxima-nova, sans-serif;
font-size: 16px;
}
.graph-txt
{
font-family: 'IBM Plex Mono', monospace;
Expand Down Expand Up @@ -822,6 +832,36 @@ video:-ms-media-controls-fullscreen-button
{
border-bottom: 0px solid transparent;
}

.hero{
display: flex;
height: 100%;
justify-content: center;
align-items: center;
flex-direction: column;
overflow: hidden;
position: relative;
height: calc(110vh - 200px);
}
.hero .explore-btn{
cursor: pointer;
position: absolute;
bottom: 0;
}
.hero .explore-btn a{
text-align: center;
font-weight: 600;
font-size: 20px;
font-family: proxima-nova, sans-serif;
color: #ffffff;
text-decoration: none;
}
.hero .explore-btn a img{
width: 40px;
display: block;
margin: 0 auto;
margin-top: 3px;
}
/*---------------------------------*/


Expand Down Expand Up @@ -1062,5 +1102,9 @@ video:-ms-media-controls-fullscreen-button
padding-top: 150px;
}
}

@media (max-width : 768px){
.Smart-Contract-Cover{
font-size: 32px;
}
}
/*--------------------------------*/
11 changes: 11 additions & 0 deletions assets/img/arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/github-logo.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 modified assets/img/rox.jpg
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 7793d07

Please sign in to comment.