Add a profile image and template

This commit is contained in:
Dhananjay Balan 2024-02-11 17:58:12 +01:00
parent 77faa109ee
commit 6794bd6b4c
3 changed files with 48 additions and 5 deletions

BIN
images/profile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -1,7 +1,25 @@
# Document Title
Hello world
```
when in rome
```
# Dhananjay Balan
![](./images/profile.jpg){height=400px}
Interested in all things technology and other things: cooking, biking and reading, easily nerd snipable.
Hailing from **Kerala, India**, Currently based in **Berlin, Germany**.
Currently tending infrastructure at [voltus](https://voltus.co), previously at [Port Zero](https://port-zero.com), [CLIQZ](https://cliqz.com) and [Plivo](https://plivo.com), an outdated résumé is available at <https://resume.dbalan.in>
## Projects
Always building, seldom finishing
- <https://quotes.dbalan.in> — an opinionated minimal readwise.io clone ([source](https://git.planet-express.in/dbalan/quotes-api))
- <https://cookbook.dbalan.in> -- Recipe lists on cooking rotation, over-engineered this one to generate a static site from yaml spec ([source](https://github.com/dbalan/recipes)).
- <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.
- [@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.

25
templates/pages.html Normal file
View File

@ -0,0 +1,25 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>$title$</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="/css/theme.css" />
<link rel="stylesheet" href="/css/syntax.css" />
<!-- Place favicon.ico in the root directory -->
</head>
<body>
$body$
<!--[if lt IE 8]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve
your experience.
</p>
<![endif]-->
</body>
</html>