1

Update index.php

This commit is contained in:
Evan Pratten 2017-11-23 12:18:29 -05:00 committed by GitHub
parent 5583d634a2
commit aa2e0e26a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,88 +83,91 @@ if($_GET['tgif'] == "true"){
height: 50%; height: 50%;
width: 100%; width: 100%;
margin-bottom: -110px; margin-bottom: -110px;
} }
#child {
#child {
clear: both; clear: both;
height: 100px; height: 100px;
text-align:center text-align: center
} }
body { .spacer {
background-color: #2f3136;
} width: 100%;
.spacer { height: 10;
background-color:#2f3136; }
width:100%; .front {
height:10; width: auto;
} background-color: rgba(25, 29, 25, 0.7);
.front { color: #fff;
width:auto; }
background-color:rgba(25, 29, 25, 0.7); .coverimg {
color:#fff;
}
.coverimg {
filter: blur(5px); filter: blur(5px);
// Browser Specific // Browser Specific
-webkit-filter: blur(5px); -webkit-filter: blur(5px);
-moz-filter: blur(5px); -moz-filter: blur(5px);
-o-filter: blur(5px); -o-filter: blur(5px);
-ms-filter: blur(5px); -ms-filter: blur(5px);
} }
footer { footer {
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
} }
#gradient #gradient {
{
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
} }
.border { .border {
border-color: white; border-color: white;
border-style: solid; border-style: solid;
width: fit-content; width: fit-content;
border-radius: 100%; border-radius: 100%;
} }
.ewp { .ewp {
border-radius: 100%; border-radius: 100%;
} }
a.button.hvr-bob {
a.button.hvr-bob {
border-radius: 100%; border-radius: 100%;
background-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0);
} }
img.dri { img.dri {
height: 20%; height: 20%;
} }
a.abc { a.abc {
color: #405c7d; color: #405c7d;
} }
.line .linev { .line .linev {
background-color:black; background-color: black;
} }
.line { .line {
height: 1; height: 1;
width:100%; width: 100%;
} }
.linev { .linev {
height:100%; height: 100%;
width:1; width: 1;
} }
.aptprice { .aptprice {
background-color: #3d414a; background-color: #3d414a;
color: whitesmoke; color: whitesmoke;
} }
.darkbox { .darkbox {
border-color: white; border-color: white;
border-width: 10px; border-width: 10px;
} }
.darkbox {
.darkbox {
border-radius: .2em; border-radius: .2em;
border: 1px solid rgba(204, 204, 204, 0.14); border: 1px solid rgba(204, 204, 204, 0.14);
} }
a.button {
background-color: #b6bab6;
}
label.burger.button {
background-color: #b6bab6;
}
button {
background-color: #b6bab6;
}
</style> </style>
</head> </head>
<body> <body>
@ -259,7 +262,7 @@ else{
<a href="https://twitter.com/ProjectZERO_nr?ref_src=twsrc%5Etfw" class="button">Twittter</a> <a href="https://twitter.com/ProjectZERO_nr?ref_src=twsrc%5Etfw" class="button">Twitter</a>
<a href="https://www.instagram.com/projectzero_nr/" class="button">Instagram</a> <a href="https://www.instagram.com/projectzero_nr/" class="button">Instagram</a>
<a href="/#office" class="button">Office Space</a> <a href="/#office" class="button">Office Space</a>
<a href="#housing" class="button">Housing</a> <a href="#housing" class="button">Housing</a>