Compare commits
2 Commits
979220becb
...
ece51b115b
Author | SHA1 | Date | |
---|---|---|---|
ece51b115b | |||
c670302e71 |
@ -9,8 +9,9 @@ sort_by = "weight"
|
||||
|
||||
Hello,
|
||||
|
||||
I'm Fabrice Mouhartem, currently working as a R&D Engineer at
|
||||
[XWiki](https://xwiki.org) on the [Cryptpad](https://cryptpad.org) project.
|
||||
I'm Fabrice Mouhartem (`/fa.bʁis mu.aʁ.tεm/`), currently working as a R&D
|
||||
Engineer at [XWiki](https://xwiki.org) on the [Cryptpad](https://cryptpad.org)
|
||||
project.
|
||||
|
||||
I defended a PhD in 2018 at ÉNS de Lyon about privacy preserving cryptography
|
||||
from pairings and lattice assumptions under the supervision of Benoît Libert.
|
||||
@ -27,6 +28,6 @@ post-quantum signatures.
|
||||
|
||||
# Contact
|
||||
|
||||
You can join me by email at “fabrice • mouhartem (at) xwiki • com”.
|
||||
You can join me by email at “`fabrice • mouhartem (at) xwiki • com`”.
|
||||
|
||||
# News
|
||||
|
@ -1,5 +1,6 @@
|
||||
$light-fonts: "Fira Sans Light", sans-serif;
|
||||
$normal-fonts: "Fira Sans", sans-serif;
|
||||
$mono-fonts: "Fira Mono", monospace;
|
||||
$page-width: 800px;
|
||||
$primary-color: #333;
|
||||
$bg-color: #eee;
|
||||
@ -33,6 +34,12 @@ html {
|
||||
font-weight: 400;
|
||||
src: local("Fira Sans"), local("FiraSans-Regular"), url("fonts/Fira Sans.woff2") format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Fira Mono";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Fira Mono"), local("FiraMono-Regular"), url("fonts/FiraMono-Regular.woff2") format("woff2");
|
||||
}
|
||||
body {
|
||||
max-width: $page-width;
|
||||
margin: auto;
|
||||
@ -137,3 +144,7 @@ nav {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
code {
|
||||
font-family: $mono-fonts;
|
||||
font-size:14px;
|
||||
}
|
||||
|
BIN
static/fonts/FiraMono-Regular.woff2
Normal file
BIN
static/fonts/FiraMono-Regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user