mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 14:24:50 +00:00
ty ame for helping me change things ;3
This commit is contained in:
parent
14a01d9cc7
commit
b6b59a9ca5
2 changed files with 10 additions and 11 deletions
15
index.html
15
index.html
|
@ -20,9 +20,9 @@
|
|||
<div class="divs">
|
||||
<h1>Hi, I'm Gen</h1>
|
||||
<h2>and I use any pronouns :3</h2>
|
||||
<div class="meow"></div>
|
||||
<div class="nya"></div>
|
||||
<ul>
|
||||
<li id="h">I'm a 19 year old. a..</li>
|
||||
<h4>I'm a 19 year old...</h4>
|
||||
<br>
|
||||
<li id="e">Transit enthusiast 🚍</li>
|
||||
<li id="e">Photographer 📸</li>
|
||||
|
@ -39,11 +39,9 @@
|
|||
<br>
|
||||
<div class="button-container">
|
||||
<div class="batton">
|
||||
<button class="button"><a href="https://discord.com/users/217892728875253760"
|
||||
target="_blank">Discord</a></button>
|
||||
<button class="button"><a href="https://www.instagram.com/spotter_gen/"
|
||||
target="_blank">Instagram</a></button>
|
||||
<button class="button"><a href="mailto:genshibe@gmail.com" target="_blank">Email</a></button>
|
||||
<a href="https://discord.com/users/217892728875253760" target="_blank" class="button">Discord</a>
|
||||
<a href="https://www.instagram.com/spotter_gen/" target="_blank" class="button">Instagram</a>
|
||||
<a href="mailto:genshibe@gmail.com" target="_blank" class="button">Email</a>
|
||||
</div>
|
||||
<br>
|
||||
<footer>
|
||||
|
@ -52,8 +50,7 @@
|
|||
</i>
|
||||
</footer>
|
||||
</div>
|
||||
<script> let text = document.lastModified;
|
||||
document.getElementById("woof").innerHTML = text </script>
|
||||
<script> document.getElementById("woof").innerHTML = document.lastModified; </script>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -21,12 +21,14 @@ body {
|
|||
grid-gap: 20px;
|
||||
backdrop-filter: blur(15px);
|
||||
-webkit-backdrop-filter: blur(15px);
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.divs {
|
||||
border: 2px solid #fe640b;
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
box-shadow: 0 0 10px 0px #fe640b;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue