-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPastEvents.html
100 lines (90 loc) · 2.58 KB
/
PastEvents.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
<html>
<head>
<title>Home Page</title>
<link rel="stylesheet" type="text/css" href="./as.css"/>
</head>
<body>
<body style="background-image:url('3.png')">
<table border="0" id="masterTable">
<tr id="header">
<td class="firstRow">
<img src="./ima.png"/ width="150px" hight="100px">
</td>
<td>
<h1 id="webTitle">Collaborate</h1>
</td>
</tr>
<tr id="navigationRow">
<td class="firstRow">
<table border="0" id="navigationTable">
<tr>
<td> <a href="./home.html">Home</a></td>
</tr>
<tr>
<td> <a href="./Events.html">Events</a></td>
</tr>
<tr>
<td> <a href="./PastEvents.html">Pased Events</a></td>
</tr>
<tr>
<td> <a href="./service.html">Services</td>
</tr
<tr>
<td><a href="./contact.html">Contact Us</td>
</tr>
</table>
</td>
<td>
<h1>Past Events</h1>
<h3>Some of our past events</h3>
<ul>
<h3><li><b>We organized a yoga programe with the gudance of health ministry</b></li><h3>
<marquee>
<img src="m5.jpg"width="600px" height="400px">
<img src="m2.jpg"width="600px" height="400px">
<img src="m1.jpg"width="600px" height="400px">
</marquee>
<marquee>
<img src="m3.png"width="600px" height="400px">
<img src="m4.jpg"width="600px" height="400px">
<img src="m6.jpg"width="600px" height="400px">
</marquee>
<h3><li><b>Our Annual Dambadiva tour</b></li><h3>
<marquee>
<img src="d6.jpg"width="600px" height="400px">
<img src="d1.jpg"width="600px" height="400px">
<img src="d2.jpg"width="600px" height="400px">
</marquee>
<marquee>
<img src="d3.jpg"width="600px" height="400px">
<img src="d4.jpg"width="600px" height="400px">
<img src="d5.jpg"width="600px" height="400px">
</marquee>
<h3><li><b>Maharahathun wadimaga osse Discussion</b></li><h3>
<marquee>
<img src="b1.jpg"width="600px" height="400px">
<img src="b2.jpg"width="600px" height="400px">
</marquee>
<marquee>
<img src="b3.jpg"width="600px" height="400px">
<img src="b4.jpg"width="600px" height="400px">
</marquee>
<h3><li><b>Annual Award Ceromony</b></li><h3>
<marquee>
<img src="v1.jpg"width="600px" height="400px">
<img src="v2.jpg"width="600px" height="400px">
</marquee>
<marquee>
<img src="v3.jpg"width="600px" height="400px">
<img src="v4.jpg"width="600px" height="400px">
</marquee>
</ul>
</td>
<tr id="footer">
<td colspan="2">
Created by Chanuga Jayathilaka
</td>
</tr>
</table>
</body>
</html>