Compare commits

..

No commits in common. "ece51b115b08f1aa273dd8a98ddeea3cce98114b" and "979220becbd8f967e6c5459632a02a84f3d0d0c6" have entirely different histories.

3 changed files with 3 additions and 15 deletions

View File

@ -9,9 +9,8 @@ sort_by = "weight"
Hello, Hello,
I'm Fabrice Mouhartem (`/fa.bʁis mu.aʁ.tεm/`), currently working as a R&D I'm Fabrice Mouhartem, currently working as a R&D Engineer at
Engineer at [XWiki](https://xwiki.org) on the [Cryptpad](https://cryptpad.org) [XWiki](https://xwiki.org) on the [Cryptpad](https://cryptpad.org) project.
project.
I defended a PhD in 2018 at ÉNS de Lyon about privacy preserving cryptography 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. from pairings and lattice assumptions under the supervision of Benoît Libert.
@ -28,6 +27,6 @@ post-quantum signatures.
# Contact # 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 # News

View File

@ -1,6 +1,5 @@
$light-fonts: "Fira Sans Light", sans-serif; $light-fonts: "Fira Sans Light", sans-serif;
$normal-fonts: "Fira Sans", sans-serif; $normal-fonts: "Fira Sans", sans-serif;
$mono-fonts: "Fira Mono", monospace;
$page-width: 800px; $page-width: 800px;
$primary-color: #333; $primary-color: #333;
$bg-color: #eee; $bg-color: #eee;
@ -34,12 +33,6 @@ html {
font-weight: 400; font-weight: 400;
src: local("Fira Sans"), local("FiraSans-Regular"), url("fonts/Fira Sans.woff2") format("woff2"); 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 { body {
max-width: $page-width; max-width: $page-width;
margin: auto; margin: auto;
@ -144,7 +137,3 @@ nav {
float: left; float: left;
} }
} }
code {
font-family: $mono-fonts;
font-size:14px;
}

Binary file not shown.