-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
75 lines (66 loc) · 3.21 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aadhar+</title>
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="css/responsee.css">
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<link rel="stylesheet" href="css/template-style.css">
<link href='https://fonts.googleapis.com/css?family=Playfair+Display&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
</head>
<body>
<header role='banner' class='position-absolute'>
<!-- Top Navigation -->
<nav class='background-transparent background-transparent-hightlight full-width sticky'>
<div class='s-12 l-2'>
<a href='index.php' class='logo'>
<!-- Logo White Version -->
<img class='logo-white' src='img/logo1.png' alt=''>
<!-- Logo Dark Version -->
<img class='logo-dark' src='img/logo-dark1.png' alt=''>
</a>
</div>
<div class='top-nav s-12 l-10'>
<p class='nav-text'></p>
<?php include("menu.php"); ?>
</div>
</nav>
</header>
<!-- Main Header -->
<header>
<div class="carousel-default owl-carousel carousel-main carousel-nav-white background-dark text-center">
<div class="item">
<div class="s-12">
<img src="img/aadhar.jpg" alt="">
<div class="carousel-content">
<div class="content-center-vertical line">
<div class="margin-top-bottom-80">
<!-- Title -->
<h1 class="text-black margin-bottom-30 text-size-60 text-m-size-30 text-line-height-1">AADHAAR+</h1>
<div class="s-12 m-10 l-8 center">
<p class="text-black text-size-14 margin-bottom-40">Advancing the lives of our citizens with a plus!!</p>
</div>
<div class="line">
<div class="s-12 m-12 l-3 center">
<a class="button button-white-stroke" href="Register.php">Register</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="js/template-scripts.js"></script>
</body>
</html>