-
Notifications
You must be signed in to change notification settings - Fork 1
/
updates.html
63 lines (54 loc) · 1.84 KB
/
updates.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Maharashtra Mandal - Updates</title>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="stylesheet" href="../style.css" />
<link rel="icon" href="/images/favicon.ico" />
</head>
<body>
<header>
<nav>
<div id="nav-placeholder"></div>
<script>
$(function () {
$("#nav-placeholder").load("nav.html");
});
</script>
</nav>
</header>
<div class="containerf image-controls">
<div class="pad center">
<h3>UK 2024 - Swar Anand</h3>
<a href="https://www.gamabhana.co.uk/events">Tickets</a>
</br>
<img src="images/events/2024-UK-Anand-Bhate.jpg" width = 100% alt="Pt Anand Bhate live in concert">
</div>
</br>
<div class="pad center">
<h3>Garja Maharashtra Majha 2024</h3>
<a href="https://www.ticketsource.co.uk/gmm-entertainment-ltd">Tickets</a>
</br>
<img src="images/events/202401GMM.jpeg" width = 100% alt="Garja Maharashtra Majha 2024">
</div>
</br>
<div class="pad center">
<h3>Rahul Deshpande - Collective - An initiative from Team of Vasantotsav. UK Tour 2023</h3>
<a>
25th Nov - Oaks Theatre, Knole Academy,Bradbourne Vale Rd, Sevenoaks TN13 3LE
</br>
26th Nov - Great Hall , Hatch End High School,Headstone Ln, Harrow HA3 6NR
</br>
2nd Dec - School of Music,University of Leeds,Leeds LS2 9JT
</br>
3rd Dec - Royal Northern College of Manchester ,124 Oxford Rd, Manchester M13 9RD
</br>
Ticket booking on : https://lnkd.in/ebMwEdc
</br></a>
<img src="images/events/20231125-Vasantotsav.jpeg" width = 100% alt="Vasantotsav">
</div>
</div>
</body>
</html>