remove dailies from homepage
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -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";
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user