madebydanny.uk written in html, css, and a lot of JavaScript I don't understand madebydanny.uk
html css javascript
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update website

-167
.DS_Store

This is a binary file and will not be displayed.

wispplace/.DS_Store

This is a binary file and will not be displayed.

-1
wispplace/.well-known/atproto-did
··· 1 - did:plc:l37td5yhxl2irrzrgvei4qay
-22
wispplace/.well-known/atproto/uk.madebydanny.about.json
··· 1 - { 2 - "lexicon": 1, 3 - "id": "uk.madebydanny.about", 4 - "defs": { 5 - "main": { 6 - "type": "record", 7 - "record": { 8 - "key": "literal", 9 - "literal": "self" 10 - }, 11 - "properties": { 12 - "text": { "type": "string" }, 13 - "langs": { 14 - "type": "array", 15 - "items": { "type": "string" } 16 - }, 17 - "createdAt": { "type": "string", "format": "datetime" } 18 - }, 19 - "required": ["text", "createdAt"] 20 - } 21 - } 22 - }
-41
wispplace/.well-known/atproto/uk.madebydanny.blob.json
··· 1 - { 2 - "lexicon": 1, 3 - "id": "uk.madebydanny.blob", 4 - "defs": { 5 - "main": { 6 - "type": "record", 7 - "record": { 8 - "key": "literal", 9 - "literal": "self" 10 - }, 11 - "properties": { 12 - "blob": { 13 - "type": "ref", 14 - "ref": "#blobObj" 15 - }, 16 - "langs": { 17 - "type": "array", 18 - "items": { "type": "string" } 19 - }, 20 - "createdAt": { "type": "string", "format": "datetime" } 21 - }, 22 - "required": ["blob", "createdAt"] 23 - }, 24 - "blobObj": { 25 - "type": "object", 26 - "properties": { 27 - "$type": { "type": "string", "const": "blob" }, 28 - "ref": { 29 - "type": "object", 30 - "properties": { 31 - "$link": { "type": "string" } 32 - }, 33 - "required": ["$link"] 34 - }, 35 - "mimeType": { "type": "string" }, 36 - "size": { "type": "integer" } 37 - }, 38 - "required": ["$type", "ref", "mimeType", "size"] 39 - } 40 - } 41 - }
-23
wispplace/.well-known/atproto/uk.madebydanny.footer.json
··· 1 - { 2 - "lexicon": 1, 3 - "id": "uk.madebydanny.footer", 4 - "defs": { 5 - "main": { 6 - "type": "record", 7 - "record": { 8 - "key": "literal", 9 - "literal": "self" 10 - }, 11 - "properties": { 12 - "content": { "type": "string" }, 13 - "format": { "type": "string" }, 14 - "langs": { 15 - "type": "array", 16 - "items": { "type": "string" } 17 - }, 18 - "createdAt": { "type": "string", "format": "datetime" } 19 - }, 20 - "required": ["content", "createdAt"] 21 - } 22 - } 23 - }
-47
wispplace/.well-known/atproto/uk.madebydanny.photos.json
··· 1 - { 2 - "lexicon": 1, 3 - "id": "uk.madebydanny.photos", 4 - "defs": { 5 - "main": { 6 - "type": "record", 7 - "record": { 8 - "key": "literal", 9 - "literal": "self" 10 - }, 11 - "properties": { 12 - "photos": { 13 - "type": "array", 14 - "items": { 15 - "type": "ref", 16 - "ref": "#blobObj" 17 - } 18 - }, 19 - "langs": { 20 - "type": "array", 21 - "items": { "type": "string" } 22 - }, 23 - "createdAt": { 24 - "type": "string", 25 - "format": "datetime" 26 - } 27 - }, 28 - "required": ["photos", "createdAt"] 29 - }, 30 - "blobObj": { 31 - "type": "object", 32 - "properties": { 33 - "$type": { "type": "string", "const": "blob" }, 34 - "ref": { 35 - "type": "object", 36 - "properties": { 37 - "$link": { "type": "string" } 38 - }, 39 - "required": ["$link"] 40 - }, 41 - "mimeType": { "type": "string" }, 42 - "size": { "type": "integer" } 43 - }, 44 - "required": ["$type", "ref", "mimeType", "size"] 45 - } 46 - } 47 - }
-33
wispplace/.well-known/atproto/uk.madebydanny.projects.json
··· 1 - { 2 - "lexicon": 1, 3 - "id": "uk.madebydanny.projects", 4 - "defs": { 5 - "main": { 6 - "type": "record", 7 - "record": { 8 - "key": "literal", 9 - "literal": "self" 10 - }, 11 - "properties": { 12 - "projects": { 13 - "type": "array", 14 - "items": { 15 - "type": "object", 16 - "properties": { 17 - "name": { "type": "string" }, 18 - "description": { "type": "string" }, 19 - "link": { "type": "string" } 20 - }, 21 - "required": ["name", "description", "link"] 22 - } 23 - }, 24 - "langs": { 25 - "type": "array", 26 - "items": { "type": "string" } 27 - }, 28 - "createdAt": { "type": "string", "format": "datetime" } 29 - }, 30 - "required": ["projects", "createdAt"] 31 - } 32 - } 33 - }
wispplace/404.html 404.html
wispplace/cdn.html cdn.html
wispplace/css/bsky.css css/bsky.css
wispplace/css/cdn.css css/cdn.css
wispplace/css/index.css css/index.css
wispplace/css/photos.css css/photos.css
wispplace/docs.html docs.html
wispplace/favicon.ico favicon.ico
wispplace/followonbsky.html followonbsky.html
wispplace/followonbsky/index.html followonbsky/index.html
wispplace/index.html index.html
wispplace/js/bsky.js js/bsky.js
wispplace/js/cdn-v2.js js/cdn-v2.js
wispplace/js/index.js js/index.js
wispplace/js/photos.js js/photos.js
wispplace/photos.html photos.html