Skip to content

Commit

Permalink
blep
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyoFox committed May 17, 2024
1 parent 779c011 commit c2b6d07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added blep.avif
Binary file not shown.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
margin: 0%;
padding: 0%;
font-family: 'Anuphan', sans-serif;
margin: 0;
height: 100%;
overflow: hidden;
}
.maincontent {
display: flex;
Expand Down Expand Up @@ -134,6 +137,16 @@
color: white;
transition: color 0.1s linear;
}
.peek{
position: absolute;
bottom: -120px;
right: 25px;
transition: bottom 0.75s;
@media only screen and (max-device-width: 480px) {display: none;}
}
.peek:hover{
bottom: 0;
}
</style>
<title>SamyoFox</title>
</head>
Expand All @@ -157,6 +170,9 @@ <h1>SamyoFox</h1>
<div id="email">
<h4>Questions? Give me a <a id="email-link" href="mailto:rawr@samyofox.gay">rawr@samyofox.gay</a></h4>
</div>
<div class="peek">
<img title="blep :P (by JVRex)" width="200px" height="200px" src="blep.avif"/>
</div>
</div>
</body>
</html>

0 comments on commit c2b6d07

Please sign in to comment.