-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (45 loc) · 3.66 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="index.css"/>
<title>About ACM-W BVRITH</title>
</head>
<body>
<div id="banner">
<div class="inner-banner">
<img width="2048" height="720" src="https://www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/acm-sym-branded.jpg" />
</div>
<div class="container" style="display: flex; justify-content: center; align-items: center; width: 100%;">
<div class="logo_img">
<a href="#"><img loading="lazy" src="acm_img.png" alt="" style="height: 100px;"></a>
</div>
</div>
<ul>
<li style="list-style-type: none;">
<ul class="box-menu">
<li style="text-align: left;"><a href="index.html" target="_blank" rel="noopener">About ACM</a></li>
<li style="text-align: left;"><a href="acm_chapter_officers.html" target="_blank" rel="noopener">Chapter Officers</a></li>
<li style="text-align: left;"><a href="acm_std_memberships.html" target="_blank" rel="noopener">Student Memberships</a></li>
<li style="text-align: left;"><a href="acm_faculty_memberships.html" target="_blank" rel="noopener">Faculty Memberships</a></li>
<li style="text-align: left;"><a href="acm_chapter_events.html" target="_blank" rel="noopener">Events</a></li>
<li style="text-align: left;"><a href="acm_chapter_gallery.html" target="_blank" rel="noopener">Gallery</a></li>
</ul>
</li>
</ul>
<p style="text-align: center;"><span style="color: #993300; font-size: large;"><strong>ABOUT ACM-W</strong></span></p>
<p style="text-align: justify;"><strong>What is ACM?</strong><br />
The Association for Computing Machinery (ACM) is the world’s largest educational and scientific computing society. It advances computing as both a science and a profession by providing its members with cutting-edge resources. ACM offers the premier Digital Library in the computing field, along with leading publications, conferences, and career development opportunities that support professional growth in the computing world.</p>
<p style="text-align: justify;"><strong>What are ACM Chapters?</strong><br />
ACM Chapters are local communities that connect members and foster engagement in the computing field. Professional and Student Chapters, which exist worldwide, serve as hubs for knowledge-sharing through seminars, lectures, and collaborative projects. They offer valuable networking opportunities with peers, experts, and researchers from various disciplines within computing.</p>
<p style="text-align: justify;"><strong>What is BVRIT Hyderabad ACM Student Chapter?</strong><br />
The BVRIT Hyderabad ACM Student Chapter was founded to provide students with the opportunity to engage in cutting-edge technological research and development. This chapter aims to promote collaboration among students in the areas of Artificial Intelligence and Machine Learning by offering resources like research papers, journals, and magazines on state-of-the-art technologies. Additionally, the chapter creates a platform for students to network with global experts and stay updated on the latest trends in technology.
The Chapter's vision aligns with BVRIT's mission to cultivate highly skilled professionals who can contribute to technological advancements and societal growth. By being a part of the ACM network, students gain exposure to global research trends and are empowered to innovate in the field of AI/ML.</p>
<p><strong>BVRIT Hyderabad ACM Student Chapter Details:</strong></p>
<p><strong>Group ID: </strong></p>
<p><strong>Chartered on: </strong></p>
</div>
</banner>
</body>
</html>