-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
46 lines (32 loc) · 2.12 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/proj.css">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="black">
<p class="date">SINCE 2020</p>
<h2>About Us:</h2>
<p class="auto">Fun&Learn is an organization which was found on 1st July 2020 by Tayi Charan Kumar, student of electronics and communication engineering at NIE. The idea was to create a platform for students where they can have fun and as well as learn during the whole process
</p>
<p >Fun and learn was started during the pandemic, when students felt bad about the same monotonous life that they were leading. The name of our organization is resonant with its motive: That is to have Fun while we Learn.
</p>
<p >We have conducted events throughout the pandemic with students and teachers participating in overwhelming numbers. The inaugural event was the online quiz show. After analysing a stupendous response, the theme was enlarged to other colleges as well. In the recent past, we have conducted talent shows, treasure hunts, event on stock market analysis and a recently concluded covid 19 awareness programme, all of which have turned out to be a huge success.
</p>
<br>
<hr>
<h2>What is our goal?</h2>
<p class="auto">The aim of the organization is to enhance student’s interest and to introduce a little fun in between the frustrated academic life.
</p>
<p >We at Fun&Learn are passionate and committed to conduct intriguing events on various domains in the future as well and make engineering more interesting to pursue
</p>
<div id="post">
<p >Initially the team consisted of only four members Charan the founder, Meghana the organizer, Sohail the marketing lead and Rajaram KG as the mentor. After a year of successful journey, we are happy to say that we are now a 19 member strong team.
</p>
</div>
</body>
</html>