Skip to content
Snippets Groups Projects
Commit 044b44f5 authored by Valentin Degauchy's avatar Valentin Degauchy
Browse files

for merge

parent ae2ba118
Branches
No related tags found
No related merge requests found
...@@ -24,11 +24,6 @@ public class SimpleController { ...@@ -24,11 +24,6 @@ public class SimpleController {
return new ModelAndView("index", "msg", "Bienvenue !"); return new ModelAndView("index", "msg", "Bienvenue !");
} }
// @RequestMapping("/indexsubmit")
// public ModelAndView indexsubmit(@ModelAttribute("bidon")Bidon b, BindingResult result, ModelMap map) {
// return new ModelAndView("index", "msg", "Bienvenue "+b.getNom()+" !");
// }
@RequestMapping("/ex1") @RequestMapping("/ex1")
public ModelAndView exo1() { public ModelAndView exo1() {
String s = FavDir.affiche(); String s = FavDir.affiche();
......
...@@ -12,11 +12,9 @@ ...@@ -12,11 +12,9 @@
TP Kotlin TP Kotlin
</p> </p>
</div> </div>
<div class="onglet"><a href="/ex1">Exercice 1</a></br><p>Singleton</p></div> <div class="onglet"><a href="/ex1">Etape 1 :</a><span> Singleton</span></div>
<div class="onglet"><a href="/ex2">Exercice 2</a></br><p>TBD</p></div> <div class="onglet"><a href="/ex2">Etape 2 :</a><span> TBD</span></div>
<div class="onglet"><a href="/ex3">Exercice 3</a></br><p>Null Safety</p></div> <div class="onglet"><a href="/ex3">Etape 3 & 4 :</a><span> Null Safety</span></div>
<div class="onglet"><a href="/ex4">Exercice 4</a></br><p>Les Coroutines</p></div>
<div class="onglet"><a href="/ex5">Exercice 5</a></br><p></p></div>
</div> </div>
</nav> </nav>
<br> <br>
\ No newline at end of file
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-md-8"> <div class="col-md-8">
<p class="center"> <p class="center">
Maintenant on vous laisse commencer avec le premier exercice (regarde, le lien est dans la NavBar). Maintenant on vous laisse commencer avec le premier exercice. Tout est dans le Readme.<br>
On vous laisse à disposition ce Front pour tester.
</p> </p>
</div> </div>
</div> </div>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
} }
.onglet { .onglet {
margin-top: 1.5%; margin-top: 2.5%;
display: inline-block !important; display: inline-block !important;
color: #6e8a99; color: #6e8a99;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment