forked from 2factorauth/twofactorauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Twitter exceptions, currently a placeholder
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<div class="ui segment teal"> | ||
<h2 class="ui header"> | ||
</h2> | ||
<p> | ||
Example of what restrictions would look like. | ||
</p> | ||
|
||
<div class="ui info message"> | ||
<div class="header"> | ||
Note | ||
</div> | ||
<p> | ||
This looks nice, eh? | ||
</p> | ||
</div> | ||
</div><!-- Section --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div class="ui fixed transparent inverted teal main menu"> | ||
<div class="menu"> | ||
<div class="right menu"> | ||
<a href="{{ site.repo }}" class="item"> | ||
<i class="github icon"></i> | ||
Contribute | ||
</a> | ||
</div> | ||
|
||
<a href="/" class="item"> | ||
<i class="home icon"></i> | ||
Home | ||
</a> | ||
|
||
<a href="/providers" class="item"> | ||
<i class="play sign icon"></i> | ||
Providers | ||
</a> | ||
|
||
<a href="/restrictions" class="item"> | ||
<i class="play sign icon"></i> | ||
Restrictions | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="main container"> | ||
<div class="ui grid"> | ||
<div class="column"> | ||
<div class="banner ui icon header"> | ||
<i class="circular mobile icon"></i> | ||
<h2>Two Factor Auth (2FA) Restrictions</h2> | ||
<div class="sub header">Restrictions on the | ||
<a href="/">list of sites</a> | ||
that support 2FA. | ||
</div> | ||
</div> | ||
|
||
{% comment %} | ||
List all the exception includes here in __alphabetical__ order. | ||
{% endcomment %} | ||
|
||
{% include exceptions/twitter.html %} | ||
|
||
{% comment %} | ||
End the exceptions includes. | ||
{% endcomment %} | ||
|
||
</div><!-- Column --> | ||
</div><!-- UI Grid --> | ||
</div><!-- Main Container --> |