forked from jaiyankargupta/OCD-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathachievements.html
More file actions
40 lines (37 loc) · 3.04 KB
/
achievements.html
File metadata and controls
40 lines (37 loc) · 3.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Achievements - OCD Society</title>
<link rel="icon" type="image/x-icon" href="ocdlogo.png">
</head>
<body>
<header>
<div class="container">
<h1>OCD Society - Achievements</h1>
</div>
</header>
<div class="container">
<div class="content">
<h2>Our Achievements</h2>
<p>Welcome to the Achievements page of the Official OpenCode Developer Society at NIT Kurukshetra. Here, we celebrate the milestones and successes of our society, showcasing the impact and growth we’ve achieved through dedication and teamwork.</p>
<div class="achievement">
<h3>Connected 400+ Members</h3>
<p>Our society has successfully built a vibrant and dynamic community of over 400 members. These individuals are passionate about solving complex problems in Data Structures and Algorithms (DSA) and Competitive Programming (CP). Our members engage in regular discussions, coding challenges, and collaborative learning sessions, which have significantly enhanced their skills and contributed to our collective success.</p>
<p>By creating a supportive environment for growth, we've enabled our members to tackle real-world problems, participate in competitive coding events, and achieve personal milestones in their coding journeys.</p>
</div>
<div class="achievement">
<h3>Active Participation in Hackathons</h3>
<p>Throughout the year, our members actively participate in various hackathons, both local and national. These events serve as a platform for showcasing their coding skills, innovative ideas, and problem-solving abilities. Our team consistently performs well, often securing top positions and accolades, which underscores our commitment to excellence and innovation.</p>
<p>Hackathons not only provide an opportunity for practical application of skills but also foster teamwork, creativity, and a spirit of competition among our members. Each event brings new challenges and learning experiences, contributing to our growth and success.</p>
</div>
<div class="achievement">
<h3>Development of Impactful Projects</h3>
<p>We undertake and develop various projects, ranging from personal ventures to collaborations with companies. These projects span different domains, including software development, web applications, and innovative tech solutions. Our work focuses on creating practical and impactful solutions that address real-world problems and meet user needs.</p>
<p>Through these projects, we demonstrate our technical expertise, creativity, and problem-solving capabilities. Each project is a testament to our commitment to excellence and our ability to deliver high-quality solutions that make a difference.</p>
</div>
</div>
</div>
</body>
</html>