This repository was archived by the owner on Aug 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsquawk.html
More file actions
37 lines (37 loc) · 1.54 KB
/
squawk.html
File metadata and controls
37 lines (37 loc) · 1.54 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
<!DOCTYPE HTML>
<html>
<head>
<title>Roman Tymchyk</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="author" content="Roman Tymchyk"/>
<link rel="stylesheet" type="text/css" href="css/general.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:700,100,300,400,500,900' rel='stylesheet' type='text/css'>
</head>
<body class="appBody">
<div id="backToDevLink" class="redBackground">
<b><a href="index.html">Developer Page</a></b>
</div>
<div id="wrapperBare">
<div>
<div id="appImageContainer">
<img class="framedAppImage" src="img/squawk_framed.png"/>
</div>
<div id="appInfoContainer">
<span id="header" class="hilite red">Squawk</span></a>
<span class="smaller">Squawk increases your productivity with alerts that appear when you unlock your phone.</span>
<div class="redBorder divider"></div>
<div class="textCenter">
<a href="https://play.google.com/store/apps/details?id=com.romantymchyk.squawk">
<img alt="Get it on Google Play" src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" />
</a>
</div>
<div style="padding-top: 40px;" class="textCenter">
<a href="https://lifehacker.com/squawk-displays-reminders-when-you-unlock-your-android-1539054218">
<img alt="LifeHacker" src="img/lifehacker-logo.png">
</a>
</div>
</div>
</div>
</div>
</body>
</html>