forked from 2000utkarsh/HHK-FrontEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.html
55 lines (49 loc) · 2.72 KB
/
event.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
<html><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css'>
<link rel='stylesheet'
href='https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.min.css'>
<link rel="stylesheet" href="fonts/font-awesome.min.css">
<link rel="stylesheet" href="fonts/ionicons.min.css">
<link rel="stylesheet" href="css/event_style.css">
<!--SCRIPT TAGS -->
<script src="https://use.fontawesome.com/f12e4a6b3c.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<title>Events</title>
</head>
<body>
<h1 class="event_heading"><strong>Events</strong></h1>
<div>
<div class="container safar-image">
<div class="row">
<div class="col-md-12">
<div class="card shadow-sm p-3 mb-5 bg-white rounded" id="event"><img
class="card-img-top w-100 d-block" src="images/safar.jpg">
<div class="card-body">
<h4 class="text-center card-title">Safar : Bheeksha Se Shiksha Tak<br></h4>
<p class="text-center card-text">An awareness event aimed at spreading the message :
"instead of giving alms to chid beggars take them towards the path of education " among
common people will be held at Patiala bus stand on 26th October, 4-6 pm. The event
includes putting flexes at bus stand, one on one interaction and volunteer going inside
buses along with children to aware people<br></p>
<div id="eventLink"><a href="#">SEE ALL EVENTS</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html></html>