mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 23:29:17 -08:00
deploy: 419d64960a
This commit is contained in:
commit
93ef5fdfff
5 changed files with 149 additions and 0 deletions
33
posts/post-1.html
Normal file
33
posts/post-1.html
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>dork.dev - Doing something with this domain!</title>
|
||||
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<header>
|
||||
<h1><a href="/">dork.dev</a><small> - Doing something with this domain!</small></h1>
|
||||
<hr>
|
||||
</header>
|
||||
<main>
|
||||
<article>
|
||||
<p>I've moved this website to use <a href="http://cobalt-org.github.io/">cobalt</a>! Hopefully I should be making posts here, too. ^^</p>
|
||||
<p>I have a few ideas for posts here, including talking about starting with using the RTL-SDR v4 and my experiences so far with the Framework 13 laptop.</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<footer>
|
||||
<hr>
|
||||
<nav id="contact">
|
||||
<ul>
|
||||
<li>E-mail: kat (at) dork (dot) dev</li>
|
||||
<li>Git: <a href="https://github.com/kittywitch">kittywitch</a></li>
|
||||
<li>Other websites of mine: <a href="https://kittywit.ch">kittywit.ch</a>, <a href="https://inskip.me">inskip.me</a>.</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue