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