-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
52 lines (48 loc) · 2.44 KB
/
footer.php
File metadata and controls
52 lines (48 loc) · 2.44 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
<!DOCTYPE html>
<html>
<body>
<footer class="page-footer">
<div class="container-fluid footer-div" style="background: #FEA2A4; padding: 4em;">
<div class="row1">
<div class="col-md-3">
<h2 style="margin-top: -2em;margin-left: 0em; color: #fff; padding-left: .3em;
font-size: 14px; font-weight: bold; color: #AF1216;">Subscribe To VLab</h2>
<h4>
<h5></h5>
<input type="text" name="" placeholder="Email address" class="form-control input-xs" style="width: 64%;font-weight: bold; color: #AF1216; "><br><button class="btn btn-danger" style="font-weight: bold;">Subscribe</button>
</h4>
</div>
<div class="col-lg-9" >
<div class="col-xs-2">
<img src="img/logo (2).png" alt="ulogo" style="margin-top: -2.1em;">
</div>
<div class="col-xs-3" id="one">
<img src="img/Python vlab_logo.png" alt="logo" style="margin-top: -2.3em;margin-left: 1em;">
</div>
<div class="col-xs-3" id="two">
<h2 style="margin-top: -2em;margin-left: 0em; color: #fff; padding-left: .3em;
font-size: 14px; font-weight: bold; color: #AF1216;">VLab@gmail.com<br><br>PSIT Kanpur</h2>
</div>
<div class="col-xs-2" id="three">
<h2 style="margin-top: -2em;margin-left: 0em; color: #fff; padding-left: .3em;
font-size: 14px; font-weight: bold; color: #AF1216;"><a href=""style="color: #AF1216; text-decoration: none;">Contact Us</a><br><br><a href="feedback.php" style="color: #AF1216; text-decoration: none;">Feedback</a></h2>
</div>
<div class="col-xs-2" id="four">
<h2 style="margin-top: -2em;margin-left: 0em; color: #fff; padding-left: .3em;
font-size: 14px; font-weight: bold; color: #AF1216;"><a href="" style="color: #AF1216; text-decoration: none;">About VLab</a><br><br><a href="" style="color: #AF1216; text-decoration: none;">Work With Us</a><br><br><a href=""style="color: #AF1216; text-decoration: none;">Privacy Policy</a><br><br><a href=""style="color: #AF1216; text-decoration: none;">Terms & Condition</a></h2>
</div>
</div>
</div>
</div>
</footer>
<br>
<footer>
<div class="container-fluid footer-div" style="background: #F05054; margin-top: -3em; padding: 0em;" >
<div class="col-xl-3" >
<h2 style=" color: #fff;
font-size: 14px; font-weight: lighter; color: #fff;text-align: center;">@ Python VLab 2018</h2>
</div>
</div>
</footer>
</body>
</html>