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
17
index.html
17
index.html
|
@ -20,9 +20,9 @@
|
||||||
<div class="divs">
|
<div class="divs">
|
||||||
<h1>Hi, I'm Gen</h1>
|
<h1>Hi, I'm Gen</h1>
|
||||||
<h2>and I use any pronouns :3</h2>
|
<h2>and I use any pronouns :3</h2>
|
||||||
<div class="meow"></div>
|
<div class="nya"></div>
|
||||||
<ul>
|
<ul>
|
||||||
<li id="h">I'm a 19 year old. a..</li>
|
<h4>I'm a 19 year old...</h4>
|
||||||
<br>
|
<br>
|
||||||
<li id="e">Transit enthusiast 🚍</li>
|
<li id="e">Transit enthusiast 🚍</li>
|
||||||
<li id="e">Photographer 📸</li>
|
<li id="e">Photographer 📸</li>
|
||||||
|
@ -39,11 +39,9 @@
|
||||||
<br>
|
<br>
|
||||||
<div class="button-container">
|
<div class="button-container">
|
||||||
<div class="batton">
|
<div class="batton">
|
||||||
<button class="button"><a href="https://discord.com/users/217892728875253760"
|
<a href="https://discord.com/users/217892728875253760" target="_blank" class="button">Discord</a>
|
||||||
target="_blank">Discord</a></button>
|
<a href="https://www.instagram.com/spotter_gen/" target="_blank" class="button">Instagram</a>
|
||||||
<button class="button"><a href="https://www.instagram.com/spotter_gen/"
|
<a href="mailto:genshibe@gmail.com" target="_blank" class="button">Email</a>
|
||||||
target="_blank">Instagram</a></button>
|
|
||||||
<button class="button"><a href="mailto:genshibe@gmail.com" target="_blank">Email</a></button>
|
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -52,9 +50,8 @@
|
||||||
</i>
|
</i>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script> let text = document.lastModified;
|
<script> document.getElementById("woof").innerHTML = document.lastModified; </script>
|
||||||
document.getElementById("woof").innerHTML = text </script>
|
</main>
|
||||||
</main>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -21,12 +21,14 @@ body {
|
||||||
grid-gap: 20px;
|
grid-gap: 20px;
|
||||||
backdrop-filter: blur(15px);
|
backdrop-filter: blur(15px);
|
||||||
-webkit-backdrop-filter: blur(15px);
|
-webkit-backdrop-filter: blur(15px);
|
||||||
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.divs {
|
.divs {
|
||||||
border: 2px solid #fe640b;
|
border: 2px solid #fe640b;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
box-shadow: 0 0 10px 0px #fe640b;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -187,4 +189,4 @@ a:visited {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue