Reformat using prettier
This commit is contained in:
parent
eeac83e132
commit
210dc82ee9
6 changed files with 395 additions and 215 deletions
48
index.html
48
index.html
|
@ -1,11 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta charset="utf-8" />
|
||||
<title>dadada</title>
|
||||
<link rel="alternate" type="application/atom+xml" href="https://dadada.li/feed.xml" title="dadada">
|
||||
<link
|
||||
rel="alternate"
|
||||
type="application/atom+xml"
|
||||
href="https://dadada.li/feed.xml"
|
||||
title="dadada"
|
||||
/>
|
||||
</head>
|
||||
<body style="min-width:30em; max-width:60em; margin-left:auto; margin-right:auto">
|
||||
<body
|
||||
style="
|
||||
min-width: 30em;
|
||||
max-width: 60em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
"
|
||||
>
|
||||
<header>
|
||||
<nav>
|
||||
<a href="https://dadada.li/">dadada</a>
|
||||
|
@ -13,8 +25,14 @@
|
|||
</header>
|
||||
<main>
|
||||
<h1>dadada's web page</h1>
|
||||
<p>Things I enjoy: learning things and skills, making and eating food, weird music, biking, trains</p>
|
||||
<p>Tech stuff: Rust, Nix, networking, aircrafts, and a sprinkle of science, recovering from PHP, iOS, Android, explorer of legacy codebases</p>
|
||||
<p>
|
||||
Things I enjoy: learning things and skills, making and eating food,
|
||||
weird music, biking, trains
|
||||
</p>
|
||||
<p>
|
||||
Tech stuff: Rust, Nix, networking, aircrafts, and a sprinkle of science,
|
||||
recovering from PHP, iOS, Android, explorer of legacy codebases
|
||||
</p>
|
||||
<h2>Socials</h2>
|
||||
<ul>
|
||||
<li><a href="https://chaos.social/@dadada">Fediverse</a></li>
|
||||
|
@ -24,9 +42,23 @@
|
|||
</ul>
|
||||
<h2>Talks</h2>
|
||||
<ul>
|
||||
<li><a href="https://gitli.stratum0.org/dadada/lazy-admin-talk">NixOS for Lazy Admins (2023-09-14)</a>, <a href="https://bbb.stratum0.org/playback/presentation/2.3/b3f9875e5e8180697cd3d3029085a7ef441d513d-1694710080145">Recording</a></li>
|
||||
<li><a href="talks/pad-archiver">Gitlab als Archivar (2022-06-14)</a></li>
|
||||
<li><a href="talks/systemd-generator">systemd-generator(7) (2019-03-14)</a></li>
|
||||
<li>
|
||||
<a href="https://gitli.stratum0.org/dadada/lazy-admin-talk"
|
||||
>NixOS for Lazy Admins (2023-09-14)</a
|
||||
>,
|
||||
<a
|
||||
href="https://bbb.stratum0.org/playback/presentation/2.3/b3f9875e5e8180697cd3d3029085a7ef441d513d-1694710080145"
|
||||
>Recording</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="talks/pad-archiver">Gitlab als Archivar (2022-06-14)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="talks/systemd-generator"
|
||||
>systemd-generator(7) (2019-03-14)</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Blog</h2>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue