-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (50 loc) · 2.62 KB
/
index.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
<!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">
</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">
<img class="d-block mx-auto mb-4" src="img/dvla-gh-logo.jpg" alt="" width="72" height="72">
<h3 class="masthead-brand" style="text-align:center;">DVLA ONLINE</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="index.html">Home</a>
<a class="nav-link" button onclick="register()">License Registration</a>
<a class="nav-link" href="contact.html">Contact Us</a>
<!-- <li><button onclick="register()" href="register.html"style="text-align:center;font-size:14px;color:black;">Register Here</button></li> -->
</nav>
</div>
</header>
<main role="main" class="inner cover">
<h1 class="cover-heading">Welcome to DVLAOnline Portal.</h1>
<p class="lead">Driver and Vehicle Licensing Authority(DVLA) is a public-sector organisation under the Ministry of Transport which was established in 1999by an Act of Parliament(Act 569), 1999. It was previously known as VELD(Vehicle Examination and Licensing Division).</p>
<p class="lead">
<a href="#" class="btn btn-lg btn-secondary">Learn more</a>
</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 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>
<script src="js/index.js" type="text/javascript"></script>
</body>
</html>