Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh23049 authored Aug 24, 2024
1 parent 353fbda commit 0c80894
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
43 changes: 43 additions & 0 deletions features.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Features - Crime Reporting</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="hero">
<nav>
<div class="logo">CrimeReport</div>
<ul class="nav-links">
<li><a href="features.html">Features</a></li>
<li><a href="how-it-works.html">How It Works</a></li>
<li><a href="report.html">Report Now</a></li>
</ul>
</nav>
</header>

<main class="features-page">
<h1>Features of Crime Report</h1>
<section class="feature-details">
<div class="feature">
<h2>100% Anonymity</h2>
<p>Your identity is protected at all times. We use state-of-the-art encryption to ensure your personal details remain confidential.</p>
</div>
<div class="feature">
<h2>Secure Reporting</h2>
<p>Our secure system ensures that all reports are encrypted and transmitted safely to our team. No one can access your data without authorization.</p>
</div>
<div class="feature">
<h2>24/7 Support</h2>
<p>Our support team is available 24/7 to help you with any questions or concerns you may have. We are here to assist you at any time.</p>
</div>
</section>
</main>

<footer>
<p>&copy; 2024 CrimeReport. All rights reserved.</p>
</footer>
</body>
</html>
43 changes: 43 additions & 0 deletions how-it-works.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>How It Works - Crime Reporting</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="hero">
<nav>
<div class="logo">CrimeReport</div>
<ul class="nav-links">
<li><a href="features.html">Features</a></li>
<li><a href="how-it-works.html">How It Works</a></li>
<li><a href="report.html">Report Now</a></li>
</ul>
</nav>
</header>

<main class="how-it-works-page">
<h1>How It Works</h1>
<section class="how-it-works-steps">
<div class="step">
<h2>Step 1: Describe the Incident</h2>
<p>Provide a detailed description of the crime or suspicious activity you have witnessed. Be as specific as possible to help us understand the situation.</p>
</div>
<div class="step">
<h2>Step 2: Submit the Report</h2>
<p>Once your report is ready, submit it through our secure form. Rest assured, your report is encrypted and your identity is protected.</p>
</div>
<div class="step">
<h2>Step 3: We Take It From There</h2>
<p>Our team will review the report and take appropriate actions while ensuring your safety and confidentiality throughout the process.</p>
</div>
</section>
</main>

<footer>
<p>&copy; 2024 CrimeReport. All rights reserved.</p>
</footer>
</body>
</html>

0 comments on commit 0c80894

Please sign in to comment.