-
Notifications
You must be signed in to change notification settings - Fork 5
/
membership.html
62 lines (61 loc) · 4 KB
/
membership.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSI Membership</title>
<link rel="stylesheet" href="./styles_membership.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
</head>
<body>
<div id="navbar">
<img src="./assets/CSI new Tans White.png" alt="">
<p>CSI-Membership</p>
<button><a href="./index.html">Go Back</a></button>
</div>
<div id="CSI-info">
<div>
<p class="headers">What is CSI-MemberShip?</p>
<div>
<img id="v2" class="imgm" src="images/membership.gif" alt="CSI Membership Overview" width="82%" height="40%">
<p>The Computer Society of India (CSI) is a premier professional body for IT professionals and
enthusiasts in India. Established in 1965, CSI aims to promote the exchange of knowledge and ideas
between IT professionals, academia, and students to enhance India's technological landscape. CSI
membership is an opportunity for individuals, especially students, to become part of this
prestigious community and gain numerous benefits that support their professional growth and
learning.
CSI membership offers a variety of advantages to students, ranging from access to resources,
networking opportunities, and professional development. As a member, you become part of a larger
ecosystem where technology and innovation thrive. Here's a breakdown of what CSI membership entails:
</p>
</div>
</div>
</div>
<div id="Benefits">
<div class="benefits-list">
<p class="headers">Membership Benefits</p>
<div class="benefit-container grid">
<!-- Benefits Section Remains the Same -->
<div class="year-benefit">
<h3>Benefits</h3>
<ul>
<h2>Unlock a universe of knowledge:</h2>
<li><i class="ri-video-line"></i> Complimentary access to all CSI Mumbai and CSI SIESGST seminars and workshops. Dive into cutting-edge topics and elevate your expertise!</li>
<h2>Tech Connect:</h2>
<li><i class="ri-link-m"></i> Forge powerful connections at our annual tech networking events! Engage with industry leaders, innovators, and fellow tech enthusiasts to expand your professional network.</li>
<h2>Badge of Honor:</h2>
<li><i class="ri-award-line"></i> Showcase your affiliation with pride! Earn the official CSI SIESGST digital badge to enhance your online profiles and stand out at events.</li>
<h2>Knowledge Vault:</h2>
<li><i class="ri-book-line"></i> Gain exclusive access to a treasure trove of journals, research, and resources through your CSI Mumbai Chapter membership. Stay ahead of the curve in your field!</li>
<h2>Savings Surge:</h2>
<li><i class="ri-money-dollar-circle-line"></i> Supercharge your skills with exclusive discounts on technical courses and certifications. Invest in your future without breaking the bank!</li>
<h2>Youngling Guidance:</h2>
<li><i class="ri-contacts-line"></i> Navigate your career with expert guidance from mentors in AI, cybersecurity, and web development. Gain insights that propel your professional journey forward!</li>
<h2>Scribe Sorcerer:</h2>
<li><i class="ri-pencil-line"></i> Shine bright as a featured contributor in CSI SIESGST's digital magazine THE MEGABYTE! Showcase your exceptional work and inspire others in the tech community.</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>