-
Notifications
You must be signed in to change notification settings - Fork 0
/
ACM2.html
98 lines (88 loc) · 5.4 KB
/
ACM2.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" />
<link rel="stylesheet" href="https://fontawesome.com/v6/docs/web/setup/get-started">
<link rel="stylesheet" href="ACM2.css" />
<script src="https://kit.fontawesome.com/930f3ebb88.js" crossorigin="anonymous"></script>
<title>ACM</title>
</head>
<body>
<div class="menu-bar">
<h1 class="logo">Clu<span>bs.</span></h1>
<ul>
<li><a href="#Club Info">Club Info</a></li>
<li><a href="#UPDATES">Updates</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</div>
<marquee>
<h2 style=" margin-top:10px; opacity: 0.75;">WCE Association For Computing Machinery</h2>
</marquee>
<section id="Club Info">
<div class="box">
<h2 style="text-align:center; text-decoration: underline;">Club Information</h2>
<p style="margin-top: 20px;">WCE ACM Student Chapter was formed to introduce students to an educational & scientific Association and
develop the habbit of professional growth achieved through participation in local chapters. WCE ACM
Student Chapter is a group of ignited minds boosted by the technology & computer science who have come
together to contribute towards the development of computer community. <br>
WCE ACM Student chapter was formed by the Department of Computer Science & Engineering, WCE Sangli. The
chapter mainly consists of students from UG & PG with Computer Science / IT as major. The chapter
officially represents the ACM & ACM India in the Sangli-Kolhapur region. We are the only ACM Student
Chapter formed in the western Maharashtra.</p>
<div class="members">
<div class="chair">
<h3 style="text-align: center;">CHAIR </h3>
<div class="namebox">
<img src="Vaishnavi-Mahajan.jpeg" alt="" style=" height:200px;width: 200px; box-shadow: 0 0 4px 3px;">
<h4 style="text-align: center; margin-top: 20px;">Vaishnavi Mahajan</h4>
<div class="icons">
<a href="https://wce.acm.org/board.php?ref_id=3#" target="_blank"><i
class="fa fa-address-card"></i></a>
<a href="mailto:mvaishnavi411@gmail.com" target="_blank"><i class=" fa fa-envelope"></i></a>
<a href="https://www.linkedin.com/in/vaishnavi-v-mahajan/" target="_blank"><i
class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="cochair">
<h3 style="text-align: center;">CO-CHAIR</h3>
<div class="namebox">
<img src="Piyush Mhaske.jpg" alt="" style=" align-items: center; height:200px;width: 200px; box-shadow: 0 0 4px 3px ;">
<h4 style="text-align: center; margin-top: 20px;">Piyush Mhaske</h4>
<div class="icons">
<a href="https://wce.acm.org/board.php?ref_id=3" target="_blank"><i
class="fa fa-address-card"></i></a>
<a href="mailto:piyushmhaske2001@gmail.com" target="_blank"><i class=" fa fa-envelope"></i></a>
<a href="https://www.linkedin.com/in/piyushmhaske/" target="_blank"><i
class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<h2 style="margin-left:600px; margin-top:10px; text-decoration:underline; color: #044463;">UPDATES</h2>
<div id="UPDATES" style="font-size: 30px; font-family: Verdana, Geneva, Tahoma, sans-serif; opacity: 0.8; "></div>
<script src="text1.js">
</script>
<section id="Contact">
<div class="box">
<h2 style="text-align:center; text-decoration: underline;">Contact</h2>
<p style=" margin-top: 20px; margin-bottom:20px">Information
WCE ACM Student Chapter is a recently formed ACM student chapter in Walchand College of Engineering, Sangli. Feel free to get in touch with ACM anytime to know more about us.</p>
<div class="contact-icons">
<a href="https://wce.acm.org/" target="_blank"><i class="fa-solid fa-desktop"></i></a>
<a href=" wceacmsc@gmail.com" target="_blank"><i class="fa-solid fa-envelope"></i></a>
<a href="https://www.linkedin.com/company/wce-acm-student-chapter/" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://www.facebook.com/wceacm" target="_blank"><i class="fa-brands fa-facebook"></i></a>
<a href="https://twitter.com/wce_acm" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.instagram.com/wce_acm/" target="_blank"><i class="fa-brands fa-instagram"></i></i></a>
</div>
</section>
<div class="hero">
</div>
</body>
</html>