-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (60 loc) · 2.28 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- _ _ _ ___ _
| | | | | |/ (_) |
| | __ _ _ _ _ __ ___| |__ | ' / _| |_
| | / _` | | | | '_ \ / __| '_ \| < | | __|
| |___| (_| | |_| | | | | (__| | | | . \| | |_
|______\__,_|\__,_|_| |_|\___|_| |_|_|\_\_|\__|
Once built in downtown San Francisco.
-->
<title>LaunchKit: Useful Tools for Mobile App Creators, now part of Google</title>
<meta name="description" content="Easily build iOS screenshots, app landing pages, monitor your app reviews, receive daily sales reports, and identify your super users with LaunchKit.">
<link href="//fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700|Raleway:100,200,300,400,500,600,700" rel="stylesheet" type="text/css">
<style type="text/css">
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
font-family: "Raleway", "Open Sans", Arial, sans-serif;
font-weight: 300;
text-align: center;
}
img {
max-width: 90%;
max-height: 60px;
}
h1 {
padding: 0 40px;
font-size: 16px;
font-weight: 500;
color: #91969B;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a, a:hover, a:visited {
color: #1995ef;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div style="display:table; height: 100%; width: 100%;">
<div style="display:table-cell;vertical-align:middle; height: 100%; width: 100%;">
<div style="margin-left:auto;margin-right:auto;">
<a href="https://goo.gl/EHYxp2" target="_blank"><img src="img/launchkit-and-google.png"></a>
<h1><a href="https://goo.gl/EHYxp2" target="_blank">LaunchKit has joined Google</a> & <a href="https://github.com/launchkit/launchkit/" target="_blank">the code is now open source</a>.</h1>
</div>
</div>
</div>
</body>
</html>