Skip to content

Commit

Permalink
Homepage content styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs committed Aug 29, 2019
1 parent 6464aa2 commit b84028f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 01-Login/src/components/HomeContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="col-md-5 mb-4">
<h6 class="mb-3">
<a href="https://auth0.com/docs/connections">
<font-awesome-icon icon="link" />Configure other identity providers
<font-awesome-icon icon="link" class="mr-2" />Configure other identity providers
</a>
</h6>
<p>Auth0 supports social providers as Facebook, Twitter, Instagram and 100+, Enterprise providers as Microsoft Office 365, Google Apps, Azure, and more. You can also use any OAuth2 Authorization Server.</p>
Expand All @@ -17,7 +17,7 @@
<div class="col-md-5 mb-4">
<h6 class="mb-3">
<a href="https://auth0.com/docs/multifactor-authentication">
<font-awesome-icon icon="link" />Enable Multifactor Authentication
<font-awesome-icon icon="link" class="mr-2" />Enable Multifactor Authentication
</a>
</h6>
<p>Add an extra layer of security by enabling Multi-factor Authentication, requiring your users to provide more than one piece of identifying information. Push notifications, authenticator apps, SMS, and DUO Security are supported.</p>
Expand All @@ -28,7 +28,7 @@
<div class="col-md-5 mb-4">
<h6 class="mb-3">
<a href="https://auth0.com/docs/anomaly-detection">
<font-awesome-icon icon="link" />Anomaly Detection
<font-awesome-icon icon="link" class="mr-2" />Anomaly Detection
</a>
</h6>
<p>Auth0 can detect anomalies and stop malicious attempts to access your application. Anomaly detection can alert you and your users of suspicious activity, as well as block further login attempts.</p>
Expand All @@ -39,7 +39,7 @@
<div class="col-md-5 mb-4">
<h6 class="mb-3">
<a href="https://auth0.com/docs/rules">
<font-awesome-icon icon="link" />Learn About Rules
<font-awesome-icon icon="link" class="mr-2" />Learn About Rules
</a>
</h6>
<p>Rules are JavaScript functions that execute when a user authenticates to your application. They run once the authentication process is complete, and you can use them to customize and extend Auth0's capabilities.</p>
Expand Down
8 changes: 4 additions & 4 deletions 03-Calling-an-API/src/components/HomeContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="col-md-5 mb-4">
<h6 class="mb-3">
<a href="https://auth0.com/docs/connections">
<font-awesome-icon icon="link" />Configure other identity providers
<font-awesome-icon icon="link" class="mr-2" />Configure other identity providers
</a>
</h6>
<p>Auth0 supports social providers as Facebook, Twitter, Instagram and 100+, Enterprise providers as Microsoft Office 365, Google Apps, Azure, and more. You can also use any OAuth2 Authorization Server.</p>
Expand All @@ -17,7 +17,7 @@
<div class="col-md-5 mb-4">
<h6 class="mb-3">
<a href="https://auth0.com/docs/multifactor-authentication">
<font-awesome-icon icon="link" />Enable Multifactor Authentication
<font-awesome-icon icon="link" class="mr-2" />Enable Multifactor Authentication
</a>
</h6>
<p>Add an extra layer of security by enabling Multi-factor Authentication, requiring your users to provide more than one piece of identifying information. Push notifications, authenticator apps, SMS, and DUO Security are supported.</p>
Expand All @@ -28,7 +28,7 @@
<div class="col-md-5 mb-4">
<h6 class="mb-3">
<a href="https://auth0.com/docs/anomaly-detection">
<font-awesome-icon icon="link" />Anomaly Detection
<font-awesome-icon icon="link" class="mr-2" />Anomaly Detection
</a>
</h6>
<p>Auth0 can detect anomalies and stop malicious attempts to access your application. Anomaly detection can alert you and your users of suspicious activity, as well as block further login attempts.</p>
Expand All @@ -39,7 +39,7 @@
<div class="col-md-5 mb-4">
<h6 class="mb-3">
<a href="https://auth0.com/docs/rules">
<font-awesome-icon icon="link" />Learn About Rules
<font-awesome-icon icon="link" class="mr-2" />Learn About Rules
</a>
</h6>
<p>Rules are JavaScript functions that execute when a user authenticates to your application. They run once the authentication process is complete, and you can use them to customize and extend Auth0's capabilities.</p>
Expand Down

0 comments on commit b84028f

Please sign in to comment.