chore(tazjin): Move //web/blog & //web/homepage to my userdir
Change-Id: I96a2620ffb1d9e98a1d8ce7d97f2c4f58c2dbfd3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/603 Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
a46ffd85f5
commit
a2cbbedc65
32 changed files with 0 additions and 0 deletions
35
users/tazjin/homepage/header.html
Normal file
35
users/tazjin/homepage/header.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<head><meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="tazjin's blog">
|
||||
<link rel="stylesheet" type="text/css" href="static/tazjin.css" media="all">
|
||||
<link rel="icon" type="image/webp" href="/static/favicon.webp">
|
||||
<title>tazjin's interblag</title>
|
||||
</head>
|
||||
<body class="dark">
|
||||
<header>
|
||||
<h1>
|
||||
<a class="interblag-title" href="/">tazjin's interblag</a>
|
||||
</h1>
|
||||
<hr>
|
||||
</header>
|
||||
<div class="introduction">
|
||||
<p>Hello, illuminated visitor.</p>
|
||||
<p>
|
||||
I'm tazjin. Usually you can find
|
||||
me <a class="dark-link" href="https://git.tazj.in/about">programming computers</a>
|
||||
using tools such as <a class="dark-link" href="https://nixos.org/nix">Nix</a>
|
||||
and <a class="dark-link" href="https://www.gnu.org/software/emacs/">Emacs</a>,
|
||||
cuddling <a class="dark-link" href="https://twitter.com/edefic">people I love</a>
|
||||
or posting nonsense <a class="dark-link" href="https://twitter.com/tazjin">on the
|
||||
internet</a>.
|
||||
</p>
|
||||
<p>
|
||||
Below is a collection of
|
||||
my <span class="project">projects</span>, <span class="blog">blog
|
||||
posts</span> and some <span class="misc">random things</span> by
|
||||
me or others. If you'd like to get in touch about anything, send
|
||||
me a mail at mail@[this domain] or ping me on IRC or Twitter.
|
||||
</p>
|
||||
</div>
|
||||
<div class="entry-container">
|
||||
Loading…
Add table
Add a link
Reference in a new issue