Initial commit
This commit is contained in:
commit
ff6d829468
19 changed files with 583 additions and 0 deletions
22
index.html
Normal file
22
index.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: Home
|
||||
---
|
||||
|
||||
<h2>Welcome</h2>
|
||||
|
||||
<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
|
||||
|
||||
<p>Hi! I am a Data Scientist
|
||||
at <a href="https://www.destygo.com/">Destygo</a>, working on making
|
||||
chatbots smarter through Machine Learning.</p>
|
||||
|
||||
<p>During my free time, I love tinkering with functional programming
|
||||
languages for scientific simulations and with embedded development
|
||||
and electronics.</p>
|
||||
|
||||
<a href="/cv.html">See my full CV.</a>
|
||||
|
||||
<h2>Recent Posts</h2>
|
||||
$partial("templates/post-list.html")$
|
||||
|
||||
<p>Find more in the <a href="/archive.html">archives</a>.</p>
|
Loading…
Add table
Add a link
Reference in a new issue