-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
67 lines (51 loc) · 2.27 KB
/
about.html
File metadata and controls
67 lines (51 loc) · 2.27 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conjugator</title>
<link rel="stylesheet" href="css/index.css">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans&display=swap" rel="stylesheet">
<script src="about.js" async></script>
</head>
<body>
<div class="aboutpage">
<header>
<a class="logo link" href='index.html'><h1>Conjugator</h1></a>
<nav>
<a href='about.html'>About</a>
<a href='contact.html'>Contact</a>
<a href='learn.html'>Learn</a>
<a href='https://bw-conjugator.netlify.com/'>Log In</a>
</nav>
</header>
<div class='abouttop'>
<div class='aboutheader-image'>
<img class='aboutimage' src="Screen Shot 2019-06-26 at 4.20.35 PM.png">
</div>
</div>
<div class = "brief">
<h3>About Conjugator.io
</h3>
<p>With simple keyboard shortcut explanations, immediate corrections, and 12 different tenses available to practice. Settings allow for customization of tenses, pronouns and other specifications to help you learn and practice exactly what you need. </p>
</div>
<div class = "bottomabout">
<div class= "feature">
<h3 >Mission</h3>
<img class="fleximg" src="Screen Shot 2019-06-27 at 8.06.01 PM.png">
<div class = paragraphtext>
<p>To teach offer simple, practical and concise conjugation practice to Spanish beginners of any and all ages.</p></div>
<span class='expandButton'> Read More </span>
</div>
<div class= "feature">
<h3>About Us </h3>
<img class="fleximg" src="sander-crombach-6qKH8lue5Vw-unsplash.jpg">
<div class = paragraphtext>
<p>Conjugator.io is a public site for educational purposes. Conjugator.io is rooted in the belief that the only way to really learn a language is through a lot of repetition and use. The conjugator tool allows you to do just that, practice and practice often, with consistent feedback allowing for simple mastery over time. </p>
</div>
<span class='expandButton'> Read More </span>
</div>
</div>
</div>
</body>
</html>