-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (73 loc) · 2.66 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Hearme.io - collect, track and analyze user feedback and feature requests</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster+Two|Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css">
<link rel="stylesheet" href="/main.css">
<script src="https://code.getmdl.io/1.1.3/material.min.js" defer></script>
</head>
<body>
<div class="mdl-layout mdl-js-layout layout">
<div class="header">
<header class="mdl-layout__header mdl-layout__header--transparent">
<div class="mdl-layout__header-row">
<span class="header__title mdl-layout-title">hearme.io</span>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="mailto:[email protected]">Contact Us</a>
</nav>
</div>
</header>
<div class="header__hero">
<h2 class="header__slogan">Roadmap what matters</h2>
<p class="header__info">
<strong>hearme.io</strong> helps you collect, track and analyze<br>
user feedback and feature requests
</p>
<form class="header__form js-signup" action="https://hearme.us13.list-manage.com/subscribe/post-json?u=cd678ccef1de4a313a003dd0f&id=5a6c86270a">
<div class="mdl-textfield mdl-js-textfield">
<input class="mdl-textfield__input" type="text" id="email" name="email">
<label class="mdl-textfield__label" for="email">Enter email address</label>
</div>
<button class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--colored">
Request an Early Access
</button>
<p class="header__form-msg"></p>
</form>
<img class="header__hero-img" src="/img/browser.png" alt="Feedback ideas" />
</div>
</div>
<main class="mdl-layout__content">
<div class="content">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</main>
</div>
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-34918747-15','auto');ga('send','pageview')
</script>
<script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
<script src="/main.js"></script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>