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

navbar #4

Open
wants to merge 5 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
Binary file modified assets/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
233 changes: 201 additions & 32 deletions css/cover.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,41 @@
[class*="fontawesome-"]:before {
font-family: 'FontAwesome', sans-serif;
}





body{
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#ven{
margin-top:40px;
margin-top:0px;
}
#nav{
margin-bottom: 0;
background-color: #fff;
border-bottom: 0;
}
.navbar{
background-color: rgba(0,0,0,0.2);
}

#navigation li a{
color:#f5f5f5;
}

.large-3{
width:25%;
}
.source a {
border-top: 2px solid #fff;
background: #DFDFDF;
padding: 1.5rem 0;
height: 76px;
}
.pitch{
margin-top: 150px;
text-align: center;
text:#000000;


}
.content{
position: absolute;
Expand All @@ -32,22 +50,129 @@ z-index: 1;
width: 100%;
height: 100%;
}
.background_showcase{
background: url(../assets/images/darkgrey.png) no-repeat center center;
/*top of the page button*/
#button_icon{
font-size: 1.5em;
padding: 7% 0%;
top: 0;
left: 0;
height: 100%;
width: 1.5em;
padding-top: 18%;
background: #322222;
opacity: 0.3;
position: absolute;

}
#button_text{
line-height: 10px;
margin: 0 2rem 0 40px;
}
/*subscribe form*/
#subscribeForm{
background-color:#fff;
color:#f5f5f5;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #aaa;
height:100%;
text-align: center;
width: 100%;
}
#subscribeOverlay{
background-color:#9E9B99;
opacity: .8;
}
#subscribeForm form input {
width: 262px;
height: 32px;
}
input[type="text"], textarea {
margin: 0;
padding: 0 10px;
vertical-align: middle;
background: #fff;
border: 1px solid #eee;
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: 100;
line-height: 50px;
color: #888;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
}
button{
width:100px;
height: 32px;
margin: 0;
padding: 0 20px;
vertical-align: middle;
background: #be5254;
border: 0;
font-family: 'Roboto', sans-serif;
font-size: 22px;
font-weight: 300;
line-height: 52px;
color: #fff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
text-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
}

/* parallax slide */
#exp {
background-image:url(../assets/images/btc.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height:80%;
color:#f5f5f5;
padding-top: 10%;

}
#background_showcase{
/*background: url(../assets/images/10.png) no-repeat center center; */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #aaa;
}
.bg-overlay {
content: '';
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom right,#454F77 ,#0A0A11 );
opacity: 1;
}
.browserlogo{
font-size: 60px;
margin-left: 30px;
color: #f3f3f3;
color: #A9A9A9;
font-family: 'serifFontFamily';
}

#cover-image{
background: url(../assets/icon128.png) no-repeat center center;
-webkit-background-size: cover;
Expand All @@ -63,15 +188,12 @@ margin-left: 30px;
margin-bottom: 35px;
text-align: center;
}

#content{
background-color: #333;
}

#explanation{
background-color: #fff;
padding: 50px 25px 0px 25px;
opacity: .93;
}

.centered { margin: auto;padding-top: 40px; max-width: 600px;text-align: center;}
#project_logos{
background-color: #eee;
Expand All @@ -89,26 +211,42 @@ background-color: #f3f3f3;
margin: 40px auto 30px;
}
.divider2 {
width: 675px;
height: 2px;
background-color: #c5c5c5;
margin: 40px auto 30px;
/* Gradient transparent - color - transparent */

border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));


}
.asset{
display: inline-block;
vertical-align: middle;
width: 60px;
height: 60px;
margin-left: 40px;

width: 65px;
height: 65px;
margin-left: 45px;
}
.asset:hover {background-color: rgba(3,0,3,0.1); border-radius: 4px;}





.title {
font-size: 45px;
font-weight: 400;
letter-spacing: 2px;
color: #aaa;
font-size: 42px;
font-family: inherit;
font-weight: 300;
line-height: 1.1;
color: inherit;
color: #fff;

}



h2{
color: #aaa;
}
Expand All @@ -117,6 +255,7 @@ h3{
}
h4{
font-size: 23px;
color:#fff;
}
.image_bitcoin{

Expand Down Expand Up @@ -144,11 +283,21 @@ background: url("..//assets/images/logo1.png")no-repeat center center;
-o-background-size: cover;
background-size: cover;
}
#icon{
text-align: center;
}
#icon i{

font-size: 12em;
}
.footer {
padding: 80px 0;
}
p {
font-weight: 300;
margin-bottom: 50px;
}
.footer_links {
font-family: 'serifFontFamily';
font-weight: 300;
font-size: 20px;
letter-spacing: 1px;
Expand All @@ -159,8 +308,8 @@ display: inline-block;
padding: 20px 35px;
}
.pitch a {
margin: 0 20px;

margin: 0 0px;
border-radius: 5px;
}
#buttons{
text-align: center;
Expand All @@ -169,7 +318,6 @@ padding-bottom:20px;

}
.btn-white {
border-radius: 5px;
padding-top:5px;
border-style: solid;
border-width: 0px;
Expand Down Expand Up @@ -201,4 +349,25 @@ transition: background-color 300ms ease-out;
color: #fff;
border-color: #fff;
background: rgba(255,255,255,.25);
}
}






a.btn.whitee {

color: #fff;
width: 10em;
font-size: 1.2em;
padding:10px;
border: 2px solid #fff;

}

a.btn.whitee:hover{opacity:0.85; };

}


Loading