mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:04:49 +00:00
add a image for embed reasons lol
This commit is contained in:
parent
8ea453f20e
commit
7a88e2d05e
2 changed files with 78 additions and 80 deletions
BIN
assets/DSCF8928.jpg
Normal file
BIN
assets/DSCF8928.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 MiB |
32
index.html
32
index.html
|
@ -1,13 +1,16 @@
|
||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<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 Gen :3"
|
||||||
/>
|
/>
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
|
<meta name="author" content="GenShibe" />
|
||||||
|
<meta name="robots" content="noindex, nofollow" />
|
||||||
|
<meta name="og:image" content="assets/DSCF8928.jpg" />
|
||||||
<meta property="og:url" content="https://genshibe.ca" />
|
<meta property="og:url" content="https://genshibe.ca" />
|
||||||
<title>Gen's Website</title>
|
<title>Gen's Website</title>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
@ -23,15 +26,16 @@
|
||||||
<h2>I'm just a...</h2>
|
<h2>I'm just a...</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Transit enthusiast 🚍</li>
|
<li>Transit enthusiast 🚍</li>
|
||||||
<li><a href="https://www.instagram.com/spotter_gen/">Photographer</a> 📸</li>
|
<li>
|
||||||
|
<a href="https://www.instagram.com/spotter_gen/">Photographer</a>
|
||||||
|
📸
|
||||||
|
</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
|
<a class="catppuccin" href="https://github.com/catppuccin/userstyles"
|
||||||
class="catppuccin"
|
|
||||||
href="https://github.com/catppuccin/userstyles"
|
|
||||||
>Catppuccin</a
|
>Catppuccin</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
@ -39,21 +43,15 @@
|
||||||
<hr />
|
<hr />
|
||||||
<footer>
|
<footer>
|
||||||
<div class="socials">
|
<div class="socials">
|
||||||
<a href="https://discord.com/users/217892728875253760"
|
<a href="https://discord.com/users/217892728875253760">Discord</a>
|
||||||
>Discord</a
|
<a href="https://www.instagram.com/spotter_gen/">Instagram</a>
|
||||||
>
|
|
||||||
<a href="https://www.instagram.com/spotter_gen/"
|
|
||||||
>Instagram</a
|
|
||||||
>
|
|
||||||
<a rel="me" href="https://tech.lgbt/@Genshibe">Mastodon</a>
|
<a rel="me" href="https://tech.lgbt/@Genshibe">Mastodon</a>
|
||||||
<a href="mailto:gen@genshibe.ca">Email</a>
|
<a href="mailto:gen@genshibe.ca">Email</a>
|
||||||
</div>
|
</div>
|
||||||
<span
|
<span
|
||||||
>Last updated: <span class="last-updated"></span> | ©️
|
>Last updated: <span class="last-updated"></span> | ©️ Licensed under
|
||||||
Licensed under GPL V3 |
|
GPL V3 |
|
||||||
<a href="https://github.com/GenShibe/website/"
|
<a href="https://github.com/GenShibe/website/">Source code</a></span
|
||||||
>Source code</a
|
|
||||||
></span
|
|
||||||
>
|
>
|
||||||
<select class="theme-selector">
|
<select class="theme-selector">
|
||||||
<option value="latte">Latte</option>
|
<option value="latte">Latte</option>
|
||||||
|
|
Loading…
Add table
Reference in a new issue