-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
88 lines (86 loc) · 3.18 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
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="src/styles/styles.css" />
</head>
<body>
<div id="hero">
<div id="navBar">
<div class="logo">
<div id="dot"></div>
<h1>ReadAbility</h1>
</div>
<div class="links">
<a href="./tryPage/tryMePage.html">Try ReadAbility</a>
<a
href=https://github.com/nagillimnayr/readability-chrome-extension
>Download</a
>
</div>
</div>
<div id="heroContent">
<div class="heroText">
<h1 id="heroHeader">Understand, Process and Learn</h1>
<p id="subHero">
Readability2 is a Chrome extension designed to bring
clarity and understanding to your online reading
experience. Whether it's cognitive challenges or
language barriers standing in your way, our mission is
to make every webpage accessible and meaningful for
everyone.
</p>
<form action = "./tryPage/tryMePage.html">
<button type="submit">Try ReadAbility</button>
</form>
</div>
<div id="heroVideo"></div>
</div>
</div>
<!---<div id="features">
<h1 class="headers">Features</h1>
<div id="items">
<div class="item">
<img />
<p></p>
</div>
<div class="item">
<img />
<p></p>
</div>
<div class="item">
<img />
<p></p>
</div>
</div>
</div>-->
<div id="quote">
<p>
With Readability, complex text becomes simple, enabling faster
reading, better comprehension, and a more inclusive web. Start
your simplified reading journey today.
</p>
</div>
<div id="callContainer">
<h1>For a Web that Makes Sense to Everyone</h1>
<p>
What are you waiting for? try ReadAbility Today or download our
chrome Extension for easier Access
</p>
<div id="buttonContainer">
<form action = https://github.com/nagillimnayr/readability-chrome-extension>
<button type="submit">Download</button>
</form>
<form action = "./tryPage/tryMePage.html">
<button type="submit">Try ReadAbility</button>
</form>
</div>
</div>
<div id="footer">
<p>2023 © ReadAbility</p>
<p>Built by Ryan, Parm and Matt</p>
</div>
</body>
</html>