Skip to content

Commit

Permalink
refreshing content
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave committed Dec 31, 2024
1 parent 415bab1 commit 3caacac
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 34 deletions.
4 changes: 2 additions & 2 deletions _data/footer.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
highlight: false
- name: Forum
link: https://campfire.trekview.org
new_window: true
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
12 changes: 12 additions & 0 deletions _includes/forum.html
Original file line number Diff line number Diff line change
@@ -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>
29 changes: 0 additions & 29 deletions _includes/newsletter.html

This file was deleted.

2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<hr />

{% include newsletter.html %}
{% include forum.html %}

<hr />

Expand Down
4 changes: 4 additions & 0 deletions about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file added assets/images/global/explorer-mvp.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/global/mapthepaths-tours.jpeg
Binary file not shown.
Binary file removed assets/images/global/slack-screenshot.jpg
Binary file not shown.
Binary file added assets/images/global/trekview-forum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3caacac

Please sign in to comment.