support slides

This commit is contained in:
Yann Esposito (Yogsototh) 2021-05-07 17:22:57 +02:00
parent 78c176d73e
commit 1e727b5d2b
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
3 changed files with 11 additions and 4 deletions

View file

@ -1,9 +1,16 @@
#content *
{ font-family: monospace;
font-size: 12px;
}
#preamble h1, #preamble h2 { #preamble h1, #preamble h2 {
padding: 0; padding: 0;
margin: 1em 0; margin: 1em 0;
border-top: none; border-top: none;
} }
#content { border-left: solid; border-right: solid; margin-top: 2rem;} #content { border-left: solid;
border-right: solid;
border-bottom: solid;
margin-top: 2rem;}
#content :first-child { margin-top: 0; } #content :first-child { margin-top: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 1rem; } h1,h2,h3,h4,h5,h6 { font-size: 1rem; }
h1,h2,h3,footer { h1,h2,h3,footer {

View file

@ -9,7 +9,6 @@
@@html:<nav> @@html:<nav>
<a href="/index.html">Home</a> | <a href="/index.html">Home</a> |
<a href="/archive.html">Posts</a> |
<a href="/slides.html">Slides</a> | <a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a> <a href="/about-me.html">About</a>
<span class="details"> <span class="details">
@ -21,7 +20,7 @@
* English * English
@@html:<span class="metas">2018-10-25</span>@@: *[[file:slides/git-project-manager.org][Git Project Manager]]* @@html:<span class="metas">2018-10-25</span>@@: *[[./slides/git-project-manager.html][Git Project Manager]]*
This is a talk I made for the "Commission Open Source" about how to gain This is a talk I made for the "Commission Open Source" about how to gain
back autonomy with git by providing most features Github propose just with back autonomy with git by providing most features Github propose just with
@ -31,6 +30,6 @@ etc...
* French * French
@@html:<span class="metas">2018-03-15</span>@@: *[[file:slides/Intro-to-FP-with-Haskell.org][Introduction à la programmation fonctionnelle avec Haskell]]* @@html:<span class="metas">2018-03-15</span>@@: *[[./slides/Intro-to-FP-with-Haskell.html][Introduction à la programmation fonctionnelle avec Haskell]]*
A talk in French introducing Functional programming concept with Haskell. A talk in French introducing Functional programming concept with Haskell.

View file

@ -10,6 +10,7 @@
<link rel="stylesheet" href="/css/y.css"/> <link rel="stylesheet" href="/css/y.css"/>
<link rel="alternate" type="application/rss+xml" href="/rss.xml" /> <link rel="alternate" type="application/rss+xml" href="/rss.xml" />
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
$header-includes$
</head> </head>
<body> <body>
<div class="main"> <div class="main">