-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (94 loc) · 2.42 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>1List for iPhone, iPad, Mac, and Apple Watch</title>
<link href='style.css?val' rel='stylesheet' type='text/css'>
<link href='https://www.studioamanga.com/onelist/' rel='canonical'>
<link href='https://www.studioamanga.com/img/favicon.ico' rel='shortcut icon'>
<meta content='1List, fast and simple reminders.' name='description'>
<meta content='width=device-width' name='viewport'>
<meta content='app-id=579440241' name='apple-itunes-app'>
</head>
<body>
<nav class='general'>
<ul>
<li>
<a href='https://www.studioamanga.com/'>
<img alt='StdAMG' src='img/icon-amg.png'>
<span>Studio AMANgA</span>
</a>
</li>
</ul>
</nav>
<header class='top'>
<div class='title'>
<img alt='Icon' class='icon' src='img/icon-72-2x.png'>
<h1>1List</h1>
</div>
<div>
<img alt='Screens' class='showcase' src='img/screens.png'>
</div>
</header>
<section class='main'>
<div class='tagline'>
Don’t waste time.
<br>
When you need to remember things, it has to be fast and simple.
</div>
<div class='feature'>
<h3>Autocomplete</h3>
<img alt='Fast' src='img/icon-lightning-bolt.png'>
<p>
Blazingly efficient.
<br>
1List helps you create new reminders based on your previous entries.
<br>
The more you use it, the faster it gets.
</p>
</div>
<div class='feature'>
<h3>iCloud Reminders</h3>
<img alt='Cloud' src='img/icon-cloud.png'>
<p>
Always in sync.
<br>
1List is directly integrated with your Apple iCloud Reminders. No need to create a new account, your reminders are available on all your devices.
</p>
</div>
<div class='feature'>
<h3>Works with Siri</h3>
<img alt='Siri' src='img/icon-chat.png'>
<p>
Hands free.
<br>
You can simply use Siri to create new reminders.
</p>
</div>
<div class='feature'>
<h3>Available on Apple Watch</h3>
<img alt='Apple Watch' src='img/icon-watch.png'>
<p>
1List brings all your reminders to the Apple Watch. You can also add new entries right from your wrist.
</p>
</div>
<p class='download'>
<a href='https://itunes.apple.com/app/1list-fast-simple-reminders/id579440241?mt=8&at=1000lMiD'>
<img alt='Download on the App Store' src='img/download-appstore.svg'>
</a>
</p>
</section>
<footer>
<a href='https://www.studioamanga.com'>
<img alt='StdAMG' src='img/amgmini-black.png'>
</a>
<p>
“1List” for iPhone, iPad, Mac, and Apple Watch
<br><a href='releasenotes'>Release Notes</a>,
<a href='privacy-policy'>Privacy Policy</a>
<br>
Made by Studio AMANgA 2012-2023
</p>
</footer>
</body>
</html>