-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
272 lines (265 loc) · 19.2 KB
/
Copy pathindex.html
File metadata and controls
272 lines (265 loc) · 19.2 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
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>O'Time</title>
<meta name="description" content="Time Visualised" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Bootstrap 4-->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/animate.min.css">
<style type="text/css">
.btn-circle.btn-xl {
width: 60px;
height: 60px;
padding: 5px 0px;
border-radius: 30px;
font-size: 36px;
text-align: center;
}
</style>
<link rel="icon" href="img/favicon.png">
</head>
<body>
<!--header-->
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-primary sticky-navigation">
<a class="navbar-brand" href="#">
<h5>O'TIME</h5>
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item mr-3">
<a class="nav-link page-scroll" href="#features">Features <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item mr-3">
<a class="nav-link page-scroll" href="#privacy">Privacy</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<!--main section-->
<section class="bg-primary" id="main">
<div class="container">
<div class="row">
<div class="col-md-6 text-white wow fadeIn">
<div class="mt-5 pt-5 d-none d-md-block"></div>
<h1>O'Time</h1>
<h2>Live <span class="text-orange">calendar</span> app built exclusively for Apple Watch</h2>
<p class="mt-4 lead">
Live visualisation of calendar events with week days availability and around the clock views so you know exactly where you are in your schedule at any given time. Built-in complications and notifications to keep track of ongoing events outside the app.
</p>
<p class="mt-5">
<a href="https://apps.apple.com/us/app/otime/id1541647560" class="mr-2"><img src="img/appstore.png" class="store-img"/></a>
</p>
</div>
<div class="col-md-6 pt-5 d-none d-md-block wow fadeInRight">
<img class="img-fluid mx-auto d-block" src="img/hellotime.png"/>
</div>
</div>
</div>
</section>
<!--main features-->
<section class="bg-white" id="main">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-8 mx-auto text-center wow fadeIn">
<h2 class="text-primary">Why O'Time?</h2>
<p class="lead">
O'Time is relative or rather is a relative of a calendar and a timer.
</p>
</div>
</div>
<div class="row d-md-flex mt-4 text-center">
<div class="col-sm-6 col-md-3 mt-2">
<div class="card border-none wow fadeIn">
<div class="card-body">
<div class="icon-box">
<svg width="36" height="36" viewBox="0 0 16 16" class="bi bi-stopwatch" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H9v1.07A7.001 7.001 0 0 1 8 16 7 7 0 0 1 7 2.07V1h-.5A.5.5 0 0 1 6 .5zM8 3a6 6 0 1 0 .001 12A6 6 0 0 0 8 3zm0 2.1a.5.5 0 0 1 .5.5V9a.5.5 0 0 1-.5.5H4.5a.5.5 0 0 1 0-1h3V5.6a.5.5 0 0 1 .5-.5z"/>
</svg>
</div>
<h5 class="card-title text-primary pt-5">Event Timers</h5>
<p class="card-text">Calendar events are timers that show the time remaining before any event starts and ends.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 mt-2">
<div class="card border-none wow fadeIn">
<div class="card-body">
<div class="icon-box">
<svg width="36" height="36" viewBox="0 0 16 16" class="bi bi-hourglass" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5zm2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702c0 .7-.478 1.235-1.011 1.491A3.5 3.5 0 0 0 4.5 13v1h7v-1a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351v-.702c0-.7.478-1.235 1.011-1.491A3.5 3.5 0 0 0 11.5 3V2h-7z"/>
</svg>
</div>
<h5 class="card-title text-primary pt-5">Day Progress</h5>
<p class="card-text">Calendar days are progress rings that show the overall availability of every day of the week.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 mt-2">
<div class="card border-none wow fadeIn">
<div class="card-body">
<div class="icon-box">
<svg width="36" height="36" viewBox="0 0 16 16" class="bi bi-clock-history" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1 .025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z"/>
<path fill-rule="evenodd" d="M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z"/>
<path fill-rule="evenodd" d="M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z"/>
</svg>
</div>
<h5 class="card-title text-primary pt-5">Round Calendar</h5>
<p class="card-text">Day events are visually mapped on a virtual clock face to show an intuitive day schedule view.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 mt-2">
<div class="card border-none wow fadeIn">
<div class="card-body">
<div class="icon-box">
<svg width="36" height="36" viewBox="0 0 16 16" class="bi bi-globe" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4H2.255a7.025 7.025 0 0 1 3.072-2.472 6.7 6.7 0 0 0-.597.933c-.247.464-.462.98-.64 1.539zm-.582 3.5h-2.49c.062-.89.291-1.733.656-2.5H3.82a13.652 13.652 0 0 0-.312 2.5zM4.847 5H7.5v2.5H4.51A12.5 12.5 0 0 1 4.846 5zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5H7.5V11H4.847a12.5 12.5 0 0 1-.338-2.5zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12H7.5v2.923c-.67-.204-1.335-.82-1.887-1.855A7.97 7.97 0 0 1 5.145 12zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11H1.674a6.958 6.958 0 0 1-.656-2.5h2.49c.03.877.138 1.718.312 2.5zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12h2.355a7.967 7.967 0 0 1-.468 1.068c-.552 1.035-1.218 1.65-1.887 1.855V12zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5h-2.49A13.65 13.65 0 0 0 12.18 5h2.146c.365.767.594 1.61.656 2.5zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4H8.5V1.077c.67.204 1.335.82 1.887 1.855.173.324.33.682.468 1.068z"/>
</svg>
</div>
<h5 class="card-title text-primary pt-5">Active Details</h5>
<p class="card-text">Call event phone number or navigate to event location or show event time in its timezone.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--features & details-->
<section class="bg-primary text-white" id="features">
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 col-sm-8 offset-sm-2 col-xs-12 text-center wow fadeIn">
<h2 class="text-orange">Features</h2>
<p class="lead">
It's easy if you try
</p>
</div>
</div>
<div class="row d-md-flex mt-5">
<div class="col-sm-4 wow fadeIn">
<h5 class="text-orange">Today View</h5>
<p>As its name suggests only today's events are shown in this view. Use Watch digital crown to navigate between events.</p>
<h5 class="text-white pt-5">Event Timers</h5>
<p>Ongoing events are shown as timers with time left before event end. Future events display their start and end time. </p>
</div>
<div class="col-sm-4 wow fadeIn">
<img class="img-fluid mx-auto d-block pb-3" src="img/today.png" alt="Gallery">
</div>
<div class="col-sm-4 wow fadeIn">
<h5 class="text-white">Time Colors</h5>
<p>Green is 1 hour or more, Yellow is 45 to 30 minutes, Orange is 30 to 15 minutes, Red is 15 minutes or less, Blue is free time.</p>
<h5 class="text-white pt-5">Event Focus</h5>
<p>Tap selected event to see additional details. For multiple ongoing events Complications track the event selected in this view.</p>
</div>
</div>
<div class="row d-md-flex mt-5">
<div class="col-sm-4 wow fadeIn">
<h5 class="text-orange">Week View</h5>
<p>Week view shows calendar days one week ahead from today. Use Watch digital crown to navigate between calendar days.</p>
<h5 class="text-white pt-5">Day Stats</h5>
<p>Shows how busy the day is as well as the number of calendar events that day. Day duration can be changed in settings.</p>
</div>
<div class="col-sm-4 wow fadeIn">
<img class="img-fluid mx-auto d-block pb-3" src="img/week.png" alt="Gallery">
</div>
<div class="col-sm-4 wow fadeIn">
<h5 class="text-white">Busy Colors</h5>
<p>Blue is a free day with no events, Green to Yellow to Orange to Red progression from available to busy, tied to day duration.</p>
<h5 class="text-white pt-5">Day Schedule</h5>
<p>Tap selected calendar day to display that day schedule hour by hour and minute by minute, visually mapped to a virtual clock.</p>
</div>
</div>
<div class="row d-md-flex mt-5">
<div class="col-sm-4 wow fadeIn">
<h5 class="text-orange">Clock View</h5>
<p>Calendar events on a virtual clock. The day is split into AM view from 00:00 to 12:00 and PM view from 12:00 to 00:00.</p>
<h5 class="text-white pt-5">Go Round</h5>
<p>Use Watch digital crown to navigate between events. The clock will switch between AM and PM views as you go.</p>
</div>
<div class="col-sm-4 wow fadeIn">
<img class="img-fluid mx-auto d-block pb-3" src="img/clockview.png" alt="Gallery">
</div>
<div class="col-sm-4 wow fadeIn">
<h5 class="text-white">Duration Colors</h5>
<p>Blue is free time, Red is 15 minutes or less, Orange is 15 to 30 minutes, Yellow is 30 to 45 minutes, Green is 1 hour or more.</p>
<h5 class="text-white pt-5">Event Details</h5>
<p>Selected event is highlighted and its start and end times are shown. Tap selected event to see additional details.</p>
</div>
</div>
</div>
</section>
<!--privacy-->
<section class="bg-white" id="privacy">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-8 mx-auto text-center wow fadeIn">
<div class="col mx-auto text-center">
<div class="icon-box">
<svg width="36" height="36" viewBox="0 0 16 16" class="bi bi-shield-shaded" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M5.443 1.991a60.17 60.17 0 0 0-2.725.802.454.454 0 0 0-.315.366C1.87 7.056 3.1 9.9 4.567 11.773c.736.94 1.533 1.636 2.197 2.093.333.228.626.394.857.5.116.053.21.089.282.11A.73.73 0 0 0 8 14.5c.007-.001.038-.005.097-.023.072-.022.166-.058.282-.111.23-.106.525-.272.857-.5a10.197 10.197 0 0 0 2.197-2.093C12.9 9.9 14.13 7.056 13.597 3.159a.454.454 0 0 0-.315-.366c-.626-.2-1.682-.526-2.725-.802C9.491 1.71 8.51 1.5 8 1.5c-.51 0-1.49.21-2.557.491zm-.256-.966C6.23.749 7.337.5 8 .5c.662 0 1.77.249 2.813.525a61.09 61.09 0 0 1 2.772.815c.528.168.926.623 1.003 1.184.573 4.197-.756 7.307-2.367 9.365a11.191 11.191 0 0 1-2.418 2.3 6.942 6.942 0 0 1-1.007.586c-.27.124-.558.225-.796.225s-.526-.101-.796-.225a6.908 6.908 0 0 1-1.007-.586 11.192 11.192 0 0 1-2.417-2.3C2.167 10.331.839 7.221 1.412 3.024A1.454 1.454 0 0 1 2.415 1.84a61.11 61.11 0 0 1 2.772-.815z"/>
<path d="M8 2.25c.909 0 3.188.685 4.254 1.022a.94.94 0 0 1 .656.773c.814 6.424-4.13 9.452-4.91 9.452V2.25z"/>
</svg>
</div>
</div>
<h2 class="text-primary pt-5">Privacy</h2>
<p class="lead">
Your data is yours and it stays on your wrist, it is that simple. O'Time does no data collection and will never violate your trust.
</p>
</div>
</div>
</div>
</section>
<!--contact-->
<section class="bg-primary" id="contact">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-8 mx-auto text-center wow fadeIn">
<h2 class="text-white">Contact</h2>
<p class="lead text-white">
Whether you have a support issue, a suggestion, a general inquiry or simply want to speak your mind and provide feedback please feel free to make contact.
</p>
</div>
</div>
<div class="col text-primary mx-auto text-center pt-5">
<button type="button" class="btn btn-light btn-circle btn-xl">
<p class="lead">
<a href="mailto:%74%69%6D%65%74%68%65%61%70%70%40%69%63%6C%6F%75%64%2E%63%6F%6D" style="color:black;" target="_blank" class="btn btn-email btn-circle btn-xl">
<svg width="1em" height="1em" viewBox="0 0 17 17" class="bi bi-envelope" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383l-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z"/>
</svg>
</a>
</p>
</button>
</div>
</div>
</section>
<!--footer-->
<section class="bg-alt pt-5" id="footer">
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 col-sm-8 offset-sm-2 col-xs-12 text-center wow fadeIn">
<h2 class="hero-heading text-muted">O'Time</h2>
<p class="pt-2 text-muted">
© 2020 Anton Bobrov. All right reserved.
</p>
</div>
</div>
</div>
</section>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/wow.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>