v1
This commit is contained in:
parent
3c29e18f29
commit
5c9ff177aa
7 changed files with 1847 additions and 0 deletions
1694
css/styles.css
Normal file
1694
css/styles.css
Normal file
File diff suppressed because it is too large
Load diff
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 252 KiB |
BIN
fonts/CrayonLibre-vm6r9.ttf
Normal file
BIN
fonts/CrayonLibre-vm6r9.ttf
Normal file
Binary file not shown.
BIN
fonts/Tuffy_Bold.ttf
Normal file
BIN
fonts/Tuffy_Bold.ttf
Normal file
Binary file not shown.
BIN
images/background.jpg
Normal file
BIN
images/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 299 KiB |
BIN
images/social.jpg
Normal file
BIN
images/social.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
153
index.html
Normal file
153
index.html
Normal file
|
@ -0,0 +1,153 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
|
||||
|
||||
<title>Waifuism.life</title>
|
||||
<meta name="author" content="Wafumelon" />
|
||||
<meta name="description" content="Naive artist." />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="referrer" content="always" />
|
||||
|
||||
|
||||
<meta property="og:title" content="Waifuism.life" />
|
||||
<meta property="og:description" content="Naive artist." />
|
||||
<meta property="og:url" content="https://waifuism.life" />
|
||||
|
||||
<meta property="og:image" content="https://waifuism.life/images/background.jpg" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
|
||||
<meta name="twitter:site" content="@wafumelon" />
|
||||
|
||||
|
||||
<link rel="icon" href="https://waifuism.life/favicon.png" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="./css/styles.css" media="screen" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body class="body">
|
||||
|
||||
<div class="columns w-row">
|
||||
|
||||
|
||||
<div class="leftcontent w-col w-col-6 w-col-stack">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="image"></div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="rightcontent w-col w-col-6 w-col-stack">
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="intro">
|
||||
<h1 class="name">Waifu</h1>
|
||||
<h2 class="tagline"><strong class="bold-text">Naive Artist</strong></h2>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bio">
|
||||
<p>People call me waifu, wafu, sometimes bits.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="links w-row">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="column w-col w-col-4">
|
||||
<h3 class="text-block">Art</h3>
|
||||
<ul class="list w-list-unstyled">
|
||||
|
||||
<li><a href="https://the.waifuism.life" target="_blank">Blog</a></li>
|
||||
|
||||
<li><a href="https://www.patreon.com/thewaifuismlife" target="_self">Patreon</a></li>
|
||||
|
||||
<li><a href="https://gallery.waifuism.life" target="_self">Gallery</a></li>
|
||||
|
||||
<li><a href="https://www.youtube.com/@wafumelon" target="_self">Youtube</a></li>
|
||||
|
||||
<li><a href="https://www.pixiv.net/en/users/69402865" target="_self">Pixiv</a></li>
|
||||
|
||||
<li><a href="https://comic.waifuism.life/" target="_self">Comics</a></li>
|
||||
|
||||
<li><a href="https://www.deviantart.com/waifuismlife" target="_self">Deviantart</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="column w-col w-col-4">
|
||||
<h3 class="text-block">Contact</h3>
|
||||
<ul class="list w-list-unstyled">
|
||||
<li><a href="mailto:waifuism@tutanota.com" target="_self">Email</a></li>
|
||||
|
||||
<li><a href="https://x.com/wafumelon" target="_self">Twitter</a></li>
|
||||
|
||||
<li><a href="https://mai.waifuism.life/@waifu" target="_self">Fediverse</a></li>
|
||||
|
||||
<li><a href="https://misskey.io/@waifu" target="_self">Misskey.io</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="column w-col w-col-4">
|
||||
<h3 class="text-block">Other things</h3>
|
||||
<ul class="list w-list-unstyled">
|
||||
|
||||
<li><a href="https://codeberg.org/waifu" target="_self">Codeberg</a></li>
|
||||
|
||||
<li><a href="https://git.waifuism.life/" target="_self">Self hosted Gitea</a></li>
|
||||
|
||||
<li><a href="https://novel.waifuism.life/" target="_self">Visual Novel</a></li>
|
||||
|
||||
<li><a href="https://downloads.waifuism.life/" target="_self">Downloads</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue