-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpraticipation.html
More file actions
121 lines (95 loc) · 4.43 KB
/
praticipation.html
File metadata and controls
121 lines (95 loc) · 4.43 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ottawa Tamil Association</title>
<link rel="shortcut icon" href="img/OTA_Logo.jpg">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Style CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
</head>
<body>
<div id="navigation-sticky">`
<!-- Navigation -->
<nav class="navbar bg-light navbar-light navbar-expand-lg fixed-top">
<div class="container">
<a href="index.html" class="navbar-brand"><img src="img/OTA_Header.jpg" alt="Logo" title="Logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about-us.html" class="nav-link">About Us</a></li>
<li class="nav-item"><a href="events.html" class="nav-link">Events</a></li>
<li class="nav-item"><a href="praticipation.html" class="nav-link active">Participation</a></li>
<li class="nav-item"><a href="archive.html" class="nav-link">Archive</a></li>
<li class="nav-item"><a href="THM-Gallery.html" class="nav-link">THM Gala</a></li>
<li class="nav-item"><a href="news.html" class="nav-link">News</a></li>
<li class="nav-item"><a
href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YRZ6KP4NDL6FY"
class="nav-link">Donate</a></li>
</ul>
</div>
</div>
</nav>
</div>
</body>
</div>
<!-- Start Footer -->
<footer>
<div class="container">
<div class="row justify-content-center text-center text-light">
<div class="col-md-9">
<div class="container ">
<div class="row justify-content-center text-center ">
<div class="d-none d-xl-block col-xl-6 pt-1">
<h3>Connect on Social Media</h3>
</div>
<div class="col-sm-10 col-md-8 col-lg-7 col-xl-6 pt-1">
<ul class="social">
<li><a href="https://www.youtube.com/channel/UCrI01GWdZekbQaH1wzeVYyA" target="_blank">
<i class="fab fa-youtube" style="color: #c4302b"></i></a></li>
<li><a href="https://www.facebook.com/ottawatamilassociation" target="_blank">
<i class="fab fa-facebook" style="color: #3b5998"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<hr class="bg-light">
<h5>Contact Info</h5>
<hr class="bg-light">
<p><a href="tel:+xxxxxxxxxx">xxx-xxx-xxxx</a></p>
<p><a href="mailto:+info@ottawatamilassociation.ca">info@ottawatamilassociation.ca</a></p>
<p>Street name</p>
<p>Ottawa, Ontario, Canada</p>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Start Socket -->
<div class="socket text-light text-center py-5">
<p>© Copyright 2020 Ottawa Tamil Association. All rights reserved.</p>
</div>
<!-- End Socket -->
<!-- <div class="space" style="height: 80vh;"></div> -->
<!-- Script Source Files -->
<!-- jQuery -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Popper JS -->
<script src="js/popper.min.js"></script>
<!-- Font Awesome -->
<script src="js/all.min.js"></script>
<!-- End Script Source Files -->
</body>
</html>