Compare commits
12 commits
Author | SHA1 | Date | |
---|---|---|---|
28f9e8a1eb | |||
2335bb0c9d | |||
05c575e82d | |||
07fcd07aec | |||
fe85ca9aad | |||
d5367101e2 | |||
a5ca4fa146 | |||
10be21a0a1 | |||
123d13cf60 | |||
64c3e009c1 | |||
19209b62b9 | |||
bae91cfd13 |
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-US">
|
<html>
|
||||||
<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: 134 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 274 KiB |
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 362 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 127 KiB |
|
@ -134,5 +134,3 @@ 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 lang="en-US">
|
<html>
|
||||||
<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,14 +37,13 @@
|
||||||
<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 links">
|
<div class="item">
|
||||||
<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 lang="en-US">
|
<html>
|
||||||
<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 lang="en-US">
|
<html>
|
||||||
<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">
|
||||||
|
|