Skip to content

Commit

Permalink
upped style version for docs landing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionandy committed Jun 8, 2023
1 parent 62be107 commit 98fe014
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fusionauthWebsiteStyleVersion = "0.3.65"
fusionauthWebsiteStyleVersion = "0.3.67"

project(group: "io.fusionauth", name: "fusionauth-site", version: "3.0.0", licenses: ["ApacheV2_0"]) {
workflow {
Expand Down
2 changes: 1 addition & 1 deletion site/_includes/_head.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<!-- CSS -->
<link rel="stylesheet" href="/assets/css/font-awesome-5.12.1.min.css"/>
<link rel="stylesheet" href="/assets/css/fusionauth-website-style-0.3.65.css">
<link rel="stylesheet" href="/assets/css/fusionauth-website-style-0.3.67.css">

<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900&display=swap">
Expand Down
4 changes: 2 additions & 2 deletions site/assets/css/fusionauth-login-style.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions site/assets/img/docs/landing/articles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion site/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2 class="docs-lp">Popular Use Cases</h2>
<a id="w-node-_419c73e6-742f-4670-60e5-665faf1482a7-259128a7" data-w-id="419c73e6-742f-4670-60e5-665faf1482a7" href="/docs/v1/tech/identity-providers/#social-identity-providers" class="docs-lp-link-block w-inline-block"><img src="/assets/img/docs/landing/social-login-icon.svg" loading="lazy" alt="add social sign-on fusionauth icon" class="docs-lp-main-icon">
<div class="link-block-title-text">Social Sign-On</div>
<p class="docs-lp-link-text">Add social sign-on to your application.</p>
<p class="docs-lp-link-text small">e.g. Google, Apple, Twitter</p>
<p class="docs-lp-link-text small">e.g. Google, Twitter, Facebook</p>
</a>
<a id="w-node-_419c73e6-742f-4670-60e5-665faf1482ab-259128a7" data-w-id="419c73e6-742f-4670-60e5-665faf1482ab" href="/docs/v1/tech/identity-providers/#enterprise-identity-providers" class="docs-lp-link-block w-inline-block"><img src="/assets/img/docs/landing/enterprise-sign-on-icon.svg" loading="lazy" alt="enterprise sign-on fusionauth icon" class="docs-lp-main-icon">
<div class="link-block-title-text">Enterprise Sign-On</div>
Expand Down Expand Up @@ -148,6 +148,12 @@ <h2 class="docs-lp">Other Resources</h2>
<p class="docs-use-case">Download FusionAuth and try it out. You can do so using Docker, RPMs, DEBs, Zip files, Kubernetes, and more.</p>
</div>
</a>
<a href="/articles/" class="docs-lp-link-block shadow-removed w-inline-block"><img src="/assets/img/docs/landing/articles.svg" loading="lazy" alt="articles fusionauth icon" class="docs-lp-main-icon use-cases">
<div>
<div class="link-block-title-text add-use-cases">Articles</div>
<p class="docs-use-case">Best practices, advice, and real world use cases to help you hone your expertise in all things auth.</p>
</div>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 98fe014

Please sign in to comment.