diff --git a/hello.css b/hello.css index ede3556b003743469818b489fa626091efbff69b..ab4f7902913f1c759029fbebe8a1e3c8462719e8 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 eba0189771d7214c1f63180981fe8c7712ca3d2a..61d7432923690eaf1fbf940c545c8b0b26b7e041 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