Skip to content

Commit

Permalink
Add ubyft landing page (FusionAuth#2255)
Browse files Browse the repository at this point in the history
* add new ubyft landing page

* Copy all the landing page images into a sep image dir so they aren't affected by any website move issues
  • Loading branch information
mooreds authored Jun 20, 2023
1 parent 8e848c8 commit 0e5d5c7
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 7 deletions.
Binary file added site/assets/img/landing/clownwear.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/img/landing/fancy-car.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/img/landing/social-network.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 site/landing/cosmosclownstore/clownwear.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="container">
<div class="row">
<div class="col-xs centered">
<img src="/assets/img/advice/webauthn/clownwear.jpg">
<img src="/assets/img/landing/clownwear.jpg">
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion site/landing/multi-tenant/piedpipervideochat.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="container">
<div class="row">
<div class="col-xs centered">
<img src="/img/articles/modern-guide-oauth/social-network.jpg">
<img src="/assets/img/landing/social-network.jpg">
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion site/landing/oauth-guide/getwuphf.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="container">
<div class="row">
<div class="col-xs centered">
<img src="/img/articles/modern-guide-oauth/social-network.jpg">
<img src="/assets/img/landing/social-network.jpg">
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion site/landing/oauth-guide/steal-those-tokens.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="container">
<div class="row">
<div class="col-xs centered">
<img src="/img/articles/modern-guide-oauth/hey-you-tsk-tsk-tsk-tsk-tsk.jpg">
<img src="/assets/img/landing/social-network.jpg">
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion site/landing/oauth-guide/twgtl.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="container">
<div class="row">
<div class="col-xs centered">
<img src="/img/articles/modern-guide-oauth/doing-all-the-things-on-the-to-do-list.jpg">
<img src="/assets/img/landing/doing-all-the-things-on-the-to-do-list.jpg">
</div>
</div>
<div class="row">
Expand Down
4 changes: 2 additions & 2 deletions site/landing/the-praetorians.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="container">
<div class="row">
<div class="col-xs centered">
<img style="width: 100%;" src="/assets/img/heroes/landing/terminate-mozart-ghost.jpeg">
<img style="width: 100%;" src="/assets/img/landing/terminate-mozart-ghost.jpeg">
</div>
</div>
<div class="row">
Expand All @@ -26,4 +26,4 @@ <h2>
</div>
</div>
</div>
</section>
</section>
29 changes: 29 additions & 0 deletions site/landing/ubyft/rideshare.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: developer-container
title: Ubyft
description: Doesn't the world need another rideshare service?
sitemap:
exclude: 'yes'
---
<section class="white">
<div class="container">
<div class="row">
<div class="col-xs centered">
<img src="/assets/img/landing/fancy-car.jpg">
</div>
</div>
<div class="row">
<div class="col-xs centered">
<h2>
Thanks for checking out this fake rideshare website.
</h2>
<p>
We don't have any rides for you, sorry. But you do get bonus points for your attention to detail.
</p>
<p>
<a href="/download" class="orange brochure button">DOWNLOAD FUSIONAUTH</a>
</p>
</div>
</div>
</div>
</section>

0 comments on commit 0e5d5c7

Please sign in to comment.