forked from jaiyankargupta/OCD-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
44 lines (31 loc) · 1.96 KB
/
about.html
File metadata and controls
44 lines (31 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - OCD Society</title>
<link rel="icon" type="image/x-icon" href="ocdlogo.png">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="about-section">
<h1 id="About">About Us</h1>
</div>
<div class="content">
<h3>Welcome to the OpenCode Developer Society (OCD), where passion meets innovation! <br> Approved by our esteemed professors, we're a student-driven community at the National Institute of Technology (NIT) dedicated to empowering tech enthusiasts.</h3>
<br>
<h3>What We Offer:</h3>
<h2>Comprehensive Resources :</h2>
Starting tomorrow, dive into an array of resources tailored to help you explore and excel in your favorite tech fields. Unique Induction Process: Our induction is designed to be unlike any other, setting a new standard in onboarding and skill development.
<h2>Core Team Projects:</h2>
Post-induction, join a dynamic core team focused on projects destined for production, ensuring significant enhancements to your resume. <br>
<h2>Mentorship:</h2>
Second and third-year members will mentor new juniors, fostering a collaborative environment for project development. Research <br>
<h2>Opportunities: </h2>
Collaborate with professors on cutting-edge research, with chances for publication. <br>
<h2>Hackathons & Real-world Projects:</h2> <br> Engage in hackathons throughout the year and work on projects that solve real-world problems and build products people use. Join us in building meaningful, impactful projects that go beyond the ordinary.
<br>
</div>
<footer class="footer">Let's create a tech community where your college life meets your highest aspirations. Exciting times ahead! Cheers, Core Team OpenCode Developer Society</footer>
</body>
</html>