Compare commits
17 commits
Author | SHA1 | Date | |
---|---|---|---|
a592ccb703 | |||
3d3899d8aa | |||
5ccb8c7d24 | |||
e5513114df | |||
43512630ac | |||
56d1aac311 | |||
0edf736434 | |||
0b6ad19530 | |||
1fb39025ca | |||
f47900f684 | |||
b9c543ff0b | |||
c5870d3bcd | |||
7fd942daf8 | |||
a574492343 | |||
bc13232613 | |||
b639061481 | |||
37944288be |
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>About | Freed's place</title>
|
<title>About | Freed's place</title>
|
||||||
<link rel="stylesheet" href="/assets/style.css">
|
<link rel="stylesheet" href="/assets/style.css">
|
||||||
|
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 362 KiB After Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 134 KiB |
|
@ -134,3 +134,5 @@ a:hover {
|
||||||
.content {margin: auto; min-height: 400px;}
|
.content {margin: auto; min-height: 400px;}
|
||||||
|
|
||||||
.invert {flex-direction: row-reverse;}
|
.invert {flex-direction: row-reverse;}
|
||||||
|
|
||||||
|
.links {white-space: nowrap; overflow: scroll;}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>Contact | Freed's place</title>
|
<title>Contact | Freed's place</title>
|
||||||
<link rel="stylesheet" href="/assets/style.css">
|
<link rel="stylesheet" href="/assets/style.css">
|
||||||
|
@ -37,13 +37,14 @@
|
||||||
<div class="item center">
|
<div class="item center">
|
||||||
<img src="/assets/img/phone.png" class="img circle">
|
<img src="/assets/img/phone.png" class="img circle">
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item links">
|
||||||
<h1>Find them here!</h1>
|
<h1>Find them here!</h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://social.pixelated.sh/@FreedTapestry21" target="_blank">Fediverse: FreedTapestry21@social.pixelated.sh</a> <br>
|
<a href="https://social.pixelated.sh/@FreedTapestry21" target="_blank">Fediverse: @FreedTapestry21@social.pixelated.sh</a> <br>
|
||||||
<a href="https://discord.com/users/570485025611579392" target="_blank">Discord: @FreedTapestry21</a> <br>
|
<a href="https://discord.com/users/570485025611579392" target="_blank">Discord: @freedtapestry21</a> <br>
|
||||||
|
<a href="https://matrix.to/#/@freedtapestry21:matrix.org" target="_blank">Matrix: @freedtapestry21:matrix.org</a> <br>
|
||||||
<a href="https://signal.me/#eu/EHvY-TKXzxxz7m-4Ra9Cqvm7vt3j4tNA1Twrp1ZmyotJ-9GZ7LlFtI8uGdrGzVqz" target="_blank">Signal: @FreedTapestry.21</a> <br>
|
<a href="https://signal.me/#eu/EHvY-TKXzxxz7m-4Ra9Cqvm7vt3j4tNA1Twrp1ZmyotJ-9GZ7LlFtI8uGdrGzVqz" target="_blank">Signal: @FreedTapestry.21</a> <br>
|
||||||
<a href="https://ko-fi.com/freedtapestry21" target="_blank">Ko-fi: FreedTapestry21</a> <br>
|
<a href="https://ko-fi.com/freedtapestry21" target="_blank">Ko-fi: freedtapestry21</a> <br>
|
||||||
<a href="mailto:freedtapestry21@pixelated.sh" target="_blank">E-Mail: freedtapestry21@pixelated.sh</a>
|
<a href="mailto:freedtapestry21@pixelated.sh" target="_blank">E-Mail: freedtapestry21@pixelated.sh</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>Home | Freed's place</title>
|
<title>Home | Freed's place</title>
|
||||||
<link rel="stylesheet" href="/assets/style.css">
|
<link rel="stylesheet" href="/assets/style.css">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>Info | Freed's place</title>
|
<title>Info | Freed's place</title>
|
||||||
<link rel="stylesheet" href="/assets/style.css">
|
<link rel="stylesheet" href="/assets/style.css">
|
||||||
|
|