This repository was archived by the owner on Jul 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (141 loc) · 7.53 KB
/
Copy pathindex.html
File metadata and controls
159 lines (141 loc) · 7.53 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
<!DOCTYPE html>
<!--
██ ██ ███████ █████ ██████
██ ██ ██ ██ ██ ██ ██
███████ █████ ███████ ██ ██
██ ██ ██ ██ ██ ██ ██
██ ██ ███████ ██ ██ ██████
-->
<html lang="en" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="imgs/apps/arrownotes/icon.png"/>
<title>Arrow Notes ••• by Module Art</title>
<link rel="stylesheet" href="css/master.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/scroll.js"></script>
<script src="js/navbar.js"></script>
<script type="text/javascript">
$( document ).ready(function() {
$('#navbar').load('html/navbar.html');
$('#footer').load('html/footer.html');
});
</script>
</head>
<!--
███████ ████████ █████ ██████ ████████
██ ██ ██ ██ ██ ██ ██
███████ ██ ███████ ██████ ██
██ ██ ██ ██ ██ ██ ██
███████ ██ ██ ██ ██ ██ ██
-->
<body>
<div id="navbar"></div>
<center class="container">
<!--
████████ ██ ████████ ██ ███████
██ ██ ██ ██ ██
██ ██ ██ ██ █████
██ ██ ██ ██ ██
██ ██ ██ ███████ ███████
-->
<div class="main">
<div class="main-name">
<img class="app-icon" src="imgs/apps/arrownotes/icon.png">
<label class="title">Arrow</label><br>
<label class="subtitle">Notes v1.2.0</label>
</div>
<img class="title-img" src="imgs/apps/arrownotes/title.png">
<div class="downloads">
<label>Download for PC:</label><br>
<a class="btn colored blue" href="https://github.com/ModuleArt/arrownotes/releases/download/v1.2.0/ArrowNotes.Setup.1.2.0.exe" title="Download installation file (Windows 10, 8.1, 7)">
<img class="btn-icon" src="imgs/icons/windows.png">
<div class="btn-body">
<label class="btn-label">Windows</label>
</div>
</a>
<a class="btn" href="https://github.com/ModuleArt/arrownotes/releases" title="GitHub releases">
<img class="btn-icon" src="imgs/icons/download.png">
<div class="btn-body">
<label class="btn-label">Releases</label>
</div>
</a>
</div>
</div>
<div class="description">
<label><strike>Cross-platform</strike> desktop notes application.</label><br>
<label>The program allows users to take notes using post-it note - like windows on their desktop.</label><br>
<label>Features:</label>
<label>• The list of notes has many features and provides a preview of their text.</label>
<label>• You can move notes, change their size, and choose their color from the six suggested colors.</label>
<label>• You can search for words, letters, symbols in all notes at the same time.</label>
<label>• All deleted notes are placed in the trash. You can restore them at any time.</label>
<label>• You can sort notes by color. This feature is perfectly combined with the search.</label>
<label>• Each note has its own options and does not depend on others.</label>
<label>• Export / import notes.</label>
</div>
<!--
███████ ██████ ██████ ███████ ███████ ███ ██ ███████ ██ ██ ██████ ████████ ███████
██ ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ██ ██ ██ ██
███████ ██ ██████ █████ █████ ██ ██ ██ ███████ ███████ ██ ██ ██ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
███████ ██████ ██ ██ ███████ ███████ ██ ████ ███████ ██ ██ ██████ ██ ███████
-->
<hr>
<label class="title">Screenshots</label><br><br>
<img class="screenshot" src="imgs/apps/arrownotes/list.png">
<img class="screenshot" src="imgs/apps/arrownotes/colors.png">
<img class="screenshot" src="imgs/apps/arrownotes/search.png">
<img class="screenshot" src="imgs/apps/arrownotes/trash.png">
<img class="screenshot" src="imgs/apps/arrownotes/color-filter.png">
<img class="screenshot" src="imgs/apps/arrownotes/note.png">
<img class="screenshot" src="imgs/apps/arrownotes/settings.png">
<hr>
<label class="title">Updates</label><br><br>
<div class="updates">
<label>26.02.2019</label>
<label class="subtitle">Beta v1.2.0</label>
<label>
• Added trash.<br>
• Added context menu to text inputs.<br>
• Added shadows, animations and colors to some elements.<br>
• Settings are divided into categories.<br>
• Now you can filter notes by color.<br>
• Changed the behavior of the tray icon.<br>
• Look and Feel of the windows title bars is improved.<br>
• Data cleansing no longer requires a restart.<br>
• The colors of the notes are more saturated.<br>
• In-app notifications.<br>
• The size and position of the main window is preserved.<br>
• Electron updated from v1.4.3 to v4.0.2.<br>
• Chromium updated from v53 to v69.<br>
• Note update from v9 to v10.<br>
• Storage optimization.<br>
• New app icon.<br>
• Auto updates.
</label>
</div>
<div class="updates">
<label>15.02.2019</label>
<label class="subtitle">Beta v1.0.0</label>
<label>Arrow Notes is released!</label>
</div>
<!--
███████ ██████ ██████ ████████ ███████ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ██ ██ ██ ██ ██ █████ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██████ ██████ ██ ███████ ██ ██
-->
</center>
<footer id="footer"></footer>
</body>
</html>
<!--
████████ ██ ██ ███████ ███████ ███ ██ ██████
██ ██ ██ ██ ██ ████ ██ ██ ██
██ ███████ █████ █████ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██ ██ ███████ ███████ ██ ████ ██████
-->