This is an automated email from the ASF dual-hosted git repository.
leonardcs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
The following commit(s) were added to refs/heads/main by this push:
new 8c6fcd2 Add contextual links to homepage images (#41)
8c6fcd2 is described below
commit 8c6fcd243ecae4ab1ff31410d61fa14f8e1ded6a
Author: Leonard <[email protected]>
AuthorDate: Fri Aug 4 14:08:32 2023 +0200
Add contextual links to homepage images (#41)
---
src/pages/index.mdx | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/src/pages/index.mdx b/src/pages/index.mdx
index 6148ee0..745ff4f 100644
--- a/src/pages/index.mdx
+++ b/src/pages/index.mdx
@@ -87,7 +87,12 @@ export function OSMCopyright() {
workflows.
</div>
</Feature>
- <Feature index={3} large style={{ height: 450 }} href="/map">
+ <Feature
+ index={3}
+ large
+ style={{ height: 450 }}
+ href="/documentation/developer-manual/basemap"
+ >
<OSMCopyright />
<Image
src="/images/map_styles.png"
@@ -120,7 +125,12 @@ export function OSMCopyright() {
results.
</div>
</Feature>
- <Feature index={6} large style={{ height: 450 }} href="/map">
+ <Feature
+ index={6}
+ large
+ style={{ height: 450 }}
+ href="/documentation/examples/geocoding"
+ >
<OSMCopyright />
<Image
src="/images/geocoder.gif"
@@ -131,7 +141,12 @@ export function OSMCopyright() {
objectPosition="0% 0%"
/>
</Feature>
- <Feature index={7} large style={{ height: 450 }} href="/map">
+ <Feature
+ index={7}
+ large
+ style={{ height: 450 }}
+
href="https://github.com/apache/incubator-baremaps/blob/main/CONTRIBUTING.md"
+ >
<OSMCopyright />
<Image
src="/images/map_vector_view.png"