-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
126 lines (109 loc) · 4.42 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Mind Fund Studio">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
<title>OneReminder - Task management in a breeze</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/foundation.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel='shortcut icon' type='image/x-icon' href='images/favicon.png'/>
<link rel="stylesheet" href="css/jquery.fullPage.css">
<link rel="stylesheet" href="css/style.css">
<!-- Google Analytics -->
<script src='js/google-analytics.js'></script>
</head>
<body>
<!-- Common Content -->
<main id="about" class="page-wrap common-content">
<!-- Navigation Bar -->
<nav>
<div class="row fullWidth">
<div class="small-6 medium-6 columns small-text-left">
<a href="index.html">
<img src="images/OneReminder.png" alt="OneReminder">
<h1>OneReminder</h1>
</a>
</div>
<div class="small-6 medium-6 columns text-right">
<ul class="nav show-for-medium-up">
<li><a class="active" href="about.html">About</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
<h2 class="show-for-small-only">
About
</h2>
</div>
</div>
</nav>
<!-- Content -->
<div class="content">
<div class="row">
<div class="small-10 medium-7 columns small-centered medium-centered">
<h1>The Design</h1>
<p>At the core of OneReminder is the tried and true <a href="https://en.wikipedia.org/wiki/Tickler_file" target="_blank">tickler file system</a>.</p>
<p>A system that has been used by large organisations to track important tasks since the pre-digital age.</p>
<p>With OneReminder you no longer need to keep large folders of notes, reminders and lists. Instead you can use a simplfied system with notifications and delightful gestures.</p>
<p>Turning bulky folders into two simple pieces: A daily list and a calendar drawer.</p>
<p>In short, OneReminder is the tickler file system redefined for iOS devices.</p>
</div>
</div>
</div>
</main>
<!-- Medium Up Content -->
<div class="medium-footer medium-up-content show-for-medium-up color-one">
<footer>
<div class="row fullWidth">
<div class="small-12 medium-5 columns medium-text-left small-text-center">
Crafted with <i class="fa fa-heart red"></i> <a href="http://mindfund.com/"> @<b>MindFundStudio</b> </a>
</div>
<div class="small-12 medium-7 columns medium-text-right small-text-center">
<ul class="nav">
<li><a href="contact.html">Contact Us</a></li>
<li><a href="patent/PAT9176657.pdf" target="_blank">Patent</a></li>
<li>
<a href="https://twitter.com/onereminder" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/OneReminder/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
<!-- Small Content -->
<div class="small-content show-for-small-only">
<footer>
<section class="one">
<ul class="nav">
<li><a class="active" href="#">About</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="patent/PAT9176657.pdf" target="_blank">Patent</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</section>
<section class="two">
<ul class="nav">
<li>
<a href="https://twitter.com/onereminder" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/OneReminder/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
</ul>
Crafted with <i class="fa fa-heart red"></i> <a href="http://mindfund.com/"> @<b>MindFundStudio</b> </a>
</section>
</footer>
</div>
</body>
</html>