Skip to content

Commit

Permalink
Add Twitter exceptions, currently a placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavis committed May 24, 2014
1 parent a295e36 commit 212a88b
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _includes/exceptions/twitter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div class="ui segment teal">
<h2 class="ui header">
Twitter
</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 -->
55 changes: 55 additions & 0 deletions restrictions.html
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 -->

0 comments on commit 212a88b

Please sign in to comment.