osmfoundation / welcome-mat

This is the code for the OpenStreetMap Welcome Mat website
https://welcome.openstreetmap.org/
14 stars 13 forks source link

Include the community index. #26

Open xivk opened 5 years ago

xivk commented 5 years ago

@jbelien built this litte website a while back based on the community index also used in iD:

https://community.osm.be/

Perhaps it's a good way for local companies/orgs to get find their way to the local communities. Just a suggestion.

mikelmaron commented 5 years ago

This is perfect. Welcome a PR that integrates an in page query to get details on a specific local community, or even simply a prominent link.

naveenpf commented 5 years ago

+1 for this @bhousel

jbelien commented 5 years ago

This is perfect. Welcome a PR that integrates an in page query to get details on a specific local community, or even simply a prominent link.

I could submit a PR indeed but what would be the best way to do so ? New page ? With an iframe in it ? Or a link ?

mikelmaron commented 5 years ago

@jbelien imagine an iframe would be easiest for now

jbelien commented 5 years ago

Okay for an iframe 👍

Should I add it here : https://welcome.openstreetmap.org/about-osm-community/get-in-touch/ ?

mikelmaron commented 5 years ago

sounds good -- let's see how that works

jbelien commented 5 years ago

Here is a "draft" : https://jbelien.github.io/welcome-mat/about-osm-community/get-in-touch/

Not really convinced by the result though. Unfortunate that the layout doesn't allow to use 100% of the width but only 66,67% (8/12).

I should also give the possibility to disable only resources ; we don't need features in this case.

naveenpf commented 5 years ago

why we need features ?

jbelien commented 5 years ago

why we need features ?

That's what I'm saying ... we don't ! ^^ I made a "resources" page in my application ; I'll publish it ASAP.

mikelmaron commented 5 years ago

what's next here @jbelien?

we could add a layout option in the jekyll logic, so that the iframe takes full width, if that helps

jbelien commented 5 years ago

Sorry, has been quite busy these last few days. I published the https://community.osm.be/resources page and updated https://jbelien.github.io/welcome-mat/about-osm-community/get-in-touch/ so we don't see the "Features" anymore.

we could add a layout option in the jekyll logic, so that the iframe takes full width, if that helps

I think that would be interesting indeed 👍