-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractice.html
More file actions
131 lines (106 loc) · 4.18 KB
/
Copy pathpractice.html
File metadata and controls
131 lines (106 loc) · 4.18 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!-- <!DOCTYPE html> -->
<!-- <html lang="en"> -->
<!-- <head> -->
<!-- <meta charset="UTF-8"> -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<!-- <title>Document</title> -->
<!-- </head> -->
<!-- <body> -->
<!-- <span>THE BLUE Moon</span> -->
<!-- <img src="NLp.jpeg" alt="_blank" height="300px" width = "300px"> -->
<!-- <div>
<span>THE WEBSITE</span>
<h1>THE BLUE MOON</h1>
<h2>The blue moon</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolore neque similique quas.</p>
<footer>© THE BLUE MOON</footer>
<h1>Primary Bookmarks</h1>
<p><a target="_blank" href="https://www.youtube.com">OpenYoutube</a></p>
<a target="_blank" href="https://www.google.com">OpenGoogle</a></p>
<a target="_blank" href="https://www.facebook.com">Openfacebook</a></p>
<a target="_blank" href="https://www.linkedin.com">Openlinkedin</a></p>
<a target="_blank" href="https://www.github.com">OpenGithub</a></p>
<a target="_blank" href="https://www.atlassian.com">Openatlassian</a></p>
<h2>Secondary Bookmarks</h2>
<p><a target="_blank" href="https://www.glassdoor.com">OpenGlassDoor</a></p>
<p><a target="_blank" href="https://www.stackoverflow.com">OpenStackoverflow</a></p>
<h3>THIRD BOOKMARKS : </h3>
<h4>bdfb</h4>
<p><a target="_blank" href="https://www.amazon.com">OpenAmazon</a></p>
<p><a target="_blank" href="https://www.flipkart.com"></a></p>
<p><a target="_blank" href="https://www.pwskills.com"></a></p>
</div> -->
<!-- </body> -->
<!-- </html> -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="law.css">
<title>Virtual Legal Assistant</title>
</head>
<body>
<header>
<h1>Know Your Rights</h1>
</header>
<main>
<section id="rights-framework">
<h2>Your Legal Rights</h2>
<ul id="rights-list">
Rights adding dynamically by developers here using JavaScript
</ul>
</section>
<section id="legal-documents">
<h2>Legal Documents</h2>
<div id=""language-selector>
Language:
<select id="language-select">
<option value="en">English</option>
<option value="hin">Hindi</option>
<option value="mar">Marathi</option>
<option value="tam">Tamil</option>
<option value="kan">Kannada</option>
<option value="tel">Telugu</option>
</select>
</div id="document-content">
</div>
</section>
</main>
<script src="script.js"></script>
</body>
</html>
<!-- <!DOCTYPE html> -->
<!-- <html lang="en"> -->
<head>
<!-- <meta charset="UTF-8"> -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<!-- <link rel="stylesheet" href="law.css"> -->
<!-- <title>Legal Document Upload</title> -->
<!-- </head> -->
<body>
<!-- <header> -->
<!-- <h1>Upload Legal Documents</h1> -->
<!-- </header> -->
<!-- <main> -->
<!-- <section id="document-upload"> -->
<!-- <h2>Upload Your Documents</h2> -->
<!-- <form id="document-form" enctype="multipart/form-data"> -->
<!-- <input type="file" id="document-input" accept=".pdf, .doc, .docx"> -->
<!-- <button type="submit">Upload</button> -->
<!-- </form> -->
<!-- </section> -->
<!-- <section id="uploaded-documents"> -->
<!-- <h2>Uploaded Documents</h2> -->
<!-- <ul id="document-list"> -->
<!-- Uploaded documents will be displayed here -->
<!-- </ul> -->
<!-- <h2>Translated Documents</h2> -->
<!-- <div id="translated-content"> -->
<!-- Translated document content will be displayed here -->
<!-- </div> -->
<!-- </section> -->
<!-- </main> -->
<!-- <script src="script.js"></script> -->
<!-- </body> -->
<!-- </html> -->