remove dailies from homepage

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-02-18 11:06:24 +05:30
parent 55f020ed73
commit b2c9d4fdbd
4 changed files with 6 additions and 10 deletions

View File

@@ -75,13 +75,14 @@
@font-family {
font-family: 'Monoid';
font-style: normal;
src: url('../fonts/Monoid-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'Monoid';
font-weight: bold;
src: url('../fonts/Monoid-Bold.woff2') format('woff2'),
src: url('../fonts/Monoid-Bold.woff2') format('woff2');
}
@font-family {
@@ -232,10 +233,6 @@ article .post-header {
margin: 1rem auto 3rem;
}
.logo a:hover {
transform: rotate(180deg);
}
.logo a {
font-weight: bold;
font-family: "Monoid";

View File

@@ -24,7 +24,7 @@ Hello, I am Amneesh Singh, I also go by =natto1784= online. I live in Delhi, Ind
* _Skills_
** Programming Languages
- *Experienced*: C/C++, Rust, Python, Javascript, CSS, HTML
- *Familiar*: Haskell, PHP, Java, Lua, x86-Assembly, ARM-Assembly
- *Familiar*: Lisp, Haskell, PHP, Java, Lua, Go, x86-Assembly, ARM-Assembly
** Tools
- *Experienced*: GNU/Linux, POSIX Shells, Git, Nix/NixOS, GNU Make, ffmpeg, OpenSSH, vi/vim, GNU Emacs, Docker, Hashicorp Nomad, Hashicorp Vault, nginx, Concourse CI

View File

@@ -1,4 +1,4 @@
These are called dailies but these are not posted daily
You have stumbled upon a relic of the past that I never maintained.
<hr>
$for(today)$
<article>

View File

@@ -17,7 +17,6 @@
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
<a href="/archive.html">Archive</a>
<a href="/dailies.html">Dailies</a>
<a href="/links.html">Links</a>
</nav>
</header>