Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed May 31, 2024
1 parent 7383d9e commit 8cfb7df
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Hiking/accueil.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,25 @@ <h3>Nos styles</h3>

<!-- the aside content can also be nested within the main content -->
<aside>
<h2>Related</h2>
<h4>Contactez-nous</h4>

<ul>
<li><a href="https://t.me/OsmandRendering"><img src="/icon/logo_telegram.svg" width="25" ></a><a href="https://t.me/OsmandRendering">Telegram</a></li>
<li><a href="https://matrix.to/#/#render-osmand:tedomum.net"><img src="/icon/logo_matrix.svg" width="17" ></a><a href="https://matrix.to/#/#render-osmand:tedomum.net"> Matrix</a></li>
</ul>

<h4>Nos Styles</h4>

<ul>
<li style="text-align:center"><a href="https://github.com/OsmAnd-Rendering/Motorcycle"><img src="/icon/enduro.svg" width="50" ></a><br> <a href="https://github.com/OsmAnd-Rendering/Motorcycle">Motorcycle</a></li>
<li style="text-align:center"><a href="https://github.com/OsmAnd-Rendering/Cycling"><img src="/icon/bicycle.svg" width="50" ></a><br> <a href="https://github.com/OsmAnd-Rendering/Cycling">Cycling</a></li>
<li style="text-align:center"><a href="https://github.com/OsmAnd-Rendering/Hiking"><img src="/icon/hiking.svg" width="50" ></a><br> <a href="https://github.com/OsmAnd-Rendering/Hiking">Hiking</a></li>
<li style="text-align:center"><a href="https://github.com/OsmAnd-Rendering/Online-Maps"><img src="/icon/online_map.svg" width="50" ></a><br> <strong><a href="https://github.com/OsmAnd-Rendering/Online-Maps">Online-Maps</a></strong></li>
<li style="text-align:center"><a href="https://github.com/OsmAnd-Rendering/How-to-create-a-rendering"><img src="/icon/draw.svg" width="40" ></a><br> <strong><a href="https://github.com/OsmAnd-Rendering/How-to-create-a-rendering">Create a rendering</a></strong></li>
<li style="text-align:center"><a href="https://giphy.com/gifs/MwOuiiTfWfWgM"><img src="/icon/[email protected]" width="40" ></a><br> <strong><a href="https://giphy.com/gifs/MwOuiiTfWfWgM">...</a></strong></li>
</ul>


</aside>


Expand Down

0 comments on commit 8cfb7df

Please sign in to comment.