-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
403 lines (350 loc) · 13.3 KB
/
index.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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dugsiiye Clone</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<!-- hambegar -->
<div class="container hambuger">
<img href="index.html" src="./resources/white_green.png" alt="">
<div>
<i data-visible="true" class="fa-solid fa-bars-staggered bar"></i>
<i class="fa-solid fa-close close" data-visible="false"></i>
</div>
</div>
<!-- desktop-menu -->
<nav class="container desktop-menu">
<a href="/index.html">
<img src="./resources/white_green.png" href="index.html" alt="">
</a>
<ul class="menus-link">
<li><a href="index.html">Home</a></li>
<li><a href="/courses/courses.html">Courses</a></li>
<li><a href="#">Mentorship</a></li>
<li><a href="About_us.html">About</a></li>
<li><a href="/contact/index.html">Contact</a></li>
</ul>
<div class="btns">
<a href="/register/login.html">Sign in
</a>
<a class="Signup" href="/register/register.html">Sign up</a>
</div>
</nav>
<!-- mobile-menu -->
<nav class=" mobile-menu" data-visible="false">
<div class="logo-humbegar">
<a href="/index.html">
<img href="/index.html" src="https://dugsiiye.com/dark_green.png" alt="">
</a>
</div>
<!-- <ul class="menus-link">
<li><a href="#">Home</a></li>
<li><a href="#">Courses</a></li>
<li><a href="#">Mentorship</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul> -->
<div class="menus">
<div class="links">
<div>
<a href="/index.html">Home</a>
<a href="#">Mentorship</a>
<a href="/contact/index.html">Contact</a>
</div>
<div>
<a href="/courses/courses.html">Courses</a>
<a href="/About_us.html">About</a>
</div>
</div>
<div class="btns">
<a class="Signup" href="/register/login.html">Sign up</a>
<a href="/register/register.html"> <span>Existing User?</span> Sign in
</a>
</div>
</div>
</nav>
</header>
<section class="home-page">
<video class="bg-vedio" muted autoplay loop plays-inline>
<source src="https://dugsiiyeimages.s3.ap-south-1.amazonaws.com/IMG_3161_sffpp0.mp4">
</video>
<div class="container">
<h1>Lets Get Skilled.</h1>
<p>We aspire to create outstanding academy that promote educational excellence, <br> character development and
service to communities.</p>
<div>
<a href="#" class="btn get-started">Get started</a>
<a href="#" class="btn About-Us
">About Us
</a>
</div>
</div>
</section>
<section class="why-choose">
<div class="container">
<div class="choose-top">
<span>Why you choose dugsiiye</span>
<h1>Dugsiiye is more than eLearning</h1>
<p>
We're committed to changing the future of learning for the better and
provide the <br />
tools and skills to teach what you love.
</p>
</div>
<div class="choose-bottom">
<div class="box">
<div class="icons">
<i class="fa-solid fa-laptop"></i>
</div>
<h1>Latest Trend Of Technologies</h1>
<p>
In this school, you can find lessons that are compatible with the
modern technologies of web development and mobile app development.
</p>
</div>
<div class="box">
<div class="icons">
<i class="fa-solid fa-user-graduate"></i>
</div>
<h1>Learning Through Doing</h1>
<p>
The course we offer is not just short projects that you throw away,
we will teach you real world projects that you cannot find in
trainings and other courses.
</p>
</div>
<div class="box">
<div class="icons">
<i class="fa-solid fa-chair"></i>
</div>
<h1>Learn At your Base</h1>
<p>
All the courses we offer are online and you can take them anywhere
in the world at any time.
</p>
</div>
<div class="box">
<div class="icons">
<i class="fa-solid fa-bowling-ball"></i>
</div>
<h1>Engagement Platform</h1>
<p>
When you watch the lessons, you will not feel any burden and you are
bored. The website is fast and we use the latest technologies in the
world.
</p>
</div>
<div class="box">
<div class="icons">
<i class="fa-solid fa-phone"></i>
</div>
<h1>Reliable Student support</h1>
<p>
f you feel stuck or don't understand something, there is a community
that will support you and solve your problems without wasting much
time looking for people..
</p>
</div>
<div class="box">
<div class="icons">
<i class="fa-solid fa-check"></i>
</div>
<h1>Life Time Access</h1>
<p>
Once you sign up for the course, it will never close, it will be
free and there are no hidden fees or extras..
</p>
</div>
</div>
</div>
</section>
<!-- courses section -->
<section class="courses">
<div class="container">
<span>Courses</span>
<h1>Best Selling Courses</h1>
<p>The Best course?. Learn anytime & anywhere.</p>
<div class="grid-courses">
<div class="box">
<img
src="https://dugsiiye.com/_next/image?url=https%3A%2F%2Fdugsiiyeimages.s3.ap-south-1.amazonaws.com%2FhclV6DogkcDv9chhL69R7.jpeg&w=1080&q=75"
alt="">
<button>Web Development</button>
<h2>Php For Professionals</h2>
<p>USD 30.00 For Life Time Access</p>
</div>
<div class="box">
<img
src="https://dugsiiye.com/_next/image?url=https%3A%2F%2Fdugsiiyeimages.s3.ap-south-1.amazonaws.com%2FMzXvcFGRf5tT5HbKFaYYx.jpeg&w=1080&q=75"
alt="">
<button>Web Development</button>
<h2>Modern JavaScript For Beginners</h2>
<p>USD 30.00 For Life Time Access</p>
</div>
<div class="box">
<img
src="https://dugsiiye.com/_next/image?url=https%3A%2F%2Fdugsiiyeimages.s3.ap-south-1.amazonaws.com%2FhPHo10Xo7SiRi2ePnS9yM.jpeg&w=1080&q=75"
alt="">
<button>Web Development</button>
<h2>Flutter Mobile App Development With Dart</h2>
<p>USD 30.00 For Life Time Access</p>
</div>
<div class="box">
<img
src="https://dugsiiye.com/_next/image?url=https%3A%2F%2Fdugsiiyeimages.s3.ap-south-1.amazonaws.com%2F0MD_sdD5Zcx0s-ZnSrhMi.jpeg&w=1080&q=75"
alt="">
<button>Web Development</button>
<h2>React Master Class with Redux, Hooks, Firebase, Tailwind css..</h2>
<p>USD 30.00 For Life Time Access</p>
</div>
<div class="box">
<img
src="https://dugsiiye.com/_next/image?url=https%3A%2F%2Fdugsiiyeimages.s3.ap-south-1.amazonaws.com%2Fvx3bPhkWA6ary1MWLr5qa.jpeg&w=1080&q=75"
alt="">
<button>Web Development</button>
<h2>Modern HTML and CSS For Beginners</h2>
<p>USD 30.00 For Life Time Access</p>
</div>
<div class="box">
<img
src="https://dugsiiye.com/_next/image?url=https%3A%2F%2Fdugsiiyeimages.s3.ap-south-1.amazonaws.com%2Fo9DwUP_WiLdxlA58kmVAk.jpeg&w=1080&q=75"
alt="">
<button>Web Development</button>
<h2>Advanced Portrait Retouching Course</h2>
<p>USD 30.00 For Life Time Access</p>
</div>
<div class="box">
<img
src="https://dugsiiye.com/_next/image?url=https%3A%2F%2Fdugsiiyeimages.s3.ap-south-1.amazonaws.com%2F3fr6VASKAxobQaZytb_NE.jpeg&w=1080&q=75"
alt="">
<button>Web Development</button>
<h2>Graphic Design Masterclass | Beginners Guide to Adobe Photoshop CC</h2>
<p>USD 30.00 For Life Time Access</p>
</div>
<div class="box">
<img
src="https://dugsiiye.com/_next/image?url=https%3A%2F%2Fdugsiiyeimages.s3.ap-south-1.amazonaws.com%2FpjhUy5EllGGXrq61ov-8d.jpeg&w=1080&q=75"
alt="">
<button>Web Development</button>
<h2>AI-Powered SaaS with Next.js, Typescript, Prisma & OpenAI</h2>
<p>USD 30.00 For Life Time Access</p>
</div>
<div class="box">
<img
src="https://dugsiiye.com/_next/image?url=https%3A%2F%2Fdugsiiyeimages.s3.ap-south-1.amazonaws.com%2F64jEPy6E4Waa5VK5u3EOc.jpeg&w=1080&q=75"
alt="">
<button>Web Development </button>
<h2>Step By Step Data Visualization Using Tableau 2024</h2>
<p>USD 30.00 For Life Time Access</p>
</div>
</div>
</div>
</section>
<section class="software-inginer-mentorship">
<div class="right">
<img src="https://dugsiiye.com/_next/static/media/mentortheme.57ce9a88.jpg" alt="">
</div>
<div class="left">
<div class="container">
<h3>Software Engineer Mentorship</h3>
<h1>Full Stack Mentorship-ka Dib Ayuu u bilowday</h1>
<span>Waxaan dib u furnay qaadashada arday cusub oo aan ku barayno barashada programming-ka bilow ilaa heer
fullstack uu ka dhisi karo qofka. Waxaa hada furan iska diiwaan gelinta , hadii aad daneeneyso in aad hesho
xog dheeri ah guji linkiga hoose.</span>
<a href="#">Xog dheeri ah hel guji Halkan</a>
</div>
</div>
</section>
<section class="most-powerfull-languages">
<div class="container">
<div class="left-side">
<h1>Learn The Most Powerful Languages and frameworks</h1>
<h5>We’re committed to changing the future of learning for the better and provide the tools and skills to teach
what you love.</h5>
<div class="btns">
<button>Create Account</button>
<button>Contact Us</button>
</div>
</div>
<div class="right-side">
<div class="box"><i class="fa-brands fa-html5"></i></div>
<div class="box"><i class="fa-brands fa-css3-alt"></i></div>
<div class="box"><i class="fa-brands fa-js"></i></div>
<div class="box"><i class="fa-brands fa-react"></i></div>
<div class="box"><i class="fa-brands fa-node"></i></div>
<div class="box"><i class="fa-brands fa-bootstrap"></i></div>
</div>
</div>
</section>
<section class="student-say">
<div class=" poeple-say">
<div class="poeple-say">
<h1>What Our Students Have To Say</h1>
<p>Discover Your Perfect Program In Our Courses</p>
<div class="bottom">
<div class="box1">
<div><i class="fa-solid fa-quote-left"></i></div>
<p>Aad ban ugu faraxsanahy inaan kamid noqday teamka dugsiiye.</p>
<img src="./resources/gedi.jpeg" alt="">
<h2>Eng Geedi</h2>
<span>Fullsatck developer</span>
</div>
<div class="box1">
<div><i class="fa-solid fa-quote-left"></i></div>
<p>Aad ban ugu faraxsanahy inaan kamid noqday teamka dugsiiye.</p>
<img src="./resources/IMG_5560 copy.jpg" alt="">
<h2>Abdala Ergin</h2>
<span>Fullsatck developer</span>
</div>
<div class="box1">
<div><i class="fa-solid fa-quote-left"></i></div>
<p>Aad ban ugu faraxsanahy inaan kamid noqday teamka dugsiiye.</p>
<img src="./resources/omer-tood.jpg" alt="">
<h2>Omer Tood</h2>
<span>Fullsatck developer</span>
</div>
<div class="box1">
<div><i class="fa-solid fa-quote-left"></i></div>
<p>Aad ban ugu faraxsanahy inaan kamid noqday teamka dugsiiye.</p>
<img src="./resources/hamuuda.jpg" alt="">
<h2>Mc Hamuuda</h2>
<span>Software developer</span>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="foter-left">© 2024 Dugsiiye Online Courses. All rights reserved.
</div>
<div class="foter-right">
<i class="fa-brands fa-whatsapp"></i>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-github"></i>
<i class="fa-brands fa-youtube"></i>
</div>
</div>
</footer>
</body>
<!-- javascript -->
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<script src="main.js">
/*$(window).scroll(function(){
if($(window).scrollTop()){
$("header").addClass("scroll-bg");
}
else{
$("header").removeClass("scroll-bg");
}
});*/
</script>
</html>