Add picture and links on the homepage
This commit is contained in:
parent
803a0f56ee
commit
3f578e8601
20 changed files with 133 additions and 7 deletions
16
index.html
16
index.html
|
@ -2,9 +2,9 @@
|
|||
title: Home
|
||||
---
|
||||
|
||||
<h2>Welcome</h2>
|
||||
<img src="/images/portrait.jpg" style="width: 35%; float: right; margin: 10px;" />
|
||||
|
||||
<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
|
||||
<h2>Welcome</h2>
|
||||
|
||||
<p>Hi! I am a Data Scientist
|
||||
at <a href="https://www.destygo.com/">Destygo</a>, working on making
|
||||
|
@ -14,7 +14,17 @@ title: Home
|
|||
languages for scientific simulations and with embedded development
|
||||
and electronics.</p>
|
||||
|
||||
<a href="/cv.html">See my full CV.</a>
|
||||
<p><a href="/cv.html">See my full CV.</a></p>
|
||||
|
||||
<a href="mailto:dimitri+web@lozeve.com" class="icon">
|
||||
<img src="/images/icons/email.svg" style="width: 40px;"/>
|
||||
</a>
|
||||
<a href="https://github.com/dlozeve/" class="icon">
|
||||
<img src="/images/icons/github.svg" style="width: 40px;"/>
|
||||
</a>
|
||||
<a href="https://www.linkedin.com/in/dimitrilozeve" class="icon">
|
||||
<img src="/images/icons/linkedin.svg" style="width: 40px;"/>
|
||||
</a>
|
||||
|
||||
<h2>Recent Posts</h2>
|
||||
$partial("templates/post-list.html")$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue