-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml.html
109 lines (96 loc) · 3.63 KB
/
html.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="fontawesome.min.css">
<title>Document</title>
</head>
<body>
<nav>
<img src="orange.png" alt="">
<div class="navigation">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#feature">Courses</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</nav>
<!--home-->
<section id="home">
<h3>Learn languages with us</h3>
<p>Seeklight helps you obtain any languages do you like.
it give you plan to learn languages.Now start your journey with us.
seeklight help you obtain any languages do you like.
it give you plan to learn languages.Now start your journey with us.
</p>
<div class="btn">
<a class="blue" href="#feature">Courses</a>
<a class="black" href="https://app.tracktest.eu/en/index.php?dir=settings&page=users®istration=1#step2">Test</a>
</div>
</section>
<section class="test">
<img src="test.jpg" alt="" width="700px" />
</section>
<section id="feature">
<h1>Our Language courses</h1>
<div class="lang">
<div class="box">
<img src="england.png" alt="" width="300px">
<h2>English</h2>
<p>199 DH/Mois</p>
</div>
<div class="box">
<img src="spain.png" alt="" width="300px">
<h2>Spanish</h2>
<p>199 DH/Mois</p>
</div>
<div class="box">
<img src="france.png" alt="" width="300px">
<h2>french</h2>
<p>199 DH/Mois</p>
</div>
</section>
<section class="benefit">
<div class="benefits">
<img src="featrue.jpg" alt="" width="800" height="600"/>
<div class="text">
<h2>Advantages of learning with Seeklight</h2>
<p>We always offer you the best services to achieve satisfaction and gain the trust of our dear customers.
</p>
<img class="Professional" src="https://img.icons8.com/ios-filled/100/000000/training.png" />
</div>
</div>
</section>
<footer>
<div class="footer-courses">
<h3>Courses</h3>
<li>English Courses</li>
<li>french Courses</li>
<li>Spanish Courses</li>
</div>
<div class="footer-courses">
<h3>Useful links</h3>
<li>About us</li>
</div>
<div class="footer-courses">
<h3>Payment methods</h3>
<i class="fab fa-cc-visa"></i>
<i class="fab fa-paypal"></i>
<i class="fab fa-cc-mastercard"></i>
</div>
<div class="footer-courses">
<h3>About Us</h3>
<p> Seeklight founded in 2021 in Morocco, offers online courses that are based on the practice
and communication of languages for all levels.</p>
<a class="blue" href="#">Contact</a>
<a class="blue" href="#">Register</a>
</div>
</footer>
<script src="https://kit.fontawesome.com/0fa5719a4e.js" crossorigin="anonymous"></script>
</body>
</html>