-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
129 lines (94 loc) · 4.99 KB
/
index.html
File metadata and controls
129 lines (94 loc) · 4.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Toopher Dev Blog</title>
<meta name="author" content="Toopher">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="assets/bootstrap.2.2.2.min.css" rel="stylesheet" type="text/css" media="all">
<link href="assets/style.css" rel="stylesheet" type="text/css" media="all">
<link href="assets/pygments.css" rel="stylesheet" type="text/css" media="all">
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/favicon.ico">
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="">Toopher Dev Blog</a>
<ul class="nav">
<li><a href="index.html">Archive</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="page-header">
<h1>Toopher Dev Blog <small>Engineering the Second Factor</small></h1>
</div>
<div class="row-fluid">
<div class="span12">
<h2>Toopher</h2>
<p><a href="https://www.toopher.com/">Toopher</a> is a security startup based in sunny
Austin, TX. We are a polyglot dev shop making security usable. We do cool
stuff and have fun.</p>
<p><img src="/assets/toopher-logo.png" alt="Toopher logo"></p>
<p>Looking for help with something technical? Try the <a href="https://dev.toopher.com/">Toopher
docs</a>.</p>
<h3>Posts</h3>
<ul class="posts">
<li><span>01 Jun 2014</span> » <a href="2014/06/01/toopher-technical-overview">Toopher Technical
Description</a></li>
<li><span>25 Apr 2014</span> » <a href="/2014/04/25/code-golf-integer-reversal-in-python">Python Code
Golf - Reverse a 32b Integer</a></li>
<li><span>04 Apr 2014</span> » <a href="/2014/04/04/we-are-hiring">We Are Hiring</a></li>
<li><span>19 Mar 2014</span> » <a href="/2014/03/19/download-the-toopher-app">Download The Toopher
App</a></li>
<li><span>12 Mar 2014</span> » <a href="/2014/03/12/authenticating-via-otp">Authenticating via OTP</a>
</li>
<li><span>19 Nov 2013</span> » <a href="/2013/11/19/toopher-on-rails-example">Toopher on Rails -
Augmenting the Ruby on Rails tutorial sample app</a></li>
<li><span>19 Sep 2013</span> » <a href="/2013/09/19/meet-the-devs-tr">Meet the Devs - TR Darr</a></li>
<li><span>07 Sep 2013</span> » <a href="/2013/09/07/toopher-on-programmable-web">Toopher On
Programmable Web</a></li>
<li><span>31 Aug 2013</span> » <a href="/2013/08/31/toopher-on-reddit">Toopher On Reddit</a></li>
<li><span>26 Aug 2013</span> » <a href="/2013/08/26/terminal-name-extra">Terminal Name Extra</a></li>
<li><span>25 Aug 2013</span> » <a href="/2013/08/25/naming-terminals">Naming Terminals</a></li>
<li><span>21 Aug 2013</span> » <a href="/2013/08/21/testing-your-toopher-implementation">Testing Your
Toopher Implementation</a></li>
<li><span>13 Aug 2013</span> » <a href="/2013/08/13/toopher-api-demo-walkthrough">Toopher API Demo
Walkthrough</a></li>
<li><span>09 Aug 2013</span> » <a href="/2013/08/09/life-as-a-hat-model">Life As A Hat Model</a></li>
<li><span>28 Jul 2013</span> » <a href="/2013/07/28/should-i-use-two-factor-auth-yes">Should You Use
Two Factor Authentication? Yes!</a></li>
<li><span>22 Jul 2013</span> » <a href="/2013/07/22/toopher-at-blackhat-and-defcon">Say 'hello' at
Black Hat and DEFCON</a></li>
<li><span>17 Jul 2013</span> » <a href="/2013/07/17/technical-terms-defined-part-1">Technical Terms
Defined, Part I</a></li>
<li><span>05 Jul 2013</span> » <a href="/2013/07/05/enabling-travis-ci-for-fun-and-profit">Enabling
Travis Ci For Fun And Profit</a></li>
<li><span>18 Jun 2013</span> » <a href="/2013/06/18/toopher-dev-blog">Announcing the Toopher Dev
Blog!</a></li>
</ul>
</div>
</div>
</div>
<hr>
<footer>
<p>© 2015 Toopher
<a class="btn btn-mini btn-info" href="" title="Ask Toopher anything" target="_blank"><i
class="icon-comment icon-white"></i> Leave us feedback </a>
<span class="pull-right"> <a class="" href="https://salesforce.com" title="Toopher is Salesforce">We are
Salesforce!</a> </span>
</p>
</footer>
</div>
</body>
</html>