-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
77 lines (62 loc) · 2.96 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
76
77
<!DOCTYPE html>
<html>
<head>
<title>EasyWrite: Write clearly using only 1,000 commonly used words</title>
<link rel="icon"
type="image/png"
href="assets/easy-write-fav.png">
<meta name="description" content="Write clearly using only 1,000 commonly used words making your text easy to understand for anyone across the world.">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta charset="utf-8">
<meta name="author" content="Deekshith Allamaneni">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Open Graph Protocol Markup -->
<meta property="og:title" content="EasyWrite" />
<meta property="og:description" content="Write clearly using only 1,000 commonly used words making your text easy to understand for anyone across the world.">
<meta property="og:type" content="website" />
<meta property="og:url" content="http://easywrite.parishod.com" />
<meta property="og:image" content="http://easywrite.parishod.com/assets/easy-write-scr.png" />
<!-- End Open Graph Protocol Markup -->
<!-- ItemProps SchemaOrg Product tags -->
<meta itemprop="name" content="EasyWrite">
<meta itemprop="description" content="Write clearly using only 1,000 commonly used words making your text easy to understand for anyone across the world.">
<meta itemprop="image" content="http://easywrite.parishod.com/assets/easy-write-scr.png">
<!-- End ItemProps SchemaOrg Product tags -->
<link rel="canonical" href="http://easywrite.parishod.com/">
</head>
<body>
<div class="center">
<h1>EasyWrite</h1>
<p>Write clearly using only 1,000 commonly used words</p>
</div>
<div class="container">
<div class="backdrop">
<div class="highlights"></div>
</div>
<textarea id="easy-write-textarea" autofocus>Write anything using only the top words. It makes it easy for anyone to understand.
Text gets highlighted when you use an uncommon word.
-=-=-=-=-=-=
This helps you to write:
- Messages that anyone can easily understand
- And something even a kid can follow
Remove this text and start writing now!</textarea>
</div>
<div class="section center">
<a class="btn btn-outline" href="http://www.deekshith.in/2016/04/easy-write-intro.html" target="_blank"><i class="fa fa-info-circle"></i> Learn More...</a>
<a class="btn btn-primary btn-outline" href="https://github.com/adeekshith/easy-write" target="_blank"><i class="fa fa-code"></i> View Code</a>
</div>
<footer>
<a class="btn btn-twitter" href="https://twitter.com/adeekshith" target="_blank"><i class="fa fa-twitter"></i> @adeekshith</a>
</footer>
<!-- App Styles -->
<link rel="stylesheet" href="css/style.css">
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<!-- Main App Script -->
<script src="js/main.js"></script>
<!-- App Script -->
<script src="js/highlight-textarea.js"></script>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</body>
</html>