This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
225 lines (207 loc) · 7.45 KB
/
index.html
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!doctype html>
<html>
<head>
<title>My 1-3-5 List</title>
<meta name="google-site-verification" content="atQMQEVV-RkwYht9YWJV394Fi9vYc8uLM0orLZLeNGs"/>
<meta name="description"
content="Easy way to create your 1-3-5 List. Keep your life organized with this simple tool."/>
<meta name="author" content="Daniel Pepin"/>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link rel="apple-touch-icon" href="touch-icon.png"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<link rel="icon" href="touch-icon.png"/>
<link href="favicon-kaishiro.ico" rel="shortcut icon" type="image/x-icon"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript">
alert('We\'ve launched the new version of 135 List. Please sign up at http://135list.com. This website will be turned off on August 31st.');
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-18740189-7', '1-3-5.com');
ga('send', 'pageview');
</script>
</head>
<body class="page-app">
<noscript>
<div class="app__warning">
<a title="Learn how to enabled JavaScript for your browser." href="http://www.enable-javascript.com/"
target="_blank">
Whoops, your JavaScript is disabled. This app cannot save your list without JavaScript enabled.
</a>
</div>
<style type="text/css">
.app__warning a {
text-decoration: none;
color: #ddd;
}
.app__warning a:hover {
color: white;
text-decoration: underline;
}
.app__section {
opacity: 1;
margin-top: 15px;
}
#app__clear, .app__date, .app__table-checkbox {
display: none;
}
.app__input, .app__title, .app__description {
opacity: 1;
}
</style>
</noscript>
<div class="before-header"
style="background-color:#c13500;text-align: center;line-height:1.4em;font-size:1.0em;padding:4px; color: white;">
We've launched the new version of 135 List. Please <a href="http://135list.com" target="_blank" style="color:white">sign-up
today</a> to
continue using your lists.
</div>
<div class="app__wrapper">
<header>
<h1 class="app__title">
<a tabindex="-1" href="http://1-3-5.com">My 1-3-5 List</a></h1>
<p class="app__description">
Organize your <span class="bold">life</span>,
<span class="italic">beautifully</span>.<br/>
Get things done by setting these few, simple goals for the day.
</p>
<div class="mode-wrapper">
<a href="#mode=simple" data-mode="simple" tabindex="-1" id="app__simple" class="app__button app__button--mode">simple</a>
<a href="#mode=advanced" data-mode="advanced" tabindex="-1" id="app__advanced"
class="app__button app__button--mode active">advanced</a>
</div>
</header>
<div class="app__section app__section-1">
<h2 class="app__section-title">one
<span class="bold">big</span> thing</h2>
<table class="app__table">
<tr>
<td class="app__table-checkbox"></td>
<td class="app__table-input">
<input tabindex=1 type="text" id="app__input-big-1" class="app__input" readonly="readonly"/>
</td>
</tr>
</table>
</div>
<div class="app__section app__section-3">
<h2 class="app__section-title">three
<span class="bold">medium</span> things</h2>
<table class="app__table">
<tr>
<td class="app__table-checkbox"></td>
<td class="app__table-input">
<input tabindex=2 type="text" id="app__input-mid-1" class="app__input" readonly="readonly"/>
</td>
</tr>
</table>
<table class="app__table">
<tr>
<td class="app__table-checkbox"></td>
<td class="app__table-input">
<input tabindex=3 type="text" id="app__input-mid-2" class="app__input" readonly="readonly"/>
</td>
</tr>
</table>
<table class="app__table">
<tr>
<td class="app__table-checkbox"></td>
<td class="app__table-input">
<input tabindex=4 type="text" id="app__input-mid-3" class="app__input" readonly="readonly"/>
</td>
</tr>
</table>
</div>
<div class="app__section app__section-5">
<h2 class="app__section-title">five
<span class="bold">small</span> things</h2>
<table class="app__table">
<tr>
<td class="app__table-checkbox"></td>
<td class="app__table-input">
<input tabindex=5 type="text" id="app__input-small-1" class="app__input" readonly="readonly"/>
</td>
</tr>
</table>
<table class="app__table">
<tr>
<td class="app__table-checkbox"></td>
<td class="app__table-input">
<input tabindex=6 type="text" id="app__input-small-2" class="app__input" readonly="readonly"/>
</td>
</tr>
</table>
<table class="app__table">
<tr>
<td class="app__table-checkbox"></td>
<td class="app__table-input">
<input tabindex=7 type="text" id="app__input-small-3" class="app__input" readonly="readonly"/>
</td>
</tr>
</table>
<table class="app__table">
<tr>
<td class="app__table-checkbox"></td>
<td class="app__table-input">
<input tabindex=8 type="text" id="app__input-small-4" class="app__input" readonly="readonly"/>
</td>
</tr>
</table>
<table class="app__table">
<tr>
<td class="app__table-checkbox"></td>
<td class="app__table-input">
<input tabindex=9 type="text" id="app__input-small-5" class="app__input" readonly="readonly"/>
</td>
</tr>
</table>
</div>
<div class="app__utils">
<a href="#clear" tabindex="-1" id="app__clear" class="app__button">clear</a>
<span class="app__date">saved </span>
</div>
</div>
<footer>
<div class="featured">
<a href="http://www.entrepreneur.com/article/232923" target="_blank">
<img src="/images/entrepreneur-logo.png"/>
</a>
<a href="https://www.themuse.com/advice/best-of-2013-a-better-todo-list-the-135-rule" target="_blank">
<img src="/images/themuse-logo.png"/>
</a>
</div>
<div class="copyright">
<a href="http://bonify.io" target="_blank">Bonify, LLC</a>© 2014
</div>
</footer>
<script type="text/javascript">
WebFontConfig = {
google: {families: ['Noto+Sans::latin']}
};
(function () {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<script type="text/javascript" src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="//timeago.yarp.com/jquery.timeago.js"></script>
<script type="text/javascript" src="js/jquery.storage.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>