Update assets and url config to /next/

This commit is contained in:
davegson 2020-07-31 12:34:19 +02:00
parent 3bef914165
commit 7c9a857728
4 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ ownership_url: /ownership/
podcast_url: /podcast/
portmaster_url: /portmaster/
privacy_url: /privacy/
roadmap_url: /roadmap/
next_page_url: /next/
spn_url: /spn/
team_url: /team/
terms_url: /terms/

View file

@ -43,7 +43,7 @@
</a>
</li>
<li class="p-3 lg:p-0 text-white text-lg lg:text-sm relative">
<a href="{{ site.roadmap_url }}" class=" ml-0 lg:ml-4 px-3 py-2 font-semibold leading-5 hover:opacity-55 transition duration-150 ease-in-out opacity-100">
<a href="{{ site.next_page_url }}" class=" ml-0 lg:ml-4 px-3 py-2 font-semibold leading-5 hover:opacity-55 transition duration-150 ease-in-out opacity-100">
What's Next?
</a>
</li>

View file

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -89,7 +89,7 @@ layout: page
<div class="container mx-auto px-8 sm:px-0 flex">
<div class="max-w-screen-xl mx-auto px-4 sm:px-6 lg:flex block justify-center m-auto w-auto">
<div class="pb-16 lg:pb-0 ml-0 lg:ml-32 lg:hidden self-center">
<img src="{{ site.img_url }}page-specific/roadmap/files.png" alt="">
<img src="{{ site.img_url }}page-specific/next/files.png" alt="">
</div>
<div class="inline-block max-w-lg">
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 lg:w-auto">
@ -111,7 +111,7 @@ layout: page
</div> -->
</div>
<div class="hidden pt-16 lg:pt-0 ml-0 lg:ml-32 lg:block self-center">
<img src="{{ site.img_url }}page-specific/roadmap/files.png" alt="">
<img src="{{ site.img_url }}page-specific/next/files.png" alt="">
</div>
</div>
</div>