This repository was archived by the owner on May 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.html
More file actions
156 lines (150 loc) · 5.76 KB
/
Copy pathabout.html
File metadata and controls
156 lines (150 loc) · 5.76 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords"
content="lansly ,Lansly ,lansly space,learn english ,Subconsciously,language ,learn the language,About">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
<title>َAbout us</title>
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/nav-style.css">
<link rel="stylesheet" href="css/about-style.css">
<link rel="stylesheet" href="css/nav.css">
</head>
<body>
<nav id="navbar">
<h2><a href="/"><img src="./assets/android-chrome-192x192.png" height="48" width="48" />Lansly </a></h2>
<div>
<ion-icon name="filter" class="nav-menu" onclick="toggelNavbar()"></ion-icon>
</div>
<ul>
<li><a href="./about.html">About</a></li>
<li><a href="./why-this-app.html">Why this app</a></li>
<li><a href="./terms.html">Terms & Conditions</a></li>
<li><a href="./help.html">Help</a></li>
</ul>
</nav>
<section class="mini-navBar">
<ul>
<li></li>
<li><a href="./about.html">About</a></li>
<li><a href="./why-this-app.html">Why this app</a></li>
<li><a href="./terms.html">Terms & Conditions</a></li>
<li><a href="./help.html">Help</a></li>
</ul>
</section>
<main>
<div class="hero-information">
<h1>Meet Our Team</h1>
<p>Each time we learn from our mistakes <br>and keep going toward our best results </p>
</div>
<div class="hero-image">
<img src="assets/hero.png" alt="learn with your mobile" class="image" title="Meet our Team">
</div>
</main>
<section class="first-member">
<div class="member-information">
<h2>Selama Salem Abderaouf</h2>
<p class="team-position">Developer</p>
<p>
Engineering student at the National Higher School of Biotechnology,<br> with high tendency towards
technology.<br>
Autodidact mobile developer and front end developer</p>
</div>
<div class="first-member-image">
<picture>
<source srcset="./assets/raouf.webp" type="image/webp" class="image">
<source srcset="./assets/raouf.png" type="image/jpeg" class="image">
<img src="./assets/raouf.png" alt="Salem Abderaouf" class="image">
</picture>
</div>
</section>
<!--Second Section -->
<section class="team second-member">
<div class="member-information">
<h2>Aouissi Khaled</h2>
<p class="team-position">English coach</p>
<p>More than 8 years of experience <br> in teaching english language
and developing syllabus.<br>
as well as holding ESL certificate</p>
</div>
</section>
<!-- third Section -->
<section class="third-member">
<div class="member-information">
<h2>Aissaoui Ahmed</h2>
<p class="team-position">It support</p>
<p>Open source contributor and i18n to AR nodejs vuejs reactjs & JS lover<br>
mathematics fundamental bacalorios
& student at univ Bejaia (PSA) master1 degree.</p>
</div>
<div class="first-member-image">
<img src="./assets/ahmed.png" alt="Aissaoui Ahmed" class="image">
</div>
</section>
<!-- Acknowledgement -->
<section class="team third-member thanks">
<h1>Acknowledgement</h1>
<div class="parent">
<div class="f-child">
<img src="./assets/kassem.jpeg" alt="Hachi Maamoune" class="image">
<h2>Hachi Maamoune Kassem</h2>
</div>
<div class="s-child">
<img src="./assets/samir.jpeg" alt="Ouabdelkader Samir" class="image">
<h2>Ouabdelkader Samir</h2>
</div>
</div>
</section>
<div class="contact-info">
<h1>How to reach us</h1>
<div>
<div class="fb-contact">
<a href="https://www.facebook.com/learnwithlansly" target="_blank" rel="noopener">
<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>Facebook icon</title>
<path
d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z" />
</svg>
</a>
<h2>Facebook</h2>
</div>
<div class="email-contact">
<a href="mailto:salamasalem84@gmail.com">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Gmail icon</title>
<path
d="M24 5.457v13.909c0 .904-.732 1.636-1.636 1.636h-3.819V11.73L12 16.64l-6.545-4.91v9.273H1.636A1.636 1.636 0 0 1 0 19.366V5.457c0-2.023 2.309-3.178 3.927-1.964L5.455 4.64 12 9.548l6.545-4.91 1.528-1.145C21.69 2.28 24 3.434 24 5.457z" />
</svg>
</a>
<h2>Email</h2>
</div>
</div>
</div>
<footer>
<div class="footer-main-content">
<div>
<h2>Lansly</h2>
</div>
<div>
<ul>
<li><a href="/about.html">About</a></li>
<li><a href="/terms.html">Terms & conditions</a></li>
<li><a href="/why-this-app.html">Why this app</a></li>
<li><a href="/help.html">Help</a></li>
</ul>
</div>
</div>
<div class="footer-lower-content">
<p>© 2021 Lansly. All rights reserved.</p>
</div>
</footer>
<script src="./js/app.js"></script>
<script src="https://unpkg.com/ionicons@5.2.3/dist/ionicons.js"></script>
</body>
</html>