Commit 77bea462 authored by Remi Cresson's avatar Remi Cresson
Browse files

Add pres

parent 5de57ea0
No related merge requests found
Pipeline #38579 passed with stages
in 1 minute and 57 seconds
Showing with 116 additions and 1 deletion
+116 -1
/home/remi/Documents/otb/otbtf_pres
\ No newline at end of file
FROM alpine:latest
# If we need the latest version of revealjs
# RUN wget -O reveal.zip https://github.com/hakimel/reveal.js/archive/master.zip
# RUN unzip reveal.zip -d reveal
# Création d'un dossier public pour stocker notre future présentation
RUN mkdir /public
# Copie des assets nécessaires reveal.js
COPY ./revealjs /public/revealjs
# Copie du fichier index.html modifié (gestion du markdown, et lien vers le fichier css custom)
COPY ./index.html /public/
COPY ./illustrations /public/illustrations
# Copie des styles custom
COPY ./*.css /public/
/*!
Theme: a11y-light
Author: @ericwbailey
Maintainer: @ericwbailey
Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
*/
.hljs {
background: #fefefe;
color: #000000;
}
/* Comment */
.hljs-comment,
.hljs-quote {
color: #696969;
}
/* Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
color: #d91e18;
}
/* Orange */
.hljs-number,
.hljs-built_in,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
color: #aa5d00;
}
/* Yellow */
.hljs-attribute {
color: #aa5d00;
}
/* Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
color: #008000;
}
/* Blue */
.hljs-title,
.hljs-section {
color: #007faa;
}
/* Purple */
.hljs-keyword,
.hljs-selector-tag {
color: #7928a1;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
@media screen and (-ms-high-contrast: active) {
.hljs-addition,
.hljs-attribute,
.hljs-built_in,
.hljs-bullet,
.hljs-comment,
.hljs-link,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-params,
.hljs-string,
.hljs-symbol,
.hljs-type,
.hljs-quote {
color: highlight;
}
.hljs-keyword,
.hljs-selector-tag {
font-weight: bold;
}
}
This diff is collapsed.
otbtf_pres/illustrations/CC-licence.png

3.88 KB

otbtf_pres/illustrations/aligned_grid.png

68.4 KB

otbtf_pres/illustrations/anim_crga.gif

634 KB

otbtf_pres/illustrations/ann.png

162 KB

otbtf_pres/illustrations/ann_example.png

1.19 MB

otbtf_pres/illustrations/ann_train1.png

36.8 KB

otbtf_pres/illustrations/ann_train2.png

1.24 MB

otbtf_pres/illustrations/ann_train3.png

17 KB

otbtf_pres/illustrations/ann_types.png

61.4 KB

otbtf_pres/illustrations/bands.png

1.85 MB

otbtf_pres/illustrations/blank.png

537 Bytes

otbtf_pres/illustrations/cap1.png

1.2 MB

otbtf_pres/illustrations/cap2.png

1.27 MB

otbtf_pres/illustrations/cap3.png

1.17 MB

otbtf_pres/illustrations/cap4.png

1.47 MB

otbtf_pres/illustrations/cap6.png

1.38 MB

Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment