-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
98 lines (92 loc) · 4.21 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About us</title>
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="./css/about.css">
<!-- <link rel="stylesheet" href="./css/contactus.css"> -->
</head>
<body>
<header>
<ul>
<li>
<img src="./source/hlogo-removebg-preview.png" alt="">
</li>
<li>
<a href="/index.html">Home</a>
</li>
<li>
<a href="/aboutus.html">About Us</a>
</li>
<li>
<a href="/news.html">News</a>
</li>
<li>
<a href="/blog.html">Blog</a>
</li>
<li>
<a href="/services.html">Services</a>
</li>
<li>
<a href="/contact.html">Contact Us</a>
</li>
</ul>
</header>
<hr>
<div class="main">
<p>About us</p>
</div>
<div class="about">
<div class="section">
<p>
Welcome to the Forensics Science Website, where science meets justice. Our organization is dedicated to advancing the field of forensic science and making significant contributions to criminal investigations.
Founded in [year], our team of experienced scientists, researchers, and analysts is committed to excellence in every aspect of forensic analysis. We strive to stay at the forefront of technological advancements and methodologies to ensure accurate and reliable results.
Our mission is to provide law enforcement agencies, legal professionals, and the public with the highest standard of forensic services. From crime scene investigation to DNA analysis, fingerprint examination, and digital forensics, we cover a wide range of specialties to assist in solving even the most challenging cases.
At Forensics Science Website, we understand the importance of collaboration and knowledge-sharing in the scientific community. We actively engage in research and educational initiatives to contribute to the continuous development of forensic science as a discipline.
Thank you for visiting our website. If you have any questions or if there's anything we can help you with, please don't hesitate to reach out to us. We are here to support the pursuit of justice through the application of rigorous scientific methods.</p>
</div>
</div>
<div class="bottom">
<div class="logo">
<img src="./source/hlogo-removebg-preview.png" alt="">
</div>
<div class="pages">
<h2>Pages</h2>
<ul>
<li>
<a href="/index.html">Home</a>
</li>
<li>
<a href="/aboutus.html">About Us</a>
</li>
<li>
<a href="/news.html">News</a>
</li>
<li>
<a href="/blog.html">Blog</a>
</li>
<li>
<a href="/services.html">Services</a>
</li>
<li>
<a href="/contact.html">Contact Us</a>
</li>
</ul>
</div>
<div></div>
<div>
<h2>Get in touch</h2>
<p>Email: [email protected]</p>
<p>Phone: +91 9718752322</p>
<p>Address: 231,Faridabad,Haryana</p>
</div>
</div>
<footer>
<div class="footer">
© 2021 Sanskriti shukla. All rights reserved.<br />
</div>
</footer>
</body>
</html>