remove dailies from homepage
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Arvo';
|
font-family: 'Arvo';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url('../fonts/Arvo-Regular.woff2') format('woff2');
|
src: url('../fonts/Arvo-Regular.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Quantico';
|
font-family: 'Quantico';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url('../fonts/Quantico-Regular.woff2') format('woff2');
|
src: url('../fonts/Quantico-Regular.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,13 +75,14 @@
|
|||||||
|
|
||||||
@font-family {
|
@font-family {
|
||||||
font-family: 'Monoid';
|
font-family: 'Monoid';
|
||||||
|
font-style: normal;
|
||||||
src: url('../fonts/Monoid-Regular.woff2') format('woff2');
|
src: url('../fonts/Monoid-Regular.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Monoid';
|
font-family: 'Monoid';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
src: url('../fonts/Monoid-Bold.woff2') format('woff2'),
|
src: url('../fonts/Monoid-Bold.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-family {
|
@font-family {
|
||||||
@@ -232,10 +233,6 @@ article .post-header {
|
|||||||
margin: 1rem auto 3rem;
|
margin: 1rem auto 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo a:hover {
|
|
||||||
transform: rotate(180deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo a {
|
.logo a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: "Monoid";
|
font-family: "Monoid";
|
||||||
|
@@ -24,7 +24,7 @@ Hello, I am Amneesh Singh, I also go by =natto1784= online. I live in Delhi, Ind
|
|||||||
* _Skills_
|
* _Skills_
|
||||||
** Programming Languages
|
** Programming Languages
|
||||||
- *Experienced*: C/C++, Rust, Python, Javascript, CSS, HTML
|
- *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
|
** 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
|
- *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>
|
<hr>
|
||||||
$for(today)$
|
$for(today)$
|
||||||
<article>
|
<article>
|
||||||
|
@@ -17,7 +17,6 @@
|
|||||||
<a href="/about.html">About</a>
|
<a href="/about.html">About</a>
|
||||||
<a href="/contact.html">Contact</a>
|
<a href="/contact.html">Contact</a>
|
||||||
<a href="/archive.html">Archive</a>
|
<a href="/archive.html">Archive</a>
|
||||||
<a href="/dailies.html">Dailies</a>
|
|
||||||
<a href="/links.html">Links</a>
|
<a href="/links.html">Links</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
Reference in New Issue
Block a user