diff --git a/CycloRoute/Style.css b/CycloRoute/Style.css new file mode 100644 index 0000000..d464955 --- /dev/null +++ b/CycloRoute/Style.css @@ -0,0 +1,126 @@ +/* || General setup */ + +html, body { + margin: 0; + padding: 0; + } + + html { + font-size: 10px; + background-color: #a9a9a9; + } + + body { + width: 70%; + margin: 0 auto; + } + + /* || typography */ + + h1, h2, h3 { + font-family: 'Segoe UI', cursive; + color: #2a2a2a; + } + + p, input, li { + font-family: 'Segoe UI', sans-serif; + color: #2a2a2a; + } + + h1 { + font-size: 4rem; + text-align: center; + text-shadow: 2px 2px 10px ; + } + + h2 { + font-size: 3rem; + text-align: center; + } + + h3 { + font-size: 2.2rem; + } + + p, li { + font-size: 1.6rem; + line-height: 1.5; + } + + /* || header layout */ + + nav, article, aside, footer { + padding: 1%; + } + + nav { + height: 50px; + display: flex; + margin-bottom: 10px; + } + + nav ul { + padding: 0; + list-style-type: none; + flex: 2; + display: flex; + } + + nav li { + display: inline; + text-align: center; + flex: 1; + } + + nav a { + display: inline-block; + font-size: 2rem; + text-transform: uppercase; + text-decoration: none; + } + + nav form { + flex: 1; + display: flex; + align-items: center; + height: 100%; + padding: 0 2em; + } + + input { + font-size: 1.6rem; + height: 32px; + } + + input[type="search"] { + flex: 3; + } + + input[type="submit"] { + flex: 1; + margin-left: 1rem; + border: 0; + } + + /* || main layout */ + + main { + display: flex; + } + + article { + flex: 4; + } + + aside { + flex: 1; + margin-left: 10px; + } + + aside li { + padding-bottom: 10px; + } + + footer { + margin-top: 10px; + } \ No newline at end of file diff --git a/Enduro/Style.css b/Enduro/Style.css new file mode 100644 index 0000000..d464955 --- /dev/null +++ b/Enduro/Style.css @@ -0,0 +1,126 @@ +/* || General setup */ + +html, body { + margin: 0; + padding: 0; + } + + html { + font-size: 10px; + background-color: #a9a9a9; + } + + body { + width: 70%; + margin: 0 auto; + } + + /* || typography */ + + h1, h2, h3 { + font-family: 'Segoe UI', cursive; + color: #2a2a2a; + } + + p, input, li { + font-family: 'Segoe UI', sans-serif; + color: #2a2a2a; + } + + h1 { + font-size: 4rem; + text-align: center; + text-shadow: 2px 2px 10px ; + } + + h2 { + font-size: 3rem; + text-align: center; + } + + h3 { + font-size: 2.2rem; + } + + p, li { + font-size: 1.6rem; + line-height: 1.5; + } + + /* || header layout */ + + nav, article, aside, footer { + padding: 1%; + } + + nav { + height: 50px; + display: flex; + margin-bottom: 10px; + } + + nav ul { + padding: 0; + list-style-type: none; + flex: 2; + display: flex; + } + + nav li { + display: inline; + text-align: center; + flex: 1; + } + + nav a { + display: inline-block; + font-size: 2rem; + text-transform: uppercase; + text-decoration: none; + } + + nav form { + flex: 1; + display: flex; + align-items: center; + height: 100%; + padding: 0 2em; + } + + input { + font-size: 1.6rem; + height: 32px; + } + + input[type="search"] { + flex: 3; + } + + input[type="submit"] { + flex: 1; + margin-left: 1rem; + border: 0; + } + + /* || main layout */ + + main { + display: flex; + } + + article { + flex: 4; + } + + aside { + flex: 1; + margin-left: 10px; + } + + aside li { + padding-bottom: 10px; + } + + footer { + margin-top: 10px; + } \ No newline at end of file diff --git a/Hiking/Style.css b/Hiking/Style.css new file mode 100644 index 0000000..d464955 --- /dev/null +++ b/Hiking/Style.css @@ -0,0 +1,126 @@ +/* || General setup */ + +html, body { + margin: 0; + padding: 0; + } + + html { + font-size: 10px; + background-color: #a9a9a9; + } + + body { + width: 70%; + margin: 0 auto; + } + + /* || typography */ + + h1, h2, h3 { + font-family: 'Segoe UI', cursive; + color: #2a2a2a; + } + + p, input, li { + font-family: 'Segoe UI', sans-serif; + color: #2a2a2a; + } + + h1 { + font-size: 4rem; + text-align: center; + text-shadow: 2px 2px 10px ; + } + + h2 { + font-size: 3rem; + text-align: center; + } + + h3 { + font-size: 2.2rem; + } + + p, li { + font-size: 1.6rem; + line-height: 1.5; + } + + /* || header layout */ + + nav, article, aside, footer { + padding: 1%; + } + + nav { + height: 50px; + display: flex; + margin-bottom: 10px; + } + + nav ul { + padding: 0; + list-style-type: none; + flex: 2; + display: flex; + } + + nav li { + display: inline; + text-align: center; + flex: 1; + } + + nav a { + display: inline-block; + font-size: 2rem; + text-transform: uppercase; + text-decoration: none; + } + + nav form { + flex: 1; + display: flex; + align-items: center; + height: 100%; + padding: 0 2em; + } + + input { + font-size: 1.6rem; + height: 32px; + } + + input[type="search"] { + flex: 3; + } + + input[type="submit"] { + flex: 1; + margin-left: 1rem; + border: 0; + } + + /* || main layout */ + + main { + display: flex; + } + + article { + flex: 4; + } + + aside { + flex: 1; + margin-left: 10px; + } + + aside li { + padding-bottom: 10px; + } + + footer { + margin-top: 10px; + } \ No newline at end of file diff --git a/Hiking/index.html b/Hiking/index.html index 62593ca..6423481 100644 --- a/Hiking/index.html +++ b/Hiking/index.html @@ -1,27 +1,27 @@
-Français
-
+
+
Nous sommes des utilisateurs d’OsmAnd et contributeurs d'OpenStreetMap. Nous aimons beaucoup le coté multi-activités ainsi que la flexibilité qu'offre cette application.
+
Nous sommes des utilisateurs d’OsmAnd et contributeurs d'OpenStreetMap. Nous aimons beaucoup le coté multi-activités ainsi que la flexibilité qu'offre cette application.
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.
@@ -49,12 +49,12 @@
Motorcycle |
- Cycling |
- Hiking |
- Online-Maps |
- Create a rendering |
- ... |
+ Motorcycle |
+ Cycling |
+ Hiking |
+ Online-Maps |
+ Create a rendering |
+ ... |
---|
Motorcycle |
+ Cycling |
+ Hiking |
+ Online-Maps |
+ Create a rendering |
+ ... |
+
---|---|---|---|---|---|
+ |
English
+ Español
+ Français
+
+ + +
We are users of OsmAnd & contributors to OpenStreetMap. We really like the multi-activity aspect and the flexibility of this application!
+Our desire to improve our experience with OsmAnd pushed us to create various display styles, some individually, some collaboratively, with little or no knowledge & we ended up putting them together on this Github to share them with as many people as possible.
+Our team (independent of the OsmAnd project) of joyful, curious, creative, passionate, tinkerers, & from all walks of life has already created these styles below - try them out and come discuss them!
+ + +Randonnée
Enduro
Hike
CycloRoute
Online Map
Enduro
Motorcycle |
+ Cycling |
+ Hiking |
+ Online-Maps |
+ Create a rendering |
+ ... |
+
---|---|---|---|---|---|
+ |
Español
+ Français
+
+ + +
Somos usuarios de OsmAnd y colaboradores de OpenStreetMap y nos gustan mucho la flexibilidad y las posibilidades que ofrece esta aplicación para múltiples actividades.
+ +Nuestras ganas de mejorar nuestra experiencia con OsmAnd nos llevó a crear varios estilos de visualización, algunos individualmente y otros en colaboración, con muy poco o ningún conocimiento al principio. Y ahora hemos conseguido reunirlos en este Github para poder compartirlos con la máxima cantidad de usuarios.
+ +Nuestro equipo de felices curiosos, creativos apasionados, provenientes de diversos horizontes, ya ha creado algunos de los estilos que encontrarás a continuación. ¡Pruébalos y cuéntanos tus experiencias y opiniones!
+ + + +Senderismo
Enduro
Senderismo
CicloRuta
Mapa online
Enduro
Motorcycle |
+ Cycling |
+ Hiking |
+ Online-Maps |
+ Create a rendering |
+ ... |
+
---|---|---|---|---|---|
+ |