-
Notifications
You must be signed in to change notification settings - Fork 1
/
the_idea.html
40 lines (40 loc) · 1.97 KB
/
the_idea.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Idea</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<header>
<ul class="nav fixed-top">
<li class="nav-item">
<a id="logo" class="nav-link" href="index.html">Lisingo</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="the_idea.html">The Idea</a>
</li>
<li class="nav-item">
<a class="nav-link" href="how_it_works.html">How It Works</a>
</li>
<li class="nav-item">
<a class="nav-link" href="who_we_are.html">Who We Are</a>
</li>
</ul>
</header>
<body>
<div class="container">
<div class="page_header">
<h1>The Idea</h1>
</div>
<div class="body_text">
<p>
In today's busy world, life can be hectic. We don't always have time to read everything we would like to. With the sheer volume of media being printed, it can be hard to keep up. Lisingo is trying to help. People want to be able to read webpages (articles, tutorials, etc) on the go, but don't have time. There are also many people in the world with dyslexia whose lives could be improved by this. So we thought it would be a good idea to translate them into downloadale audio files.
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>