forked from Build-Week-Conjugator-Sep-2019/UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (71 loc) · 2.61 KB
/
index.html
File metadata and controls
80 lines (71 loc) · 2.61 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
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
href="https://fonts.googleapis.com/css?family=Be+Vietnam&display=swap"
rel="stylesheet"
/>
<script src="https://kit.fontawesome.com/4b8b84d46e.js" crossorigin="anonymous"></script>
<link href="css/index.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Conjugator.io</title>
</head>
<body>
<div class="container">
<header>
<nav>
<img src="img/gator_1.jpg" alt="alligator" />
<div class="navigation">
<h2>Conjugator.io</h2>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Blog</a></li>
</ul>
</nav>
</header>
<section class="top-content">
<img src="img/main.png" alt="" />
<div class=main-text>
<h1>Free Spanish Learning, One verb at a time. </h1> </br>
<div class="main-btnbox"><a href="https://conjugatorlambda.netlify.com">
<button class="btn">Get Started</button>
</a>
</div>
</div>
</section>
<section class="mid-content">
<div class="card">
<img src="img/students.png" alt="Students" />
<h2>Students</h2>
<p>
We agree, learning a new language is hard. Don't sweat it, that's why we are here. You can track your progress and get instant feedback. This allows you to improve quickly, one verb at a time.
</p>
</div>
<div class="card">
<img src="img/travel.png" alt="Students" />
<h2>Travel</h2>
<p>
Taking a trip to a Spanish speaking country? Using Conjugator.io will give you the confidence to speak to the locals, opening the door to a richer more meaningful travel experience.
</p>
</div>
<div class="card">
<img src="img/locals.png" alt="Students" />
<h2>Locals</h2>
<p>
Unlock a new world without the need to move, at Conjugator.io we actively pursue to aid you in communicating with your Spanish speaking neighbors, friends, and family.
</p>
</div>
</section>
<section class="bottom-section">
<footer>
<p>© 2019 CONJUGATOR. ALL RIGHTS RESERVED.</p>>
</footer>
</section>
</div>
</body>
</html>