From f0f6985b108a51483e51e6d2f4f8d0570ddcaba7 Mon Sep 17 00:00:00 2001
From: hpolvech <helene.polveche@ens-lyon.fr>
Date: Thu, 19 Mar 2020 14:17:33 +0100
Subject: [PATCH] HTML_tuto:format Aknowledgments

---
 session_1/HTML_tuto.Rmd | 29 ++++++++++++++++-------------
 session_1/slides.Rmd    | 16 ++++++++++------
 2 files changed, 26 insertions(+), 19 deletions(-)

diff --git a/session_1/HTML_tuto.Rmd b/session_1/HTML_tuto.Rmd
index ffa1dc2..37409a5 100644
--- a/session_1/HTML_tuto.Rmd
+++ b/session_1/HTML_tuto.Rmd
@@ -8,10 +8,13 @@ output:
 ---
 <style type="text/css">
 h3 { /* Header 3 */
+position: relative ;
 color: #729FCF ;
+left: 5%;
 }
-h4 { /* Header 4 */
+h1 { /* Header 1 */
 color: #034b6f ;
+
 } 
 #pencadre{
   border:1px; 
@@ -19,6 +22,7 @@ color: #034b6f ;
   border-color: #034b6f; 
   background-color: #EEF3F9; 
   padding: 1em;
+  text-align: center ;
 }
 img[toto] { 
 width: 200px; 
@@ -26,12 +30,11 @@ width: 200px;
 </style>
 
 
-
 ```{r setup, include=FALSE}
 knitr::opts_chunk$set(echo = TRUE)
 ```
 
-## R#1: Introduction to R and RStudio
+
 The goal of this practical is to familiarize yourself with R and the RStudio
 environment.
 
@@ -44,20 +47,20 @@ The objectives of this session will be to:
 - Call functions
 - Manage packages
 
-## Acknowledgments
+### Acknowledgments
 
-<img src="./img/software_carpentry_logo.svg" alt="" width="400"/>
-
-  https://software-carpentry.org/
+<div id='pencadre'>
+  <img src="./img/software_carpentry_logo.svg" alt="" width="300"/>
   
-<img src="./img/r_for_data_science.png" alt="" width="200"/>
-  http://swcarpentry.github.io/r-novice-gapminder/
+  https://software-carpentry.org/
+</div> 
 
-<div>
-  
+ 
+<div id='pencadre'>
+  <img src="./img/r_for_data_science.png" alt="" width="100"/>
   
-</div>
-
+  http://swcarpentry.github.io/r-novice-gapminder/
+</div> 
 
 # Some R background
 
diff --git a/session_1/slides.Rmd b/session_1/slides.Rmd
index afa5846..ea75ec2 100644
--- a/session_1/slides.Rmd
+++ b/session_1/slides.Rmd
@@ -1,15 +1,19 @@
 ---
-title: "R#1: Introduction to R and RStudio"
-author: Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr)
-date: 10 Oct 2019
+title: 'R#1: Introduction to R and RStudio'
+author: "Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr)"
+date: "10 Oct 2019"
 output:
   beamer_presentation:
-    theme: "metropolis"
-    slide_level: 3
-    fig_caption: false
     df_print: tibble
+    fig_caption: no
     highlight: tango
     latex_engine: xelatex
+    slide_level: 3
+    theme: metropolis
+  ioslides_presentation:
+    highlight: tango
+  slidy_presentation:
+    highlight: tango
 ---
 ## R#1: Introduction to R and RStudio
 The goal of this practical is to familiarize yourself with R and the RStudio
-- 
GitLab