Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added 007.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions 2nd pic.html

Large diffs are not rendered by default.

Binary file added 3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 3rd pic.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions About us.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/base.css" />
<title> About us</title>
</head>
<body>
<div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Gallery.html">Gallery</a></li>
<li class="active"><a href="About us.html">About us</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</div>
<div class="about-section">
<h1>About Us </h1>
<p>this is for the safety of the womens</p>
<p>this website is not much able but applicable to track the location of the womes in the case of missing</p>
</div>

<h2 style="text-align:center">Our Team</h2>
<div class="row">
<div class="column">
<div class="card">
<img src="2.jpg" alt="FOUNDERS" style="width: 20%">
<div class="container">
<h2>Anmol Upadhyay,Pranav Ganeria,Bhavesh Sadana,Amarjit singh</h2>
<p class="title">CEO & Founders</p>
<p>we are always here for you</p>
<p>founders@gmail.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>

<div class="column">
<div class="card">
<img src="2.jpg" alt="WEB DESIGNERS" style="width:20%">
<div class="container">
<h2>Anmol Upadhyay, Pranav Ganeria</h2>
<p class="title">DEVELOPERS</p>
<p>your safety is our priority</p>
<p>mike@example.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>

<div class="column">
<div class="card">
<img src="2.jpg" alt="IDEA SUGGESTERS" style="width:20%">
<div class="container">
<h2>Bhavesh Sadana, Amarjit Singh</h2>
<p class="title">IDEA GENERATERS</p>
<p>the best protect any women can have courage</p>
<p>john@example.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
</div>

</body>
</html>
44 changes: 44 additions & 0 deletions Contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/base.css" />
<title> Contact</title>
</head>
<body>
<div>
<ul>
<li><a href="index.html">Home</a></li>
<li ><a href="Services.html">Services</a></li>
<li><a href="Gallery.html">Gallery</a></li>
<li><a href="About us.html">About us</a></li>
<li class="active"><a href="Contact.html">Contact</a></li>
</ul>
</div>
<div class="container">
<form action="action_page.php">

<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name..">

<label for="lname">Last Name</label>
<input type="text" id="lname" name="lastname" placeholder="Your last name..">

<label for="country">Country</label>
<select id="country" name="country">
<option value="australia">Australia</option>
<option value="canada">Canada</option>
<option value="usa">USA</option>
</select>

<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>

<input type="submit" value="Submit">

</form>
</div>
</body>
</html>
13 changes: 13 additions & 0 deletions Forget Password.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/create.css" />
<title>Login Page</title>
</head>
<body>
<h1>forgot password</h1>
</body>
</html>
25 changes: 25 additions & 0 deletions Gallery.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/base.css" />
<title>Gallery </title>
</head>
<body>
<div>
<ul>
<li><a href="index.html">Home</a></li>
<li ><a href="Services.html">Services</a></li>
<li class="active"><a href="Gallery.html">Gallery</a></li>
<li><a href="About us.html">About us</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</div>
<h1> this is Gallery </h1>
<img src="women.jpeg"type="img.jpeg" width="1500" height="1350" length="1500">
<img src="safety.jpeg"type="img.jpeg" width="1500" height="1350" length="1500">
<img src="bhavesh.jpeg"type="img.jpeg" width="1500" height="1350" length="1500">
</body>
</html>
39 changes: 39 additions & 0 deletions Home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/base.css" />
<title>Login Page</title>
</head>
<body class="header">

<div class="main">
<div class="logo">
<img scr="9.png">

</div>
</div>
<div>
<ul>
<li class="active"><a href="Home.html">Home</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<main>
<div class="title" id="pageTitle">
<h1>SAFETY MATTERS</h1>
</div>
<div class="button">
<a href="login.html" class="btn">LOGIN</a>
<a href="LEARN MORE ABOUT APP.HTML" class="btn">LEARN MORE ABOUT WEBSITE</a>
</div>
</main>

</body>

</html>
22 changes: 22 additions & 0 deletions LEARN MORE ABOUT APP.HTML
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/base.css" />
<title> Learn more about app </title>
</head>
<body>
<center>
<inframe scr>
<img src="b.jpg"type="img.jpg" width="1000" height="650" length="1000">
<img src="c.jpg"type="img.jpg" width="1000" height="650" length="1000">
<img src="d.jpg"type="img.jpg" width="1000" height="650" length="1000">
<img src="e.jpg"type="img.jpg" width="1000" height="650" length="1000">
<img src="f.jpg"type="img.jpg" width="1000" height="650" length="1000">
<img src="g.jpg"type="img.jpg" width="1000" height="650" length="1000">
</center>
</inframe>
</body>
</html>
Binary file added Screenshot 2022-11-19 125717.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot 2022-12-03 191948.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot 2022-12-03 192304.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot 2022-12-04 060644.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot 2022-12-04 072556.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Table-1-top-10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added a.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions aboutus.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/base.css">
<title>Document</title>
</head>
<body>
<h1>About Us</h1>
</body>
</html>
Binary file added b.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bhavesh.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 119 additions & 0 deletions content.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/base.css" />
<title> OUR SERVICES</title>
<style>
main {
margin-top: 5vh;
padding-top: 30vh;
width: auto;
}
#pageTitle {
text-align: center;
color: white;
font-size: 2.5rem;
letter-spacing: 10px;
}
</style>

</head>
<body>
<div>
<ul>
<right>

</right>
<li><a href="index.html">Home</a></li>
<li class="active"><a href="Services.html">Services</a></li>
<li><a href="Gallery.html">Gallery</a></li>
<li><a href="About us.html">About us</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</div>
<div>
<left>
<inframe scr>



</inframe>
</left>
</div>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section>
<div class="row">
<h1 class="section-heading">Our Services</h1>
<style>
main {
margin-top: 5vh;
padding-top: 30vh;
width: auto;
}
#pageTitle {
text-align: center;
color: white;
font-size: 2.5rem;
letter-spacing: 10px;
}
</style>
</div>
<div class="row">
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="GPS"></i>
</div>
<ul>
<li><a href="gps.html">GPS TRACKER</a></li>
</ul>
<h3>GPS TRACKER</h3>
<p>
WE CAN TRACK THE LOCATION OF THE WOMEN IN DANGER BY TRACKING THE NUMBER
</p>
</div>
</div>
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-brush"></i>
</div>
<h3>FAKE CALL</h3>
<p>
IT WILL HELP THE ENDANERED WOMEN BY MAKING A FAKE CALL ON THEIR MOBILE
</p>
</div>
</div>
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-wrench"></i>
</div>
<h3>WOMEN HELP LINE NUMBER(1091)</h3>
<p>
THIS WILL HELPS THE WOMEN IN SOME COMPLICATED SITUATION
</p>
</div>
</div>



</section>

</body>
</html>
Binary file added d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added e.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added f.jpg
Loading