Add links for going home to every course page.
This commit is contained in:
parent
a9d846fa50
commit
1816214653
5 changed files with 20 additions and 0 deletions
|
@ -111,6 +111,14 @@ img.lang-lifted {
|
|||
margin-top: -45px;
|
||||
}
|
||||
|
||||
img.home {
|
||||
width: 40px;
|
||||
float: right;
|
||||
padding: 0 5px 0 20px;
|
||||
margin-top: -53px;
|
||||
margin-right: 55px;
|
||||
}
|
||||
|
||||
p.keylinks {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
#+ATTR_HTML: :alt in French :class lang-lifted
|
||||
[[file:../fr/latex-intro.org][file:../content/imgs/fr.png]]
|
||||
|
||||
#+ATTR_HTML: :alt return home :class home
|
||||
[[file:home.org][file:../content/imgs/home.png]]
|
||||
|
||||
This a short course (3 to 5 sessions) giving a short example-based
|
||||
introduction to [[https://en.wikipedia.org/wiki/LaTeX][LaTeX]]. The goal is to explain the basics of LaTeX and
|
||||
then to have the students explore the language and the ecosystem on
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
#+ATTR_HTML: :alt in French :class lang-lifted
|
||||
[[file:../fr/os-ueve.org][file:../content/imgs/fr.png]]
|
||||
|
||||
#+ATTR_HTML: :alt return home :class home
|
||||
[[file:home.org][file:../content/imgs/home.png]]
|
||||
|
||||
The goal of this course is to discuss two of the many fundamental
|
||||
domains in which operating systems must operate: asynchronous
|
||||
input/output (I/O), and parallelism and concurrency. The course starts
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
#+ATTR_HTML: :alt en anglais :class lang-lifted
|
||||
[[file:../en/latex-intro.org][file:../content/imgs/en.png]]
|
||||
|
||||
#+ATTR_HTML: :alt return home :class home
|
||||
[[file:home.org][file:../content/imgs/home.png]]
|
||||
|
||||
Ce cours de courte durée (9 heures environ) est une introduction à
|
||||
[[http://fr.wikipedia.org/wiki/LaTeX][LaTeX]] faite à base d'exemples. Le but est d'expliquer quelques notions
|
||||
de LaTeX et ensuite de laisser les étudiants explorer le langage et
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
#+ATTR_HTML: :alt en anglais :class lang-lifted
|
||||
[[file:../en/os-ueve.org][file:../content/imgs/en.png]]
|
||||
|
||||
#+ATTR_HTML: :alt return home :class home
|
||||
[[file:home.org][file:../content/imgs/home.png]]
|
||||
|
||||
Ce cours présente d'abord brièvement l'historique et la typologie des
|
||||
systèmes d'exploitation et ensuite se penche sur deux aspects de la
|
||||
conception et réalisation de ces systèmes : les entrées/sorties et la
|
||||
|
|
Loading…
Reference in a new issue