Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinFayt committed Oct 27, 2021
1 parent d2948d2 commit c94dab6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions view/public/Liens.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<section>
<h2>Une bible pour l'html / css / javascript</h2>
<ul>
<a href="https://developer.mozilla.org/fr/" target="_blank">
<a href="https://developer.mozilla.org/fr/" target="_blank" draggable="false">
<li>
<div>
<img src="./assets/img/mozilla_dev.png" />
Expand All @@ -25,7 +25,7 @@
<section>
<h2>Correcteur orthographique du css / html et petits jeux sur les flex-box et grid</h2>
<ul>
<a href="https://validator.w3.org/" target="_blank">
<a href="https://validator.w3.org/" target="_blank" draggable="false">
<li>
<p>
W3C Validator : <br /> <br />
Expand All @@ -37,7 +37,7 @@
</div>
</li>
</a>
<a href="https://flexboxfroggy.com/#fr" target="_blank">
<a href="https://flexboxfroggy.com/#fr" target="_blank" draggable="false">
<li>
<div>
<img src="./assets/img/froggy_flexbox.png" />
Expand All @@ -49,7 +49,7 @@
</p>
</li>
</a>
<a href="https://cssgridgarden.com/#fr" target="_blank">
<a href="https://cssgridgarden.com/#fr" target="_blank" draggable="false">
<li>
<p>
Grid Garden : <br /> <br />
Expand All @@ -65,7 +65,7 @@
<section>
<h2>La bible de php, et des testeurs de code php</h2>
<ul>
<a href="https://www.php.net/" target="_blank">
<a href="https://www.php.net/" target="_blank" draggable="false">
<li>
<div>
<img src="./assets/img/php.png" />
Expand All @@ -76,7 +76,7 @@
</p>
</li>
</a>
<a href=" http://phptester.net/" target="_blank">
<a href=" http://phptester.net/" target="_blank" draggable="false">
<li>
<p>
PHP Tester : <br /><br />
Expand All @@ -87,7 +87,7 @@
</div>
</li>
</a>
<a href="https://extendsclass.com/php.html" target="_blank">
<a href="https://extendsclass.com/php.html" target="_blank" draggable="false">
<li>
<div>
<img src="./assets/img/extend_class.png" />
Expand All @@ -103,7 +103,7 @@
<section>
<h2>Des exercices de code, tout langage confondu</h2>
<ul>
<a href="https://www.codewars.com/" target="_blank">
<a href="https://www.codewars.com/" target="_blank" draggable="false">
<li>
<p>
Code Wars : <br /> <br />
Expand All @@ -120,7 +120,7 @@
<section>
<h2>Github? Github!</h2>
<ul>
<a href="https://github.com/" target="_blank">
<a href="https://github.com/" target="_blank" draggable="false">
<li>
<div>
<img src="./assets/img/git.png" />
Expand Down

0 comments on commit c94dab6

Please sign in to comment.