-
Notifications
You must be signed in to change notification settings - Fork 26
/
html.html
214 lines (179 loc) · 9.93 KB
/
html.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css.css">
<script defer src="js.js"></script>
<title>ASME-CCOEW</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/about.css">
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</head>
<body>
<!-- Navbar -->
<div class="navbar" style="margin-bottom: 20px;">
<div class="topnav" id="myTopnav">
<a href="#" class="active">Home</a>
<a href="#about">About</a>
<a href="html/Events_programs.html">Events</a>
<a href="html/Achievements.html">Achievements</a>
<a href="html/Members.html">Teams</a>
<a href="html/contact.html">Contact</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</div>
<center> <h1>The American Society of Mechanical Engineers - CCOEW</h1></center><br>
<marquee behavior="" direction="horizontal">Register to ASME!! --> <a href="">LINK</a></marquee>
<div class="home">
<div class="content-container">
<div class="slideshow-container">
<div class="mySlides fade">
<img src="https://images.pexels.com/photos/230544/pexels-photo-230544.jpeg?auto=compress&cs=tinysrgb&w=600" alt="Slide 1">
</div>
<div class="mySlides fade">
<img src="https://images.pexels.com/photos/196655/pexels-photo-196655.jpeg?auto=compress&cs=tinysrgb&w=600" alt="Slide 2">
</div>
<div class="mySlides fade">
<img src="https://images.pexels.com/photos/1779487/pexels-photo-1779487.jpeg?auto=compress&cs=tinysrgb&w=600" alt="Slide 3">
</div>
</div>
<div class="shadow">
<br><br><br>
<h1>ABOUT US</h1>
<br>
<p class="animated-text">
ASME CCOEW was established in September 2015 by Tejaswani Jaglan and Zareen Cheema. Section expanded its reach to EnTc and instrumentation departments in the year 2020.
ASME-CCOEW hosts various events such as workshops, webinars, seminars, competitions, industrial visits to enhance the knowledge in various domains across the world.
There is an executive team to organize and host the events. Team includes students from all the years across the branches under ASME from Cummins College.
Other students, having membership of ASME are members of the section and avail various benefits.
Section is active on its social media handles, giving insights about past and future events. We also host small engaging activities.
</p>
</div><br><hr>
<br><br><br>
<center><h1>RECENT EVENTS</h1></center>
<div class="shadow2" style="text-align: center;">
</div>
<div class="proj_card">
<div class="left_proj"></div>
<div class="right_proj">
<img class="proj_img_prop" src="https://images.pexels.com/photos/230544/pexels-photo-230544.jpeg?auto=compress&cs=tinysrgb&w=600" alt>
<span class="proj_detail">
<p class="proj_head">Resume Building Workshop</p>
<p class="proj_desc">Dr. Ganesh Soni was invited by ASME CCOEW to deliver this session. He is working with
Hexagon limited, has 10+ years of experience in the industry and has delivered 25+ sessions
on Resume writing...</p>
<a href="html/Events_programs.html">
<button class="read_more_button">READ MORE</button>
</a>
</span>
</div>
</div>
<!-- recents 2 -->
<div class="proj_card">
<div class="left_proj"></div>
<div class="right_proj">
<img class="proj_img_prop" src="https://images.pexels.com/photos/230544/pexels-photo-230544.jpeg?auto=compress&cs=tinysrgb&w=600" alt>
<span class="proj_detail">
<p class="proj_head">TURBO Machines</p>
<p class="proj_desc">Dr. Ganesh Soni was invited by ASME CCOEW to deliver this session. He is working with
Hexagon limited, has 10+ years of experience in the industry and has delivered 25+ sessions
on Resume writing...</p>
<a href="html/Events_programs.html">
<button class="read_more_button">READ MORE</button>
</a>
</span>
</div>
</div><hr>
<br><br>
<center> <h1>CORE TEAM</h1></center> <br><br>
<div class="AllCast">
<div class="card" id ="Maithili"><center> <img src="images/Maithili_Deshpande.PNG" alt="Maithili_Deshpande"> </center>
<br><h2>Maithili Deshpande</h2><h5>Chairperson</h5></div>
<div class="card" id ="Aboli"> <center><img src="images/Aboli_Pakhale.PNG" alt="Aboli Pakhale"> </center><br><h2>Aboli <br>Pakhale</h2><h5>Vice Chairperson</h5></div>
<div class="card" id ="Poorva"><center> <img src="images/Poorva_Ghanekar.PNG" alt="Poorva Ghanekar" alt="Poorva Ghanekar"> </center><br><h2>Poorva Ghanekar</h2><h5>secretary</h5></div>
</div>
<!-- <div class="team-members">
<div class="team-member" onmouseover="showInfo(this)" onmouseout="hideInfo(this)">
<img src="https://images.pexels.com/photos/230544/pexels-photo-230544.jpeg?auto=compress&cs=tinysrgb&w=600" alt="Team Member 1">
<div class="member-info">Maithili Deshpande<br>Chairperson</div>
</div>
<div class="team-member" onmouseover="showInfo(this)" onmouseout="hideInfo(this)">
<img src="https://images.pexels.com/photos/230544/pexels-photo-230544.jpeg?auto=compress&cs=tinysrgb&w=600" alt="Team Member 2">
<div class="member-info">Aboli Pakhale<br>Vice Chairperson </div>
</div>
<div class="team-member" onmouseover="showInfo(this)" onmouseout="hideInfo(this)">
<img src="https://images.pexels.com/photos/230544/pexels-photo-230544.jpeg?auto=compress&cs=tinysrgb&w=600" alt="Team Member 3">
<div class="member-info">Poorva Ghanekar<br>SecretaryS</div>
</div>
</div> -->
</div>
</div>
<!-- ... (remaining code) ... -->
<!-- Footer -->
<div class="footer-start">
<footer class="footer">
<div class="waves">
<div class="wave" id="wave1"></div>
<div class="wave" id="wave2"></div>
<div class="wave" id="wave3"></div>
<div class="wave" id="wave4"></div>
</div>
<div class="tables">
<table>
<tr><th>Information</th></tr>
<tr><td><a href="index.html">Home</a></td></tr>
<tr><td><a href="index.html#about">About Us</a></td></tr>
<tr><td><a href="html/Events_programs.html">Events</a></td></tr>
<tr><td><a href="html/Members.html">Team</a></td></tr>
<tr><td><a href="html/contact.html">Contact Us</a></td></tr>
</table>
<table>
<tr><th>Follow Us</th></tr>
<div class="social-links">
<tr><td><a href="https://www.facebook.com/ASMECumminsStudentSection/"><ion-icon name="logo-facebook"></ion-icon>Facebook</a></td></tr>
<tr><td><a href=" https://youtube.com/channel/UCqPkFlduazOeLiTt1Rb2aRg
"><ion-icon name="logo-youtube"></ion-icon>YouTube</a></td></tr>
<tr><td><a href=" https://www.linkedin.com/company/asme-ccoew/mycompany/
"><ion-icon name="logo-linkedin"></ion-icon>LinkedIN</a></td></tr>
<tr><td><a href="https://www.instagram.com/asme_ccoew/?hl=en
"><ion-icon name="logo-instagram"></ion-icon>Instagram</a></td></tr>
</div>
</table>
<table>
<tr><th>For any Queries</th></tr>
<tr><td>Contact ASME</td></tr>
<tr><td><a>[email protected]</a></td></tr>
<tr><td>_</td></tr>
<tr><td>_</td></tr>
<tr><td>_</td></tr>
</table>
</div>
<div class="whitebox">
<div class="imgs">
<img src="images/asmecumminslogo.jpeg" alt="asme logo" height="150px" width="150px">
<img src="images/cummins.png" alt="MKSSS CCOEW logo" height="150px" width="150px">
</div>
<p> © 2023 The American Society of Mechanical Engineers. All rights reserved.</p>
</div>
</footer>
</div>
</body>
</html>