Skip to content

Commit

Permalink
doc: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Froger committed Nov 14, 2024
1 parent 6565fd2 commit ecc5e83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 28 deletions.
16 changes: 8 additions & 8 deletions website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ Decidim Geo module add interactive maps with great mobile experience to your pla
## Want to start?

<div style={{ "display": "flex", "gap": 32, "flex-wrap": "wrap", "textAlign": "center", justifyContent: "space-between", marginTop: 32 }}>
<a href="https://geo.demo.voca.city" target="_blank" style={{ flex: 1, maxWidth: "180px"}}>
<img src="./img/demo-btn.png" /><br />
<h3 style={{marginTop: 12}}>Go to demo</h3>
<a href="#coming-soon" target="_blank" style={{ flex: 1, maxWidth: "180px" }}>
<img src="./img/demo-btn.png" style={{opacity: "0.3"}} /><br />
<h3 style={{marginTop: 12}}>Go to demo<br /> <small style={{fontSize: 12, fontStyle: "italic"}}>coming soon</small></h3>
</a>
<a href="https://geo.demo.voca.city" target="_blank" style={{ flex: 1, maxWidth: "180px"}}>
<a href="https://cal.com/hadrien/decidim-geo" target="_blank" style={{ flex: 1, maxWidth: "180px"}}>
<img src="./img/call-btn.png" /><br />
<h3 style={{marginTop: 12}}>Book a 1-1 call</h3>
</a>
<a href="https://geo.demo.voca.city" target="_blank" style={{ flex: 1, maxWidth: "180px"}}>
<img src="./img/play-btn.png" /><br />
<h3 style={{marginTop: 12}}>Watch the demo video</h3>
<a href="#coming-soon" target="_blank" style={{ flex: 1, maxWidth: "180px"}}>
<img src="./img/play-btn.png" style={{opacity: "0.3"}} /><br />
<h3 style={{marginTop: 12}}>Watch the demo video<br /> <small style={{fontSize: 12, fontStyle: "italic"}}>coming soon</small></h3>
</a>
</div>

Expand All @@ -40,5 +40,5 @@ Decidim Geo module add interactive maps with great mobile experience to your pla
![City of Lausanne and Zürich supports development of Decidim Geo](/partners.png)

## Events
- **setember 2022** Ancrer la participation citoyenne sur le territoire. Geneva, Lausanne. [[Slides | FR](/decidim-geo-presentation-0.pdf)]
- **september 2022** Ancrer la participation citoyenne sur le territoire. Geneva, Lausanne. [[Slides | FR](/decidim-geo-presentation-0.pdf)]
- **october 2024** Explore local participation with Decidim Geo, Barcelona, DecidimFest 2024. [[Slides | EN](/explore-local-participation-decidim-fest-2024.pdf)]
26 changes: 6 additions & 20 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const config: Config = {
position: 'left',
label: 'Documentation',
},
{to: '/blog', label: 'Releases', position: 'left'},
{
href: 'https://git.octree.ch/decidim/decidim-module-geo',
label: 'GitLab',
Expand All @@ -92,31 +91,18 @@ const config: Config = {
to: '/',
},
],
},
{
title: 'Community',
},{
title: 'More',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
],
label: "Community (coming soon)",
to: "#coming-soon"
}
]
},
{
title: 'More',
items: [
{
label: 'Releases',
to: '/blog',
},
{
label: 'GitLab',
href: 'https://git.octree.ch/decidim/decidim-module-geo',
Expand Down

0 comments on commit ecc5e83

Please sign in to comment.