Skip to content
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 added Screen Shot 2018-04-14 at 5.00.29 PM.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 added assets/ball_falls_down.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ball_falls_down2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/brackets_is_cool.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cat_on_computer_copy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/geeyeh.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 added assets/on_computer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/overwatch_guess.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/personal_page.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shape_of_the_internet.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shape_of_the_internet1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shape_of_the_internet2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shape_of_the_internet3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shape_of_the_internet4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shape_of_the_internet5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shape_of_the_internet6.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/strawberries.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 added assets/waow_meow.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/you_win.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
360 changes: 360 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,360 @@
@keyframes cuter-gradient {

0% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, #D6A4A4, #DAE2F8);
background: linear-gradient(to right, #D6A4A4, #DAE2F8);
background-clip: border-box;

}
15% {
background: #dae9f8;
background: -webkit-linear-gradient(to right, #d6b3a4, #dae9f8);
background: linear-gradient(to right, #d6b3a4, #dae9f8);
}
30% {
background: #daeff8;
background: -webkit-linear-gradient(to right, #D6BAA4, #daeff8);
background: linear-gradient(to right, #D6BAA4, #daeff8);
}
45% {
background: #daf6f8;
background: -webkit-linear-gradient(to right, #D6C2A4, #daf6f8);
background: linear-gradient(to right, #D6C2A4, #daf6f8);
}
75% {
background: #daeff8;
background: -webkit-linear-gradient(to right, #D6BAA4, #daeff8);
background: linear-gradient(to right, #D6BAA4, #daeff8);
}
90% {
background: #dae9f8;
background: -webkit-linear-gradient(to right, #d6b3a4, #dae9f8);
background: linear-gradient(to right, #d6b3a4, #dae9f8);
}
100% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, #D6A4A4, #DAE2F8);
background: linear-gradient(to right, #D6A4A4, #DAE2F8);
background-clip: border-box;
}
}

@keyframes gradient {
0% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background: linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background-clip: border-box;
}
15% {
background: #dae9f8;
background: -webkit-linear-gradient(to right, rgba(218, 233, 248, 0), rgba(218, 233, 248, 1));
background: linear-gradient(to right, rgba(218, 233, 248, 0), rgba(218, 233, 248, 1));
}
30% {
background: #daeff8;
background: -webkit-linear-gradient(to right, rgba(218, 239, 248, 0), rgba(218, 239, 248, 1));
background: linear-gradient(to right, rgba(218, 239, 248, 0), rgba(218, 239, 248, 1));
}
45% {
background: #daf6f8;
background: -webkit-linear-gradient(to right, rgba(218, 246, 248, 0), rgba(218, 246, 248, 1));
background: linear-gradient(to right, rgba(218, 246, 248, 0), rgba(218, 246, 248, 1));
}
75% {
background: #daeff8;
background: -webkit-linear-gradient(to right, rgba(218, 239, 248, 0), rgba(218, 239, 248, 1));
background: linear-gradient(to right, rgba(218, 239, 248, 0), rgba(218, 239, 248, 1));
}
90% {
background: #dae9f8;
background: -webkit-linear-gradient(to right, rgba(218, 233, 248, 0), rgba(218, 233, 248, 1));
background: linear-gradient(to right, rgba(218, 233, 248, 0), rgba(218, 233, 248, 1));
}
100% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background: linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background-clip: border-box;
}
}

@keyframes monochrome-gradient {
0% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background: linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background-clip: border-box;
}
15% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background: linear-gradient(to right, rgba(218, 226, 248, 0.15), rgba(218, 226, 248, 1));
background-clip: border-box;
}
30% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background: linear-gradient(to right, rgba(218, 226, 248, 0.3), rgba(218, 226, 248, 1));
background-clip: border-box;
}
45% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background: linear-gradient(to right, rgba(218, 226, 248, 0.45), rgba(218, 226, 248, 1));
background-clip: border-box;
}
75% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background: linear-gradient(to right, rgba(218, 226, 248, 0.3), rgba(218, 226, 248, 1));
background-clip: border-box;
}
90% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background: linear-gradient(to right, rgba(218, 226, 248, 0.15), rgba(218, 226, 248, 1));
background-clip: border-box;
}
100% {
background: #DAE2F8;
background: -webkit-linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background: linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background-clip: border-box;
}
}
li {
font-family: 'Space Mono', monospace;
}
body {
background: #DAE2F8;
background: -webkit-linear-gradient(right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
background: linear-gradient(to right, rgba(218, 226, 248, 0), rgba(218, 226, 248, 1));
margin: 50px;
animation-name: monochrome-gradient;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-delay: 5s;
}




.main_box {
position: relative;
background: rgba(255, 255, 255, 0.25);
display: inline-block;
padding: 10px 15px;
border-style: ridge;
border-top-left-radius: 10%;
border-width: 10px;
box-shadow: #AAA 0px 5px 10px;
max-width: 525px;
max-height: 700px;
}


.main_box :not(li) {
font-family: 'Work Sans', sans-serif;
}

.main_box h2:hover::after {
content: url('../assets/geeyeh.png');
}
.main_box a {
font-style: italic;
text-decoration: none;
color: goldenrod;
font-weight: 700;

}

.main_box a:hover {
color: darkgoldenrod;
font-weight: 700;
text-shadow: #9b9b9b 10px -20px 50px;
}


.main_box article img {
max-width: 500px;
box-shadow: #AAA 0px 5px 20px;
margin-bottom: 20px;
}

.main_box h4 {
font-weight: 800;
font-style: italic;
line-height: 1px;
}
.main_box strong {
font-family: 'Work Sans', sans-serif;
font-weight: 700;
}

.main_box article {
margin-left: 15px;
overflow-y: scroll;
max-height: 500px;
}
.photo_box {
max-width: 900px;
}
.photo_box a {
text-decoration: underline;
color: #0000EE;
}
.photo_box a:hover {
font-weight: 600;
}
.photo_box article {
margin: 0 10px;
width: 265px;
height: 190px;
font-style: oblique;
display: inline-block;
background-position: center;

}

.photo_box #index {
background-image: url(../assets/shape_of_the_internet1.gif);
text-align: center;
position: absolute;
top: 0;
left: 640px;
}

.photo_box #index a {
position: relative;
top: 55%;

}

.photo_box #about {
background-image: url(../assets/shape_of_the_internet2.gif);

text-align: right;
position: absolute;
top: 45px;
left: 875px;
}

.photo_box #about a {
margin-right: 15px;
position: relative;
top: 15%;
}

.photo_box #portfolio {
background-image: url(../assets/shape_of_the_internet3.gif);
position: absolute;
top: 175px;
left: 650px;
}

.photo_box #portfolio a {
margin-left: 30px;
position: relative;
top: 7%;
}

.photo_box #blog {
background-image: url(../assets/shape_of_the_internet4.gif);
text-align: right;
position: absolute;
top: 300px;
left: 870px;
}

.photo_box #blog a {
margin-right: 70px;
position: relative;
top: 35%;

}

.photo_box #five {
background-image: url(../assets/shape_of_the_internet5.gif);
position: absolute;
top: 400px;
left: 650px;
}
.photo_box #six {
background-image: url(../assets/shape_of_the_internet6.gif);
position: absolute;
top: 500px;
left: 850px;}

.photo_box #five:hover{

}
.photo_box #five:hover::after{
/* content: url(../assets/shape_of_the_internet5.gif);*/
content: "internet";
padding: 100%;
/* opacity: 0.7;*/
z-index: -1;
position: absolute;
top: -1000px;
left: -1000px;
right: -1000px;
bottom: -1000px;
animation-name: cuter-gradient;
animation-duration: 3s;
animation-iteration-count: infinite;
}

.photo_box #six:hover::after{
/* content: url(../assets/shape_of_the_internet5.gif);*/
content: "internet";
padding: 100%;
/* opacity: 0.7;*/
z-index: 1;
position: absolute;
top: -1000px;
left: -800px;
right: 1000px;
bottom: -900px;
background-image: url(../assets/cat_on_computer_copy.jpg);
background-size: 70%;
background-position: center;
background-repeat: no-repeat;
}

@media (max-width: 1025px) {
.photo_box #index {
position: static;}
.photo_box #about {
position: static;}
.photo_box #portfolio {;
position: static;}
.photo_box #blog {
position: static;}
.photo_box #five {
position: static;}
.photo_box #six {
position: static;}
.photo_box #six:hover::after{
content: "internet";
padding: 100%;
/* opacity: 0.7;*/
z-index: -1;
position: absolute;
top: -1000px;
left: -1000px;
right: -1000px;
bottom: -1000px;
background-image: url(../assets/cat_on_computer_copy.jpg);
background-size: 10%;
background-position: center;
background-repeat: no-repeat;
}

}





Loading