forked from ashrith-devison/Project-BA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (81 loc) · 3.22 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./index.css">
<title>Demo</title>
</head>
<body>
<div class="main">
<div style="display: flex;position:relative;height: 100px;left:-9%;top:-43%;">
<img src="./Pictures/file-removebg-preview.png" alt="">
</div>
<div class="content" style="position: relative;left:-7%;">
<h1>Welcome To Airports Authority Of India</h1>
<div class="buttons">
<strong><a href="/UserLogin">Login 👆</a></strong>
</div>
</div>
</div>
<div class="footer1">
<img src="./Pictures/1.png" alt="">
<div class="blur-background">
<strong>
<p>Consumption of drugs and alcohol may lead to errors, slow or incorrect
judgement or decisions, poor cognitive function, slow reaction times, mood
changes, poor coordination, tracking or concentration, risk-taking behaviour
and/or inappropriate actions. Some adverse effects can persist for several
days. All these have clear implications on flight safety
</p>
</strong>
</div>
</div>
<div class="footer2">
<div class="blur-background">
<strong>
<p>Consumption of drugs and alcohol may lead to errors, slow or incorrect
judgement or decisions, poor cognitive function, slow reaction times, mood
changes, poor coordination, tracking or concentration, risk-taking behaviour
and/or inappropriate actions. Some adverse effects can persist for several
days. All these have clear implications on flight safety
</p>
</strong>
</div>
<img src="./Pictures/2.png" alt="">
</div>
<div class="footer3">
<img src="./Pictures/3.png" alt="">
<div class="blur-background">
<strong>
<p>It is a joint responsibility amongst CAD, the aviation-related
organisations and their employees to ensure that aviation is free from the potential threat to aviation safety posed by the
problematic use of psychoactive substances.
</p>
</strong>
</div>
</div>
<div class="footer">
<div class="about-us">
<h3>Information</h3>
<p><a href="https://www.aai.aero/">About Us</a></p>
<p><a href="">More Search</a></p>
<p><a href="">Blog</a></p>
<p><a href="">Events</a></p>
<br><br><br>
</div>
<div class="helpful-links">
<h3>Helpful Links</h3>
<p><a href="">Services</a></p>
<p><a href="">Supports</a></p>
<p><a href="">Terms and Conditions</a></p>
<p><a href="">Privacy Policy</a></p>
</div>
<div class="contact-us">
<h3>Contact Us</h3>
<p><a href="">xxxxxxxxxx</a></p>
<p><a href="">[email protected]</a></p>
</div>
</div>
</body>
</html>