-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
49 lines (35 loc) · 1.56 KB
/
index.htm
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
<!DOCTYPE html>
<html></html>
<head>
<title>Speak - An AI English Tutor</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Speak">
<meta property="og:type" content="website">
<meta property="og:url" content="https://usespeakeasy.com">
<meta property="og:image" content="http://usespeakeasy.com/images/phone.png">
<meta property="og:image:width" content="804">
<meta property="og:image:height" content="1628">
<meta property="og:description" content="Speak is an AI English tutor powered by speech recognition.">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="container">
<div class="section_left">
<div class="logo_container">
<img class="logo" src="images/speak_logo.png">
<span class="logo_text">Speak</span>
</div>
<p>Speak helps you get better at speaking English. With Speak, you can practice having conversations in realistic situations with your phone, and get feedback on how to improve.</p>
<a class="link" href="https://itunes.apple.com/us/app/speak-practice-speaking-english/id1181737552?mt=8">
<img class="link_image" src="images/app_store_badge.png">
</a>
</div>
<div class="section_right">
<div class="phone_container">
<img class="phone" src="images/phone.png">
</div>
</div>
</div>
</body>