mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:44:50 +00:00
style: use spaces
This commit is contained in:
parent
e60aa0bfa5
commit
dbccbaef74
1 changed files with 63 additions and 56 deletions
119
index.html
119
index.html
|
@ -1,58 +1,65 @@
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta property="og:title" content="Gen's Website" />
|
<meta property="og:title" content="Gen's Website" />
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content="A little bit of information about me :3"
|
content="A little bit of information about me :3"
|
||||||
/>
|
/>
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://genshibe.github.io" />
|
<meta property="og:url" content="https://genshibe.github.io" />
|
||||||
<title>Gen's Website</title>
|
<title>Gen's Website</title>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<h1>Hi, I'm Gen!</h1>
|
<h1>Hi, I'm Gen!</h1>
|
||||||
<h2>
|
<h2>
|
||||||
I use
|
I use
|
||||||
<a href="https://en.pronouns.page/@genshibe">any pronouns :3</a>
|
<a href="https://en.pronouns.page/@genshibe">any pronouns :3</a>
|
||||||
</h2>
|
</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<h2>I'm a 19 year old...</h2>
|
<h2>I'm a 19 year old...</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Transit enthusiast 🚍</li>
|
<li>Transit enthusiast 🚍</li>
|
||||||
<li>Photographer 📸</li>
|
<li>Photographer 📸</li>
|
||||||
<li>Student 🧑‍🎓</li>
|
<li>Student 🧑‍🎓</li>
|
||||||
<li>Canadian 🇨🇦</li>
|
<li>Canadian 🇨🇦</li>
|
||||||
<li>Hong Konger 🇭🇰</li>
|
<li>Hong Konger 🇭🇰</li>
|
||||||
<li>
|
<li>
|
||||||
Maintainer at
|
Maintainer at
|
||||||
<a class="catppuccin" href="https://github.com/catppuccin/userstyles"
|
<a
|
||||||
>Catppuccin</a
|
class="catppuccin"
|
||||||
>
|
href="https://github.com/catppuccin/userstyles"
|
||||||
</li>
|
>Catppuccin</a
|
||||||
</ul>
|
>
|
||||||
<hr />
|
</li>
|
||||||
<footer>
|
</ul>
|
||||||
<div class="socials">
|
<hr />
|
||||||
<a href="https://discord.com/users/217892728875253760">Discord</a>
|
<footer>
|
||||||
<a href="https://www.instagram.com/spotter_gen/">Instagram</a>
|
<div class="socials">
|
||||||
<a href="mailto:genshibe@gmail.com">Email</a>
|
<a href="https://discord.com/users/217892728875253760"
|
||||||
</div>
|
>Discord</a
|
||||||
<span
|
>
|
||||||
>Last updated at <span class="last-updated"></span> | ©️ Licensed
|
<a href="https://www.instagram.com/spotter_gen/"
|
||||||
under GPL V3 |
|
>Instagram</a
|
||||||
<a href="https://github.com/GenShibe/genshibe.github.io/"
|
>
|
||||||
>Open source</a
|
<a href="mailto:genshibe@gmail.com">Email</a>
|
||||||
></span
|
</div>
|
||||||
>
|
<span
|
||||||
</footer>
|
>Last updated at <span class="last-updated"></span> | ©️
|
||||||
</main>
|
Licensed under GPL V3 |
|
||||||
<script>
|
<a href="https://github.com/GenShibe/genshibe.github.io/"
|
||||||
document.querySelector(".last-updated").innerHTML = document.lastModified;
|
>Open source</a
|
||||||
</script>
|
></span
|
||||||
</body>
|
>
|
||||||
|
</footer>
|
||||||
|
</main>
|
||||||
|
<script>
|
||||||
|
document.querySelector(".last-updated").innerHTML =
|
||||||
|
document.lastModified;
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue