-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEvents.html
More file actions
42 lines (42 loc) · 1.2 KB
/
Events.html
File metadata and controls
42 lines (42 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>ACM - Events</title>
<link rel="stylesheet" href="./css/Events.css">
</head>
<body>
<span class="events">Events</span>
<div class="container">
<div class="card">
<div class="content">
<h2>8/2/23</h2>
<p>WEB DEVELOPMENT WORKSHOP & CONTEST</p>
<a href="https://vitchennai.acm.org/web-development-workshop.html">Read More</a>
</div>
</div>
<div class="card">
<div class="content">
<h2>7/2/23</h2>
<p>ANDROID APP DEVELOPMENT WORKSHOP</p>
<a href="https://vitchennai.acm.org/web-development-workshop.html">Read More</a>
</div>
</div>
<div class="card">
<div class="content">
<h2>8/2/23</h2>
<p>WEB DEVELOPMENT WORKSHOP & CONTEST</p>
<a href="https://vitchennai.acm.org/web-development-workshop.html">Read More</a>
</div>
</div>
<div class="card">
<div class="content">
<h2>7/2/23</h2>
<p>ANDROID APP DEVELOPMENT WORKSHOP</p>
<a href="https://vitchennai.acm.org/web-development-workshop.html">Read More</a>
</div>
</div>
</div>
</body>
</html>