diff --git a/_data/footer.yml b/_data/footer.yml index 0b79844..292b91d 100755 --- a/_data/footer.yml +++ b/_data/footer.yml @@ -1,6 +1,6 @@ - links: - - name: - link: + - name: Upload 360s + link: https://campfire.trekview.org/t/welcome-to-trek-view-forum/5 - links: - name: Blog diff --git a/_data/navigation.yml b/_data/navigation.yml index 6b170e3..547feb8 100755 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -8,4 +8,9 @@ highlight: false - name: Forum link: https://campfire.trekview.org - new_window: true \ No newline at end of file + new_window: true + highlight: false +- name: Upload 360s + link: https://campfire.trekview.org/t/welcome-to-trek-view-forum/5 + new_window: true + highlight: false diff --git a/_includes/forum.html b/_includes/forum.html new file mode 100644 index 0000000..8b9d810 --- /dev/null +++ b/_includes/forum.html @@ -0,0 +1,12 @@ +<section> + <div class="container flex"> + <div class="text"> + <h3><strong>Discuss this post</strong></h3> + <p>Head on over to the Trek View Forum to discuss this post.</p> + <div class="cta button"><a target="_blank" href="https://campfire.trekview.org/">Join the discussion...</a></div> + </div> + <div class="image"> + <img class="img-fluid" src="/assets/images/global/trekview-forum.png" alt="Trek View Forum" title="Trek View Forum" /> + </div> + </div> +</section> \ No newline at end of file diff --git a/_includes/newsletter.html b/_includes/newsletter.html deleted file mode 100644 index b174adf..0000000 --- a/_includes/newsletter.html +++ /dev/null @@ -1,29 +0,0 @@ -<div class="container"> - <div class="row"> - <div class="col-sm"> - - <h3>Never miss an update</h3> - - <br /> - - <p>Sign up to receive new articles in your inbox as they published.</p> - - <div class="ml-form-embed" - data-account="2815711:x4m3i9o3r9" - data-form="5719953:i1n8g6"> - </div> - - </div> - <div class="col-sm"> - - <h3>Discuss this post</h3> - - <br /> - - <img class="img-fluid" src="/assets/images/global/slack-screenshot.jpg" alt="Signals Corps Slack" title="Signals Corps Slack" /> - - <div class="cta button"><a href="https://join.slack.com/t/trekview/shared_invite/zt-1gb4upchi-52pmWhPiwhFaAQqm0vWmJg" target="_blank">JOIN US</a></div> - - </div> - </div> -</div> \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index b7700b2..3677c01 100755 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -33,7 +33,7 @@ <hr /> - {% include newsletter.html %} + {% include forum.html %} <hr /> diff --git a/about/index.md b/about/index.md index 9414abc..14fac58 100644 --- a/about/index.md +++ b/about/index.md @@ -40,6 +40,10 @@ redirect_from: <p>And so Trek View became a thing.</p> +<p>I am currently trying to build a web app on-top of Mapillary to upload, search and explore 360 degree street-level imagery of adventures. It's still a work in progress, but make sure to join the forum to keep up-to-date on progress.</p> + +<p><img class="img-fluid" src="/assets/images/global/explorer-mvp.jpeg" alt="Trek View Street View" title="Trek View Street View" /></p> + <p>My aim is to keep as much of this project freely available, via <a href="/blog">how-to guides on our blog</a>, <a target="_blank" href="https://campfire.trekview.org">deep discussions on the forum</a>, and <a target="_blank" href="https://github.com/trek-view/">open-source software on GitHub</a>.</p> <p>I hope you find the content here useful, and cannot wait to see your imagery on the map!</p> diff --git a/assets/images/global/explorer-mvp.jpeg b/assets/images/global/explorer-mvp.jpeg new file mode 100644 index 0000000..bc68495 Binary files /dev/null and b/assets/images/global/explorer-mvp.jpeg differ diff --git a/assets/images/global/mapthepaths-tours.jpeg b/assets/images/global/mapthepaths-tours.jpeg deleted file mode 100644 index 13002ac..0000000 Binary files a/assets/images/global/mapthepaths-tours.jpeg and /dev/null differ diff --git a/assets/images/global/slack-screenshot.jpg b/assets/images/global/slack-screenshot.jpg deleted file mode 100644 index cd294f1..0000000 Binary files a/assets/images/global/slack-screenshot.jpg and /dev/null differ diff --git a/assets/images/global/trekview-forum.png b/assets/images/global/trekview-forum.png new file mode 100644 index 0000000..6539fa3 Binary files /dev/null and b/assets/images/global/trekview-forum.png differ diff --git a/index.html b/index.html index 630954c..a469a15 100755 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@ <h3><strong>Explore</strong></h3> <div class="text-container"> <div class="text editable"> - <div class="cta button alt"><a href="https://campfire.trekview.org" target="_blank">Start exploring here...</a></div> + <div class="cta button alt"><a href="https://campfire.trekview.org/t/welcome-to-trek-view-forum/5" target="_blank">Start exploring here...</a></div> </div> </div> </section>