-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
100 lines (73 loc) · 3.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="icon/png" href="favicon.png">
<title>Womwn Safety Application</title>
</head>
<body>
<section class="first">
<div class="container">
<header id="navbar">
<a href="#" class="logo">Nyayaprabha </a>
<ul>
<li><a href="users/registration.php">User Registration</a></li>
<li><a href="users/index.php">User Login</a></li>
<li><a href="admin/index.php">Admin</a></li>
</ul>
</header>
<div class="content">
<div class="bannerText" id="slideShowText">
<div class="active">
<h2>WOMEN SAFETY APPLICATION</h2><br>
<a href="users/registration.php" class="readmore">Register Complaint</a>
</div>
</div>
</div>
</div>
</section>
<!--AIR PAGE-->
<section class="second">
<div class="air">
<a name = "air" class="air"><h1>Women Safety Laws</h1></a>
<div class="totalair">
<div class="prosair">
<iframe width="300" height="300" style="border-radius: 10px;" src="https://www.youtube.com/embed/40e9sFm9Nko?si=c9s2i8KIkKMN6l6u" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="prosair">
<iframe width="300" height="300" style="border-radius: 10px;" src="https://www.youtube.com/embed/575uxxK56Ks?si=EJHYahODoROd2m54" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="prosair">
<iframe width="300" height="300" style="border-radius: 10px;" src="https://www.youtube.com/embed/MJtjEk4cnX0?si=CnSyh1a4xz3TGDJ_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!--WATER PAGE-->
<section class="third">
<div class="water">
<a name = "water" class="water"><h1>Safety Techniques for Women</h1></a>
<div class="totalwater">
<div class="proswater">
<iframe width="300" height="315" src="https://www.youtube.com/embed/k9Jn0eP-ZVg?si=550m3lJny52G5Fqk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="proswater">
<iframe width="300" height="315" src="https://www.youtube.com/embed/MCFWoJSVgH4?si=CIHsqb4ctdhiT_-q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="proswater">
<iframe width="300" height="315" src="https://www.youtube.com/embed/SfAoGd8R-CM?si=UzSRRZiPdpcKctfU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<section class="footer">
<a name="aboutus" class="aboutus"></a>
<h4>About Us</h4>
<p>Team TIPS <br>2023 © Shaikh Nihalahamad Aslam<br>Technical Inspiration and Project Society</p>
<br>
<p></p>
</section>
</body>
</html>