-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
101 lines (75 loc) · 2.66 KB
/
contact.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
101
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>Cover Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/cover.css" rel="stylesheet">
<style type="text/css">
.logo{
margin-top: 70px;
}
.logo img{
display: inline;
z-index: 1;
height: 80px;
width: 100px;
margin-left: 25px;
}
</style>
</head>
<body class="text-center">
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand">DVLA ONLINE</h3>
</div>
</header>
<main role="main" class="inner cover">
<h1 class="cover-heading" style="text-decoration:underline;">CONTACT US</h1>
<p class="lead">
<b> 1 JAWAHARLAL NEHRU ROAD, CANTONMENTS</b>
<br/>
<b>GL-079-819</b><br/>
<b>PHONE: </b>0800-160160(VODAFONE ONLY)<br/>
<b>PHONE: </b>(233)030-2746760(ALL NETWORKS)<br/>
<b>EMAIL: </b><b>[email protected]</b></p><br/>
<p style="font-size: 25px; color: #026673;"><b> WE ARE ON SOCIAL!!</b></p>
<span class="logo">
<a href="www.LinkedIn.com">
<img src="img/Dvla-whatsapp.png" alt= "Whatsapp logo">
</a>
<a href="www.Facebook.com">
<img src="img/Dvla-Facebook.png" alt="Facebook logo">
</a>
<a href="www.Instagram.com">
<img src="img/Dvla-Insta.png" alt="Instagram logo">
</a>
<a href="www.Twitter.com">
<img src="img/Dvla-Twit.png" alt="Twitter logo">
</a>
</span>
</p>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>All rights reserved <a href="https://getbootstrap.com/">DVLAOnline</a>, by <a href="https://twitter.com/mdo">FreeZone</a>. © Feb. 2018</p>
</div>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript">
</script>
<script src="js/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="js/vendor/popper.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
</body>
</html>