tangled
alpha
login
or
join now
danielmorrisey.com
/
website
1
fork
atom
madebydanny.uk written in html, css, and a lot of JavaScript I don't understand
madeydanny.uk
html
css
javascript
1
fork
atom
overview
issues
pulls
pipelines
thing
Daniel Morrisey
2 months ago
a520851b
5de08fcd
+13
-13
2 changed files
expand all
collapse all
unified
split
.well-known
did.json
index.html
+4
-4
.well-known/did.json
···
4
4
"https://w3id.org/security/multikey/v1",
5
5
"https://w3id.org/security/suites/secp256k1-2019/v1"
6
6
],
7
7
-
"id": "did:web:madebydanny.uk",
7
7
+
"id": "did:web:madebyda",
8
8
"alsoKnownAs": [
9
9
"at://danielweb.pds.madebydanny.uk"
10
10
],
11
11
"verificationMethod": [
12
12
{
13
13
-
"id": "did:web:madebydanny.uk#atproto",
13
13
+
"id": "did:web:madebyda#atproto",
14
14
"type": "Multikey",
15
15
"controller": "did:web:madebydanny.uk",
16
16
-
"publicKeyMultibase": "zQ3shvF4JzcPv6uPugqPSoFUfYkUvJTyWcsjVtTJLRVPLVXSV"
16
16
+
"publicKeyMultibase": "zQ3shvTiQkygYvBcUGPxBF2SuZ7VURddsFr6exLHfZg8c3EWV"
17
17
}
18
18
],
19
19
"service": [
···
23
23
"serviceEndpoint": "https://pds.madebydanny.uk"
24
24
}
25
25
]
26
26
-
}
26
26
+
}
+9
-9
index.html
···
6
6
<title>madebydanny.uk</title>
7
7
<link rel="icon" id="favicon" href="https://imrs.madebydanny.uk/?url=https://cloudflareisawesome.madebydanny.uk/madebydanny.uk/seo/favicon.webp">
8
8
<meta name="description" id="meta-description" content="Posting everything into the endless jet stream of posts">
9
9
-
10
9
<meta property="og:title" content="madebydanny.uk">
11
10
<meta property="og:description" id="og-description" content="Posting everything into the endless jet stream of posts">
12
11
<meta property="og:type" content="website">
···
41
40
display: none;
42
41
box-shadow: 0 4px 6px rgba(0,0,0,0.3);
43
42
max-width: 500px;
44
44
-
}
45
45
-
46
46
-
#latest-post-card {
47
47
-
background-color: #262626;
48
43
border: 1px solid var(--bsky-border);
49
44
}
50
45
···
108
103
color: #ff6b6b;
109
104
font-size: 0.9rem;
110
105
}
106
106
+
107
107
+
hr {
108
108
+
border: none;
109
109
+
border-top: 1px solid var(--bsky-border);
110
110
+
margin: 20px 0;
111
111
+
}
111
112
</style>
112
113
</head>
113
114
<body>
114
115
<h1>Hi, I'm Daniel Morrisey</h1>
115
116
<p>I like to listen to Music <i>(Mainly Tate McRae and Taylor Swift)</i>, and post on Bluesky.</p>
116
116
-
117
117
<div id="music-status-card">
118
118
<div class="bsky-header">
119
119
<span>Recently played</span>
···
127
127
128
128
<div id="latest-post-card">
129
129
<div class="bsky-header">
130
130
-
<span>Latest from Bluesky</span>
130
130
+
<span>Current Status</span>
131
131
<span id="post-link-icon"></span>
132
132
</div>
133
133
<div id="post-content" class="bsky-content-body">
134
134
-
Loading latest post...
134
134
+
Loading current status...
135
135
</div>
136
136
<div id="post-media"></div>
137
137
<div class="bsky-footer" id="post-date"></div>
138
138
</div>
139
139
-
139
139
+
<hr>
140
140
<p><b>Social Links:</b></p>
141
141
<ul>
142
142
<li><a href="/followonbsky.html?did=madebydanny.uk">Bluesky</a></li>