Compare commits

..

10 commits

Author SHA1 Message Date
mudaranrhiod
20ffd3796d h 2025-05-11 17:38:26 +01:00
mudaranrhiod
d98d6d2c8b rename image 2025-05-11 17:05:18 +01:00
53ff34d5e2 Upload files to "/" 2025-05-11 17:47:17 +02:00
be0acd3cd2 Change title name 2025-05-11 17:34:00 +02:00
c46ba4de84 Upload files to "/" 2025-05-11 17:30:19 +02:00
f7cc6feb58 Upload files to "/" 2025-05-11 17:13:11 +02:00
e913d900a3 Bluesky 2025-05-11 12:03:46 +02:00
8922e28dd9 Work bitc 2025-05-11 11:23:23 +02:00
16688ddf36 Upload files to ".well-known" 2025-05-11 11:15:31 +02:00
af93fe7301 add well-known 2025-05-11 11:08:10 +02:00
5 changed files with 35 additions and 5 deletions

1
.well-known/atproto-did Normal file
View file

@ -0,0 +1 @@
did:plc:n45wkpavh2hnywcx75qyc6y4

1
.well-known/discord Normal file
View file

@ -0,0 +1 @@
dh=a1a200e6d35c8a81c3072766ca3b4674d76cc585

BIN
assets/redpanda.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

File diff suppressed because one or more lines are too long

18
style.css Normal file
View file

@ -0,0 +1,18 @@
body {
font-family: sans-serif;
}
.text-section h1 {
font-size: 48px;
color: #333;
margin-bottom: 15px;
}
.image-section img {
width: 100%;
height: auto;
display: block;
margin: 10px auto 0;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}