Add a description tag, and minify image further
This commit is contained in:
parent
4044ff6ec9
commit
f5863c29d0
26 changed files with 31 additions and 8 deletions
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Archives">
|
||||
<title>Dimitri Lozeve - Archives</title>
|
||||
<link rel="stylesheet" href="./css/default.css" />
|
||||
<link rel="stylesheet" href="./css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Contact">
|
||||
<title>Dimitri Lozeve - Contact</title>
|
||||
<link rel="stylesheet" href="./css/default.css" />
|
||||
<link rel="stylesheet" href="./css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Curriculum Vitæ">
|
||||
<title>Dimitri Lozeve - Curriculum Vitæ</title>
|
||||
<link rel="stylesheet" href="./css/default.css" />
|
||||
<link rel="stylesheet" href="./css/syntax.css" />
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 7.4 KiB |
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Home">
|
||||
<title>Dimitri Lozeve - Home</title>
|
||||
<link rel="stylesheet" href="./css/default.css" />
|
||||
<link rel="stylesheet" href="./css/syntax.css" />
|
||||
|
@ -33,7 +34,7 @@
|
|||
|
||||
<main role="main">
|
||||
<h1>Home</h1>
|
||||
<img src="./images/portrait_small.jpg" style="width: 35%; float: right; margin: 10px;" />
|
||||
<img src="./images/portrait_small.jpg" style="width: 35%; float: right; margin: 10px;" alt="Dimitri Lozeve portrait" />
|
||||
|
||||
<h2>Welcome</h2>
|
||||
|
||||
|
@ -50,13 +51,13 @@
|
|||
a <a href="./files/cv.pdf">PDF version</a><!-- (<a href="/files/cv.pdf.minisig">signature</a>) -->.</p>
|
||||
|
||||
<a href="mailto:dimitri+web@lozeve.com" class="icon">
|
||||
<img src="./images/icons/email.svg" style="width: 40px;" />
|
||||
<img src="./images/icons/email.svg" style="width: 40px;" alt="email" />
|
||||
</a>
|
||||
<a href="https://github.com/dlozeve/" class="icon">
|
||||
<img src="./images/icons/github.svg" style="width: 40px;" />
|
||||
<img src="./images/icons/github.svg" style="width: 40px;" alt="github" />
|
||||
</a>
|
||||
<a href="https://www.linkedin.com/in/dimitrilozeve" class="icon">
|
||||
<img src="./images/icons/linkedin.svg" style="width: 40px;" />
|
||||
<img src="./images/icons/linkedin.svg" style="width: 40px;" alt="linkedin" />
|
||||
</a>
|
||||
|
||||
<p><a href="https://jedisct1.github.io/minisign/">minisign</a>/<a href="https://man.openbsd.org/signify.1">signify(1)</a>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Random matrices from the Ginibre ensemble">
|
||||
<title>Dimitri Lozeve - Random matrices from the Ginibre ensemble</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Ising model simulation in APL">
|
||||
<title>Dimitri Lozeve - Ising model simulation in APL</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Ising model simulation">
|
||||
<title>Dimitri Lozeve - Ising model simulation</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Generating and representing L-systems">
|
||||
<title>Dimitri Lozeve - Generating and representing L-systems</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Peano Axioms">
|
||||
<title>Dimitri Lozeve - Peano Axioms</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Quick Notes on Reinforcement Learning">
|
||||
<title>Dimitri Lozeve - Quick Notes on Reinforcement Learning</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Mindsay: Towards Self-Learning Chatbots">
|
||||
<title>Dimitri Lozeve - Mindsay: Towards Self-Learning Chatbots</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Projects">
|
||||
<title>Dimitri Lozeve - Projects</title>
|
||||
<link rel="stylesheet" href="./css/default.css" />
|
||||
<link rel="stylesheet" href="./css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: ADS-B data visualization">
|
||||
<title>Dimitri Lozeve - ADS-B data visualization</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Civilisation">
|
||||
<title>Dimitri Lozeve - Civilisation</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Community Detection">
|
||||
<title>Dimitri Lozeve - Community Detection</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Ising model simulation">
|
||||
<title>Dimitri Lozeve - Ising model simulation</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: L-systems">
|
||||
<title>Dimitri Lozeve - L-systems</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Orbit">
|
||||
<title>Dimitri Lozeve - Orbit</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Satrap">
|
||||
<title>Dimitri Lozeve - Satrap</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Topological Data Analysis of time-dependent networks">
|
||||
<title>Dimitri Lozeve - Topological Data Analysis of time-dependent networks</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: WWII bombings visualization">
|
||||
<title>Dimitri Lozeve - WWII bombings visualization</title>
|
||||
<link rel="stylesheet" href="../css/default.css" />
|
||||
<link rel="stylesheet" href="../css/syntax.css" />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Skills in Statistics, Data Science and Machine Learning">
|
||||
<title>Dimitri Lozeve - Skills in Statistics, Data Science and Machine Learning</title>
|
||||
<link rel="stylesheet" href="./css/default.css" />
|
||||
<link rel="stylesheet" href="./css/syntax.css" />
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 7.4 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: Home
|
||||
---
|
||||
|
||||
<img src="/images/portrait_small.jpg" style="width: 35%; float: right; margin: 10px;" />
|
||||
<img src="/images/portrait_small.jpg" style="width: 35%; float: right; margin: 10px;" alt="Dimitri Lozeve portrait"/>
|
||||
|
||||
<h2>Welcome</h2>
|
||||
|
||||
|
@ -19,13 +19,13 @@ title: Home
|
|||
a <a href="/files/cv.pdf">PDF version</a><!-- (<a href="/files/cv.pdf.minisig">signature</a>) -->.</p>
|
||||
|
||||
<a href="mailto:dimitri+web@lozeve.com" class="icon">
|
||||
<img src="/images/icons/email.svg" style="width: 40px;"/>
|
||||
<img src="/images/icons/email.svg" style="width: 40px;" alt="email"/>
|
||||
</a>
|
||||
<a href="https://github.com/dlozeve/" class="icon">
|
||||
<img src="/images/icons/github.svg" style="width: 40px;"/>
|
||||
<img src="/images/icons/github.svg" style="width: 40px;" alt="github"/>
|
||||
</a>
|
||||
<a href="https://www.linkedin.com/in/dimitrilozeve" class="icon">
|
||||
<img src="/images/icons/linkedin.svg" style="width: 40px;"/>
|
||||
<img src="/images/icons/linkedin.svg" style="width: 40px;" alt="linkedin"/>
|
||||
</a>
|
||||
|
||||
<p><a href="https://jedisct1.github.io/minisign/">minisign</a>/<a href="https://man.openbsd.org/signify.1">signify(1)</a>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: $title$">
|
||||
<title>Dimitri Lozeve - $title$</title>
|
||||
<link rel="stylesheet" href="/css/default.css" />
|
||||
<link rel="stylesheet" href="/css/syntax.css" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue