Add a page specific css
This commit is contained in:
parent
6794bd6b4c
commit
d432b57b56
24
css/pages.css
Normal file
24
css/pages.css
Normal file
@ -0,0 +1,24 @@
|
||||
body {
|
||||
font-family: "Nimbus Mono PS", "Courier New", monospace;
|
||||
font-weight: normal;
|
||||
color: #454545;
|
||||
margin: 1em auto;
|
||||
max-width: 1000px;
|
||||
padding: 1em;
|
||||
text-align: left;
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: normal;
|
||||
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
||||
font-size: 38pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
||||
font-size: 24pt;
|
||||
margin-top: 1.5em;
|
||||
font-weight: bold;
|
||||
}
|
@ -1,10 +1,9 @@
|
||||
|
||||
|
||||
# Dhananjay Balan
|
||||
# [Dhananjay Balan](https://dbalan.in)
|
||||
|
||||
![](./images/profile.jpg){height=400px}
|
||||
|
||||
Interested in all things technology and other things: cooking, biking and reading, easily nerd snipable.
|
||||
Interested in **all things technology**. Easily nerd snipe-able, especially when related to old tech, cooking or biking.
|
||||
|
||||
Hailing from **Kerala, India**, Currently based in **Berlin, Germany**.
|
||||
|
||||
@ -18,8 +17,9 @@ Always building, seldom finishing
|
||||
- <http://nossl.dbalan.in> -- Webpage with no TLS termination, a landing page for those nasty captive portal redirects.
|
||||
- <https://github.com/NixOS/nixpkgs> — NixOS is my main daily driver, my frustrations with it sometimes result in patches upstream.
|
||||
|
||||
### Elsewhere on the internet
|
||||
- I love getting mail: `hey AT this domain`
|
||||
- [blog.dbalan.in](https://blog.dbalan.in): More organized brain dumps, but mostly rants.
|
||||
## Elsewhere on the Internet
|
||||
- I love getting mail, say hi -- `hey AT this domain`
|
||||
- [blog.dbalan.in](https://blog.dbalan.in): I've got opinions.
|
||||
- [@notmycommit@notwork.in](https://notwork.in/@notmycommit): I'm furious at something or I fail to be funny.
|
||||
- [@notmycommit@bookwyrm.social](https://bookwyrm.social/user/notmycommit): I've thoughts about my reading.
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
<link rel="stylesheet" href="/css/fonts.css" />
|
||||
<link rel="stylesheet" href="/css/theme.css" />
|
||||
<link rel="stylesheet" href="/css/syntax.css" />
|
||||
<link rel="stylesheet" href="/css/pages.css" />
|
||||
|
||||
<!-- Place favicon.ico in the root directory -->
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user