-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaws.html
50 lines (47 loc) · 1.66 KB
/
laws.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header id="headhdr">
<div id="hdr">
<img src="./logoimg.png" id="logoimg"></img>
<div id="lgtextt">
<h1 id="logotext">Legal Guru</h1>
</div>
<nav id="hdnav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="./laws.html">Laws</a></li>
<li><a href="#">About Us</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div class="middle" id = "set">
<div class="mid-sec">
<br>
<button class="btn"> <a href="./fam.html">Family Law</a> </button>
<br>
<button class="btn"><a href="./pro.html">Property Law</a></button>
<br>
<button class="btn"><a href="./crim.html">Criminal Law</a></button>
<br>
<button class="btn"><a href="./lab.html">Labour Law</a></button>
</div>
<div>
<h2>Constitution</h2>
<div class="pdf-container">
<button id="scroll-button">Switch Language</button>
<embed id="pdf-viewer" src="constitution_ebgkish.pdf" type="application/pdf" width="100%" height="600px">
</div>
<script src="const.js"></script>
</div>
</div>
</body>
</html>