-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcampaign.jsp
85 lines (70 loc) · 2.37 KB
/
campaign.jsp
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
<!-- Copyright (c) Nishit Tated. All Rights Reserved.
* Project name: Online Election Voting System
* This project is licensed under the MIT License, see LICENSE.
*/ -->
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<jsp:include page="header.jsp"></jsp:include>
<!-- banner1 -->
<div class="banner1">
<div class="container">
<div class="banner-info">
<div class="dummy_text">
<h1><b>"Judge Sydney Harris ordered the crown to return to the Body Politic all material seized during the raid.".</b></h1>
</h1>
</div>
</div>
</div>
</div>
<!-- //banner1 -->
<div class="about">
<div class="container">
<div class="about-grds">
<div class="col-md-12 about-grd">
<h1><h3>what is actual campaign<br></h3></h1>
<br><h4>A campaign is any series of actions or events that
are meant to achieve a particular result,like an
advertising campaign parties add live or on internet
to convience people to vote them or in other way
several related operations aimed at achieving particular goal.
</h4>
</div>
</div>
</div>
</div>
<div class="about">
<div class="container">
<div class="about-grds">
<div class="col-md-6 about-grd">
<div class="about-grd-main">
<h3>Slogan given by different parties</h3>
<br>
<h4><b>1. up mein tha dam, lekin kahan pahuch gaye hum</b><br>
</h4><h4>congress targeted samajwadi party and replied to amitabh bachchan's advertisement with this slogan.<br><br><br><br>
</h4><br><br><br><br><br>
<h4><b>2. abki bar modi sarkar</b><br>
promosing achche din, this was one of the most popular election phrases that spread like wild fire,and
narendra modi was elected as the prime minister of india in 2014
</h4>
</div>
</div>
<div class="col-md-6 about-grd">
<br><br><img src="images/Cam1.jpg" alt=" " class="img-responsive" />
</div>
<br>
<div class="col-md-6 about-grd">
<br><br><img src="images/Cam2.jpg" alt=" " class="img-responsive" />
</div>
</div>
</div>
</div>
<jsp:include page="footer.jsp"></jsp:include>
</body>
</html>