Skip to content

Commit

Permalink
Format html with html LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJu committed Nov 19, 2023
1 parent 79c824e commit d6ca644
Showing 1 changed file with 25 additions and 20 deletions.
45 changes: 25 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<!DOCTYPE html>
<!-- highly inspired by the TupperVim.org website -->
<html class="nerd" lang="fr">

<head>
<meta charset="UTF-8" />
<title>TupperRust</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>

<body>

<a id="fork-me" href="https://github.com/TupperRust/tupperrust.github.io"><img style="position: absolute; top: 0;
right: 0; border: 0;"
src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>

<header>
<img src="TupperRustlogo.svg" onerror="this.src='TupperRustlogo.png'" alt="TupperRust" />
Expand All @@ -30,21 +32,21 @@ <h2>Prochaines sessions</h2>
<dl>
<dt>Grenoble</dt>
<dd> le <strong>jeudi 30 novembre 2023 à partir de 19:00</strong> dans les locaux de
<div>
<strong>
<a href="https://sii-group.com/fr-FR/sii-rhone-alpes" rel="nofollow">SII</a
> : <a href="https://www.openstreetmap.org/way/56016854#map=17/45.18393/5.70514"
>31 Rue Gustave Eiffel · Grenoble</a>
</strong>
(quartier Bouchayer-Viallet).
</div>
<br />
<div>
Merci de vous inscrire sur
<a href="https://www.meetup.com/tupperlibre/events/297172916/" rel="nofollow">Meetup</a>.
</div>
<br />
<div><strong>Apéro sponsorisé par SII.</strong></div>
<div>
<strong>
<a href="https://sii-group.com/fr-FR/sii-rhone-alpes" rel="nofollow">SII</a> : <a
href="https://www.openstreetmap.org/way/56016854#map=17/45.18393/5.70514">31 Rue Gustave Eiffel ·
Grenoble</a>
</strong>
(quartier Bouchayer-Viallet).
</div>
<br />
<div>
Merci de vous inscrire sur
<a href="https://www.meetup.com/tupperlibre/events/297172916/" rel="nofollow">Meetup</a>.
</div>
<br />
<div><strong>Apéro sponsorisé par SII.</strong></div>
</dd>
</dl>
</section>
Expand Down Expand Up @@ -94,7 +96,8 @@ <h2>Comment ? (le principe)</h2>
Un Randori (pour la session à janvier 2018) ;
</li>
<li>
Pour la prochaine session : une présentation d'éléments spécifiques du langage, de quelques modules et nous suggérerons un travail en groupe pour mieux comprendre le langage ;
Pour la prochaine session : une présentation d'éléments spécifiques du langage, de quelques modules et nous
suggérerons un travail en groupe pour mieux comprendre le langage ;
</li>
</ul>
</section>
Expand Down Expand Up @@ -141,7 +144,8 @@ <h2>Liens</h2>
<dd>
<ul>
<li> <a rel="nofollow" href="http://intorust.com/">into_rust(): Screencasts pour apprendre Rust [en]</a> </li>
<li> <a rel="nofollow" href="https://doc.rust-lang.org/book/ownership.html">Le livre officiel pour apprendre le langage [en]</a> </li>
<li> <a rel="nofollow" href="https://doc.rust-lang.org/book/ownership.html">Le livre officiel pour apprendre
le langage [en]</a> </li>
<li> <a rel="nofollow" href="https://blog.guillaume-gomez.fr/Rust/">Tutoriel en Français</a></li>
</ul>
</dd>
Expand All @@ -154,4 +158,5 @@ <h2>Liens</h2>
</dl>
</section>
</body>

</html>

0 comments on commit d6ca644

Please sign in to comment.