Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericbruhwhywhyhy committed May 16, 2024
1 parent 1476fb6 commit d70b7b7
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 27 deletions.
75 changes: 53 additions & 22 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,47 +72,32 @@ margin: 0;
display: inline-flex;
}

#projects{
animation: godown 2.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0s 1 normal forwards;
background-color: #33343C;
-webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 11%);
clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 2%);
height:1500px;
top: px;
overflow-y: hidden;

}@keyframes godown {
@keyframes godown {
0% {
transform: translateY(-100px);
transform: translateY(-150px);
}

100% {
transform: translateY(125px);
transform: translateY(175px);
}
}

#awebsite{
z-index: 9;
background: #000000 url('/assets/crystal.png') fixed;
height: 100%;
height: 100% auto;
font-size: 17px;
}
#awebsite {
z-index: 9;
background: #000000 url('/assets/crystal.png') fixed;
height: 10rem;
font-size: 17px;
}
#tetrioupd{
height: 10rem;
height: 10rem auto;
background: #000000 url('/assets/crystal.png');
}
#blog {
height: 10rem;
height: 10rem auto;
background: #000000 url('/assets/crystal.png');
}
#ipdisplayer {
height: 10rem;
height: 10rem auto;
background: #000000 url('/assets/crystal.png');
}

Expand Down Expand Up @@ -142,4 +127,50 @@ background: #000000 url('/assets/crystal.png');
transform: translateY(2px);
transition: 0.05s color, 0.05s background-color, 0.05s border-color, 0.05s transform;
}
#extra{
display: flex;
padding-top: 37px;
width: 100%;
animation: godown 2.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0s 1 normal forwards;
background-color: #33343C;
-webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 11%);
clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 2%);
height:1500px;
overflow-y: hidden;
}

#about{
font-size: 17px;
flex: 3;
width: 50% auto;
}

#projects{
flex: 1;
float: right;
width: 50% auto;
}
@media only screen and (max-width: 720px){
#extra {
display: inline-block;
text-align: center;
padding-top: 37px;
animation: godown 2.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0s 1 normal forwards;
background-color: #33343C;
-webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 11%);
clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 2%);
height: 1500px;
overflow-y: hidden;
}

#about {
flex: 3;
align-self: centet;
text-align: center;
}
}

#projects {
flex: 3;
display: flexbox;
}
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@ <h1>Hello! I'm Ericbruh!</h1>
<div onclick="window.location.href='https://github.com/ericbruhwhywhyhy;"><img src="./assets/github-mark-white.png" id="github">
</div>
</div>
<p>Hello! I'm your local random person on the internet ;). I occasionally make stuff with javascript (no framework😱😱😱😱😱😱😱😱😱). You probably know me as a player on TETR.IO or Chicken Invaders Universe, if you do then plz don't judge my website D:</p>
</div>
</div>
<div id="extra">
<div id="about">
<h1>ABOUT:</h1>
<p>Hello! I'm your average random person on the internet ;).<br>I occasionally make stuff with javascript (no framework😱😱😱😱😱😱😱😱😱<br>You probably know me as a player on TETR.IO or Chicken Invaders Universe, if you do then plz don't judge my website D:</p>
</div>
<div id="projects">
<h1>PROJECTS: </h1>
<div id="awebsite">
<h2>AWEBSITE</h2>
<p>the one that you're looking at right now :D</p>
<div class="button"><a href="https://github.com/ericbruhwhywhyhy/awebsite">Repository</a></div>
<p></p>
</div>

<div id="tetrioupd">
Expand All @@ -48,9 +53,11 @@ <h2>[LEGACY] IP Displayer</h2>
<p>Exactly what it says on the tin</p>
<div class="button"><a href="https://ericbruhwhywhyhy.github.io/awebsite/ipdisplay/">Homepage</a></div>
</div>
<p>--END--</p>
<div id="copyright">
<p>©2024 Ericbruh/Ericbruhwhywhyhy</p>
</div>
</div>
</div>
</body>
<p>--END--</p>
<div id="copyright">
<p>©2024 Ericbruh/Ericbruhwhywhyhy</p>
</html>

0 comments on commit d70b7b7

Please sign in to comment.