-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathabout.html
25 lines (25 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>About Sandman</title>
<link rel="stylesheet" href="./css/main.css">
</head>
<body class="app" id="about">
<img src="sleep.png" alt="sleep"class="logo">
<hr />
<div class="about info-text">
<p>Sandman will remind you to take a rest and that you can always come back to the work tomorrow.</p>
<p>Inspired by <strong class="link" >http://sleepyti.me</strong> a website that calculates optimal times to fall asleep based on when you want to wake up.</p>
<p>It will notify you throughout the night when the optimal times to shutdown your computer and start to head to sleep and provide a button to do just that.</p>
<p>This application works well with <strong class="link">https://justgetflux.com/</strong></p>
<div>
<hr />
<div class="electron info-other" style="text-align:center">
Sandman Version 1.6.0<br>
Node.js Version <script>document.write(process.versions.node)</script><br>
Chromium Version <script>document.write(process.versions.chrome)</script><br>
Electron Version <script>document.write(process.versions.electron)</script><br>
</div>
</body>
</html>