revert(web/tvl): Revert 's/The V/tazjin's v/"'
This was originally done when "the purge" happened, and I don't think
it's quite accurate anymore.
This reverts commit 94846503c5
.
Change-Id: I4be2bccfa68505a2f663ab1695e547321d2dd0b8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2709
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
parent
9b973c2011
commit
cd8022ce03
3 changed files with 9 additions and 9 deletions
|
@ -3,9 +3,9 @@ depot
|
|||
|
||||
[![Build status](https://badge.buildkite.com/016bff4b8ae2704a3bbbb0a250784e6692007c582983b6dea7.svg?branch=canon)](https://buildkite.com/tvl/depot)
|
||||
|
||||
This repository is the [monorepo][] for the community around [tazjin's virus
|
||||
lounge][tvl], containing our personal tools and infrastructure. Everything in
|
||||
here is built using [Nix][].
|
||||
This repository is the [monorepo][] for the community around [The
|
||||
Virus Lounge][tvl], containing our personal tools and infrastructure.
|
||||
Everything in here is built using [Nix][].
|
||||
|
||||
A large portion of the software here is very self-referential, meaning that it
|
||||
exists to sustain the operation of the repository. This is the case because we
|
||||
|
|
|
@ -26,7 +26,7 @@ let
|
|||
# Repository configuration
|
||||
repo.url=depot
|
||||
repo.path=/var/lib/gerrit/git/depot.git/
|
||||
repo.desc=monorepo for tazjin's virus lounge
|
||||
repo.desc=monorepo for the virus lounge
|
||||
repo.owner=tazjin <mail@tazj.in>
|
||||
repo.clone-url=https://code.tvl.fyi
|
||||
'';
|
||||
|
|
|
@ -14,10 +14,10 @@ let
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="tazjin's Virus Lounge">
|
||||
<meta name="description" content="The Virus Lounge">
|
||||
<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 Virus Lounge</title>
|
||||
<title>The Virus Lounge</title>
|
||||
<style>
|
||||
svg {
|
||||
max-width: inherit;
|
||||
|
@ -27,16 +27,16 @@ let
|
|||
</head>
|
||||
<body class="light">
|
||||
<header>
|
||||
<h1><a class="blog-title" href="/">tazjin's Virus Lounge</a> </h1>
|
||||
<h1><a class="blog-title" href="/">The Virus Lounge</a> </h1>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<img alt="tazjin's Virus Lounge" src="/static/virus_lounge.webp">
|
||||
<img alt="The Virus Lounge" src="/static/virus_lounge.webp">
|
||||
</main>
|
||||
|
||||
<p>
|
||||
Welcome to <b>tazjin's Virus Lounge</b>. We're a random group of
|
||||
Welcome to <b>The Virus Lounge</b>. We're a random group of
|
||||
people who feel undersocialised in these trying times, and
|
||||
we've decided that there isn't enough spontaneous socialising
|
||||
on the internet.
|
||||
|
|
Loading…
Reference in a new issue