-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,11 +60,12 @@ <h1>Header</h1> | |
|
||
<!-- It contains an article --> | ||
<article> | ||
|
||
<h3>Bienvenue sur OsmAnd Rendering !</h3> | ||
|
||
<p>Nous sommes des utilisateurs d’<a href="https://osmand.net/">OsmAnd</a><a href="https://osmand.net/"><img src="/icon/logo_osmand.svg" width="25" /></a> et contributeurs d'<a href="https://www.openstreetmap.org/">OpenStreetMap</a><a href="https://www.openstreetmap.org/"><img src="/icon/logo_openstreetmap.svg" width="20" /></a>. Nous aimons beaucoup le coté multi-activités ainsi que la flexibilité qu'offre cette application.</p><br><br> | ||
<p>Nous sommes des utilisateurs d’<a href="https://osmand.net/">OsmAnd</a><a href="https://osmand.net/"><img src="/icon/logo_osmand.svg" width="25" /></a> et contributeurs d'<a href="https://www.openstreetmap.org/">OpenStreetMap</a><a href="https://www.openstreetmap.org/"><img src="/icon/logo_openstreetmap.svg" width="20" /></a>. Nous aimons beaucoup le coté multi-activités ainsi que la flexibilité qu'offre cette application.</p><br> | ||
|
||
<p>Notre envie d’améliorer notre expérience avec OsmAnd nous a poussé à créer divers styles d’affichage, certains de manières individuelle, d’autres de manière collaborative, avec très peu voir aucune connaissance et nous avons fini par les réunir sur ce Github pour pouvoir les partager avec le plus grand nombre.</p><br><br> | ||
<p>Notre envie d’améliorer notre expérience avec OsmAnd nous a poussé à créer divers styles d’affichage, certains de manières individuelle, d’autres de manière collaborative, avec très peu voir aucune connaissance et nous avons fini par les réunir sur ce Github pour pouvoir les partager avec le plus grand nombre.</p><br> | ||
|
||
<p>Notre équipe de joyeux curieux, créatifs passionnés et bidouilleurs de tous horizons, totalement indépendante du projet OsmAnd, a déjà créé les styles ci-dessous. Essayez-les et venez en discuter!</p><br><br> | ||
|
||
|
@@ -81,16 +82,25 @@ <h3>Remerciements</h3> | |
</ul> | ||
|
||
|
||
<h3>Another subsection</h3> | ||
|
||
<p>Donec viverra mi quis quam pulvinar at malesuada arcu rhoncus. Cum soclis natoque penatibus et manis dis parturient montes, nascetur ridiculus mus. In rutrum accumsan ultricies. Mauris vitae nisi at sem facilisis semper ac in est.</p> | ||
|
||
<p>Vivamus fermentum semper porta. Nunc diam velit, adipscing ut tristique vitae sagittis vel odio. Maecenas convallis ullamcorper ultricied. Curabitur ornare, ligula semper consectetur sagittis, nisi diam iaculis velit, is fringille sem nunc vet mi.</p> | ||
|
||
<ul> | ||
<li><a href="https://matrix.to/#/#render-osmand:tedomum.net">Matrix</a> — <code>#render-osmand:tedomum.net</code></li> | ||
<li><a href="https://t.me/OsmandRendering">Telegram</a> — <code>@OsmandRendering</code></li> | ||
</ul> | ||
<h3>Nos styles</h3> | ||
|
||
<table style="width:100%"> | ||
<thead> | ||
<tr> | ||
<th 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></th> | ||
<th 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></th> | ||
<th 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></th> | ||
<th 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></th> | ||
<th 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></th> | ||
<th 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></th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td style="text-align:center"></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
|
||
</article> | ||
|