From 5356f66da868f159521778be15189ba56cbd1ec7 Mon Sep 17 00:00:00 2001 From: Maxime Veber <nek.dev@gmail.com> Date: Mon, 26 Mar 2018 13:56:15 +0200 Subject: [PATCH] Review the integration again (drop images) --- hello.css | 13 +++++++++++++ index.md | 37 +++++++++++++++++++------------------ 2 files changed, 32 insertions(+), 18 deletions(-) diff --git a/hello.css b/hello.css index ede3556..ab4f790 100644 --- a/hello.css +++ b/hello.css @@ -72,6 +72,19 @@ code { height: 150px; } +#hello { + line-height: 1.1; +} +#hello img { + border-radius: 50% !important; + -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.51); + -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.51); + box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.51); +} +#hello .job { + font-size: 0.7em; +} + #universcine, #manomano { display: inline-block; } diff --git a/index.md b/index.md index eba0189..61d7432 100644 --- a/index.md +++ b/index.md @@ -1,26 +1,24 @@ -# Ne soyez plus l'esclave de Doctrine +# NE SOYEZ PLUS L'ESCLAVE DE DOCTRINE --- +<!-- .slide: id="hello" --> ## Hello! <div style="width: 50%; float: left;"> -Grégoire Paris<br /> -Software Engineer<br /> <span id="gregoire"></span><br /> - <div id="gregoire_company"> - <div id="universcine"> -  - </div> - <div id="universcine">➡ </div> - <div id="manomano"> -  - </div> - </div> +**Grégoire PARIS**<br /> +<span class="job"> +Software Engineer<br /> +Universciné → ManoMano<br /> +</span> </div> <div style="width: 50%; float: right;" id="maxime"> -Maxime Veber<br /> -Backend developer<br /> - +<br /> +**Maxime VEBER**<br /> +<span class="job"> +Backend Developer<br /> +Agence BiiG +</span> </div> --- @@ -36,6 +34,7 @@ Backend developer<br /> Notes: Juste pour dire que nous n'avons rien à voir avec la team de Doctrine et qu'il faut les remercier. --- +<!-- .slide: class="lot_of_code" --> ## Vous avez dit entité ? ```php @@ -364,10 +363,12 @@ class ArticleRepository extends ServiceEntityRepository ✔ Enregistrement en tant que service simple --- -## Les repositories +## L'interface ServiceEntityRepositoryInterface ```php -final class DoctrineArticleRepository implements ArticleRepositoryInterface, ServiceEntityRepositoryInterface +final class DoctrineArticleRepository implements + ArticleRepositoryInterface, + ServiceEntityRepositoryInterface { private $entityManager; @@ -625,7 +626,7 @@ doctrine: ``` --- -# What's next +# What's next? --- # Support de MariaDB dans Doctrine 3 -- GitLab