forked from yatulearn/yatulearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yatu_learn_about.html
330 lines (323 loc) · 19.7 KB
/
yatu_learn_about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="yatu_learn_about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<title>About</title>
</head>
<body>
<nav class="main-nav">
<div class="main_logo">
<div class="logo">
<a href="index.html"><img src="YATU Learn - YL icon Black (2).png" alt="" height="40px"
width="50px"></a>
</div>
</div>
<input type="checkbox" id="check">
<label for="check" class="checkbtn"><i class="fa-solid fa-bars"></i></label>
<ul>
<a href="index.html" class="Courses btn-home">Home<i class="gfg-icon gfg-icon-black-up-carrot "
style="float: right; margin-right: -12px; line-height: 1.5;"></i></a>
<div class="dropdown1qp">
<a href="yatu_learn_qp.html" class="qp"> <span>Question Papers<i
class="fa-solid fa-angle-down"></i></span></a>
<div class="dropdown-content1qp">
<h2>CSE</h2>
<div class="links">
<a href="yatu_learn_qp.html#border1">1st Sem</a>
<a href="yatu_learn_qp.html#border2">2nd Sem</a>
<a href="yatu_learn_qp.html#border3">3rd Sem</a>
<a href="yatu_learn_qp.html#border4">4th Sem</a>
<a href="yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>IT</h2>
<div class="links">
<a href="yatu_learn_qp.html#border1">1st Sem</a>
<a href="yatu_learn_qp.html#border2">2nd Sem</a>
<a href="yatu_learn_qp.html#border3">3rd Sem</a>
<a href="yatu_learn_qp.html#border4">4th Sem</a>
<a href="yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>ECE</h2>
<div class="links">
<a href="yatu_learn_qp.html#border1">1st Sem</a>
<a href="yatu_learn_qp.html#border2">2nd Sem</a>
<a href="yatu_learn_qp.html#border3">3rd Sem</a>
<a href="yatu_learn_qp.html#border4">4th Sem</a>
<a href="yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>MECH</h2>
<div class="links">
<a href="yatu_learn_qp.html#border1">1st Sem</a>
<a href="yatu_learn_qp.html#border2">2nd Sem</a>
<a href="yatu_learn_qp.html#border3">3rd Sem</a>
<a href="yatu_learn_qp.html#border4">4th Sem</a>
<a href="yatu_learn_qp.html#border5">5th Sem</a>
</div>
</div>
</div>
<a href="yatu_learn_notes.html" class="btn-notes">Notes</a>
<a href="yatu_learn_about.html" class="About btn-about">About</a>
</ul>
<button class="btn"><a href="https://forms.gle/v4cY8FfyyhuJnWeSA">Doubts</a></button>
</nav>
<div class="banner_vdo">
<video src="yl main vdo bnr2.mp4" height="auto" width="100%" loop muted onmouseover="this.play()"
onmouseout="this.pause(); this.currentTime=0;"></video>
</div>
<div class="about_learn">
<h1>About YATU Learn</h1>
<h6>...</h6>
<h6>...</h6>
<p class="origin"><b>Origin</b>: YATU Learn was founded in 2024 by Aman Azad as a response to the challenges
faced by college
students<br> in
accessing quality educational resources. The platform was founded with the aim of simplifying learning
for<br> students by providing easy access to previous years' question papers, comprehensive notes, and
skill-building<br> roadmaps in various technologies and languages. Understanding the needs of students who
struggle to find reliable<br> study materials and clear guidance, Yatu Learn was built to bridge these gaps.
From its early days, the platform<br> focused on curating high-quality content that is both practical and
relevant to students' academic and professional<br> growth.</p>
<h6>...</h6>
<h6>...</h6>
<p class="aim"><b>Aim</b>: Our aims to simplify the educational journey for college students by providing
accessible,
high-quality<br> resources that enhance their learning experience. The platform is dedicated to equipping
students with the tools<br> they need to excel academically, master essential skills, and confidently
prepare
for their future careers.</p>
<h6>...</h6>
<h6>...</h6>
<p class="vision"><b>Vision</b>: We envisions a future where every college student has seamless access to the
resources and<br>
guidance needed to thrive in their studies and beyond. Our goal is to become the leading educational
platform that<br> empowers students to achieve academic excellence, develop critical skills, and confidently
navigate their career paths.<br> We aspire to create an inclusive learning environment where knowledge is
easily
accessible, and every student is<br> equipped to succeed in an increasingly competitive world.</p>
<h6>...</h6>
<h6>...</h6>
<p class="slogan"><b>Slogan</b>: "Empowering Every Student, Every Step of the Way."ーThis motto reflects Yatu
Learn's commitment
to<br> supporting students throughout their academic journey, ensuring they have the resources and guidance
needed to<br> succeed.</p>
</div>
<!-- /* From Uiverse.io by abrahamcalsin */ -->
<h1 class="founder">Our Team</h1>
<div class="card-client-flex">
<div class="2-cards">
<div class="card-client card-client1">
<div class="user-picture">
<img src="62D2F394-247B-4348-AD63-587858A61FC6_1_105_c.jpeg.jpg" alt="img" height="140%" width="150%">
</div>
<p class="name-client"> Aman Azad
<span>Co-Founder & CEO
</span>
</p>
<div class="social-media">
<a href="https://x.com/amanazads">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z">
</path>
</svg>
<span class="tooltip-social">Twitter</span>
</a>
<a href="https://instagram.com/amanazads">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z">
</path>
</svg>
<span class="tooltip-social">Instagram</span>
</a>
<a href="https://facebook.com/amanazads">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z">
</path>
</svg>
<span class="tooltip-social">Facebook</span>
</a>
<a href="https://linkedin.com/in/amanazads">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z">
</path>
</svg>
<span class="tooltip-social">LinkedIn</span>
</a>
</div>
</div>
<div class="card-client card-client2">
<div class="user-picture">
<img src="WhatsApp Image 2024-02-09 at 13.24.47_c94e512e.jpg" alt="img" height="200%" width="150%">
</div>
<p class="name-client"> Yash Chichad
<span>Co-Founder & CTO
</span>
</p>
<div class="social-media">
<a href="https://www.instagram.com/yash__414/">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z">
</path>
</svg>
<span class="tooltip-social">Instagram</span>
</a>
<a href="https://www.linkedin.com/in/yash-chichad342/">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z">
</path>
</svg>
<span class="tooltip-social">LinkedIn</span>
</a>
</div>
</div>
</div>
<div class="2-cards-2nd">
<div class="card-client card-client3">
<div class="user-picture">
<img src="tariqdp1.jpg" alt="img" height="150%" width="150%">
</div>
<p class="name-client"> Tariq Nabeel
<span>Junior Developer
</span>
</p>
<div class="social-media">
<a href="https://www.instagram.com/tarriiqq_n/">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z">
</path>
</svg>
<span class="tooltip-social">Instagram</span>
</a>
</div>
<!-- </div> -->
</div>
<div class="card-client card-client3">
<div class="user-picture">
<img src="sohail alim.jpeg" alt="img" height="150%" width="150%">
</div>
<p class="name-client"> Sohail Alim
<span>CMO
</span>
</p>
<div class="social-media">
<a href="https://www.linkedin.com/in/sohail-alim-5b790a207/">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z">
</path>
</svg>
<span class="tooltip-social">LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
<script src="yatu_learn_script.js" crossorigin=""></script>
</body>
<div class="border_address">
<div class="border" id="contact"></div>
<div class="address">
<div class="contact_address common">
<i class="fa-solid fa-location-dot"></i>
<h1>Address</h1>
<h2>Get in touch with us</h2>
<p class="add"> Panjab University
SSGRC,<br> Bajwara, Una
road,<br> Hoishiarpur, 146021,
<br>Punjab, India.
</p>
</div>
<div class="phone common">
<i class="fa-solid fa-phone"></i>
<h1>Phone</h1>
<h2>24/7 help Support</h2>
<h3><a href="https://web.whatsapp.com/">+91 991 854 0896</a></h3>
<h2>For Whatsapp</h2>
<p><a href="tel:+917068247779">+91 706 824 7779</a></p>
</div>
<div class="mail common">
<i class="fa-solid fa-envelope"></i>
<h1>E-mail</h1>
<h2>Doubts or request</h2>
<p><a href="https://mail.google.com/mail/u/0/#inbox">[email protected]</a></p>
<h2>For Inqueries & Help</h2>
<h4>Fill the <a href="https://forms.gle/81vXwYuUdPwe3Z639">form</a></h3>
</div>
</div>
<br>
</div>
<footer>
<div class="flex_align">
<div class="box1">
<div class="logo">
<a href="index.html"><img src="YL_Black-removebg-preview2.png" alt="" height="110px"
width="200px"></a>
</div>
<div class="header same">
<p>Explore</p>
<a href="index.html">Home</a>
<a href="yatu_learn_qp.html">Papers</a>
<a href="yatu_learn_notes.html">Notes</a>
<a href="yatu_learn_about.html">About</a>
</div>
<div class="policies same">
<div class="policy">
<p>policy</p>
<a href="privacy_learn.html">Privacy policy</a>
<a href="yatu_learn_about.html#contact">Contact Us</a>
</div>
<div class="media">
<p>Social:</p>
<div class="icon_flex">
<a href="https://www.linkedin.com/company/yatulearn/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://www.instagram.com/yatulearn/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.youtube.com/@YATU_Store"><i class="fa-brands fa-youtube"></i></a>
<a href="https://x.com/yatulearn"><i class="fa-brands fa-x-twitter"></i></a>
</div>
</div>
</div>
<div class="vertical_line">
</div>
<div class="email_adress same">
<p class="mail">address:</p>
<span> Near Panjab University<br> SSGRC, Bajwara, Una<br> road, Hoishiarpur, 146021,<br> Punjab,
India</span><br>
<br>
<div class="num">Ph No. : 7068247779</div>
<a href="https://mail.google.com/mail/u/0/#inbox">E-mail : [email protected]</a>
</div>
</div>
</div>
<div class="course_flex">
<div class="courses">
<p>Courses:</p>
<div class="courses_link">
<a href="yatu_learn_wd.html">Web Dev</a>
<a href="yatu_learn_dsa.html">DSA</a>
<a href="yatu_learn_aiml.html">AI ML</a>
<a href="yatu_learn_cs.html">Cyber Security</a>
<a href="yatu_learn_os.html">Operating System</a>
<a href="yatu_learn_cn.html">Networking</a>
</div>
</div>
</div>
<div class="horizontal_line">
</div>
<div class="copyright">
<p>© 2024 YATU Learn. All Rights Reserved.</p>
</div>
</footer>
</html>