mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
new css
This commit is contained in:
@@ -11,16 +11,21 @@ import { Content as RestText } from '../content/index/rest.md'
|
||||
<Layout title="OpenFreeMap">
|
||||
<Logo title="OpenFreeMap" />
|
||||
|
||||
<WhatisText />
|
||||
<div class="container">
|
||||
<WhatisText />
|
||||
<h2>How can I use it?</h2>
|
||||
</div>
|
||||
|
||||
<h2>How can I use it?</h2>
|
||||
<Map />
|
||||
<p>
|
||||
Have a look at the default styles and read more about how to integrate it to your website or app
|
||||
here:
|
||||
</p>
|
||||
<p style="margin: 20px auto;"><a href="/quick_start">Quick Start Guide</a></p>
|
||||
|
||||
<Donate />
|
||||
<RestText />
|
||||
<div class="container">
|
||||
<p>
|
||||
Have a look at the default styles and read more about how to integrate it to your website or
|
||||
app here:
|
||||
</p>
|
||||
<p style="margin: 20px auto;"><a href="/quick_start">Quick Start Guide</a></p>
|
||||
|
||||
<Donate />
|
||||
<RestText />
|
||||
</div>
|
||||
</Layout>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: '../layouts/Layout.astro'
|
||||
title: 'Privacy Policy'
|
||||
container: true
|
||||
---
|
||||
|
||||
# OpenFreeMap and your data
|
||||
|
||||
@@ -15,7 +15,7 @@ import Donate from '../components/Donate.astro'
|
||||
<Layout title="OpenFreeMap Quick Start Guide">
|
||||
<Logo title="OpenFreeMap Quick Start Guide" />
|
||||
|
||||
<div style="margin-top:30px; margin-bottom: 30px;">
|
||||
<div class="container" style="margin-top:30px; margin-bottom: 30px;">
|
||||
<p>
|
||||
This guide provides step-by-step instructions for integrating OpenFreeMap into your website or
|
||||
mobile application.
|
||||
@@ -28,44 +28,46 @@ import Donate from '../components/Donate.astro'
|
||||
|
||||
<Map showStyleURL={true} />
|
||||
|
||||
<MaplibreText />
|
||||
<MapboxText />
|
||||
<LeafletText />
|
||||
<MobileText />
|
||||
<CustomStylesText />
|
||||
<SelfHostingText />
|
||||
<div class="container">
|
||||
<MaplibreText />
|
||||
<MapboxText />
|
||||
<LeafletText />
|
||||
<MobileText />
|
||||
<CustomStylesText />
|
||||
<SelfHostingText />
|
||||
|
||||
<Donate />
|
||||
<Donate />
|
||||
</div>
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
.col-lbl {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
}
|
||||
<!--<style>-->
|
||||
<!-- .col-lbl {-->
|
||||
<!-- display: block;-->
|
||||
<!-- cursor: pointer;-->
|
||||
<!-- color: #333;-->
|
||||
<!-- }-->
|
||||
|
||||
.col-chk {
|
||||
display: none;
|
||||
}
|
||||
<!-- .col-chk {-->
|
||||
<!-- display: none;-->
|
||||
<!-- }-->
|
||||
|
||||
.col-lbl:before {
|
||||
content: '►';
|
||||
margin-right: 1em;
|
||||
color: #555;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
<!-- .col-lbl:before {-->
|
||||
<!-- content: '►';-->
|
||||
<!-- margin-right: 1em;-->
|
||||
<!-- color: #555;-->
|
||||
<!-- font-size: 0.8em;-->
|
||||
<!-- }-->
|
||||
|
||||
.col-cnt {
|
||||
display: none;
|
||||
margin: 1em 0 2em;
|
||||
}
|
||||
<!-- .col-cnt {-->
|
||||
<!-- display: none;-->
|
||||
<!-- margin: 1em 0 2em;-->
|
||||
<!-- }-->
|
||||
|
||||
.col-chk:checked ~ .col-cnt {
|
||||
display: block;
|
||||
}
|
||||
<!-- .col-chk:checked ~ .col-cnt {-->
|
||||
<!-- display: block;-->
|
||||
<!-- }-->
|
||||
|
||||
.col-chk:checked ~ .col-lbl:before {
|
||||
content: '▼';
|
||||
}
|
||||
</style>
|
||||
<!-- .col-chk:checked ~ .col-lbl:before {-->
|
||||
<!-- content: '▼';-->
|
||||
<!-- }-->
|
||||
<!--</style>-->
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: '../layouts/Layout.astro'
|
||||
title: 'Terms of Services'
|
||||
container: true
|
||||
---
|
||||
|
||||
# TERMS OF SERVICES
|
||||
|
||||
Reference in New Issue
Block a user