2023-02-22 22:50:46 +01:00
<!DOCTYPE html>
< html lang = "en-gb" >
< head >
< link rel = "shortcut icon" type = "image/jpg" href = '/images/favicon.png' / >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "description" content = "My site of stuff" / >
< meta property = "og:title" content = "Paul Wilde :: Paul Wilde" / >
< meta property = "og:image" content = '/images/favicon.png' / >
< meta property = "og:description" content = "My site of stuff" / >
< link rel = "stylesheet" href = "/css/gemini.css" / >
< link rel = "stylesheet" href = "/css/psw.css" / >
< title > Gemini.css :: My site of stuff :: Paul Wilde< / title >
< / head >
< body class = "page" >
< a id = "top" > < / a >
< header >
< h1 > Paul Wilde :: My site of stuff < a href = "#navigation" title = "Navigation" > 🗺 < / a > < a href = "#contact" title = "Contact" > 🗪 < / a > < / h1 >
< / header >
< main class = "main gemini.css" >
< h2 > Gemini.css< / h2 >
< p > Gemini.css is an < em > almost< / em > classless CSS style for making Gemini-like HTML pages.< / p >
< p > This site uses Gemini.css, but with some customizations on top - for a pure Gemini.css demonstration, go to < a href = "https://geminicss.paulwilde.uk" > geminicss.paulwilde.uk< / a > .< / p >
< p > < a href = "https://codeberg.org/pswilde/geminicss" > Source Code< / a > < / p >
< section >
< hr / >
< sub >
< sub > Published : Wed, 22 February 2023 at 20:57pm +0000< br / >
< / sub >
< / section >
< / main >
< footer >
< a href = "#top" > Top< / a >
< h2 > Navigation< / h2 >
< a id = "navigation" > < / a >
< ul >
< li >
< a href = "https://paulwilde.uk/" > Home< / a >
< / li >
< li >
2023-04-10 15:02:25 +02:00
< a href = "https://paulwilde.uk/thanks/" > Thanks< / a >
2023-02-22 22:50:46 +01:00
< / li >
< li >
2023-04-10 15:02:25 +02:00
< a href = "https://paulwilde.uk/aboutme/" > About Me< / a >
2023-02-22 22:50:46 +01:00
< / li >
< li >
< a href = "https://paulwilde.uk/dev/" > Development< / a >
< / li >
< li >
< a href = "https://paulwilde.uk/tech/" > Tech Stuff< / a >
< / li >
< li >
< a href = "https://paulwilde.uk/websites/" > Websites< / a >
< / li >
< li >
< a href = "https://paulwilde.uk/recipes/" > Recipes< / a >
< / li >
< li >
< a href = "https://paulwilde.uk/poems/" > Poems< / a >
< / li >
< li >
< a href = "https://wilde-it.co.uk" target = "_blank" > My Business< / a >
< / li >
< / ul >
< h2 > Contact< / h2 >
< a id = "contact" > < / a >
< ul >
< li >
2023-03-24 10:27:39 +01:00
< a href = "https://codeberg.org/pswilde" title = "My main Git Repository" > My Codeberg Repo< / a >
2023-02-22 22:50:46 +01:00
< / li >
< li >
2023-03-24 10:20:59 +01:00
< a rel = "me" href = "https://notnull.click/users/paul" title = "Find me on the Fediverse" > Fediverse< / a >
2023-02-22 22:50:46 +01:00
< / li >
< li >
2023-03-24 10:27:39 +01:00
< a href = "https://matrix.to/#/@psw:matrix.wilde.cloud" title = "Send me a message on Matrix" > Matrix< / a >
2023-02-22 22:50:46 +01:00
< / li >
< / ul >
< / footer >
2023-11-22 15:01:22 +01:00
< script async defer data-domain = "paulwilde.uk" src = "https://plausible.io/js/script.js" > < / script >
2023-02-22 22:50:46 +01:00
< / body >
< / html >