-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathnotary.html
116 lines (106 loc) · 4.28 KB
/
notary.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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">
<title>LegalOwl.</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/c7d9641696.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- ..................Header...................... -->
<div id="header">
<div class="container">
<nav>
<h1 class="nav-title"><span>Legal</span>Owl.</h1>
</nav>
<div class="header-text">
<br>
<br>
<br>
<h1><span> Streamlining Legal Clarity: </span> <br> Your One-Stop Legal Companion. </h1>
</div>
</div>
</div>
<!-- ................about............. -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="./images_notary/scales1111.jpeg" alt="">
</div>
<div class="about-col-2">
<h1 class = "sub-title1" style="margin-bottom:20px;">About </h1>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<p>
Welcome to our one-stop destination for all your legal document needs! Our platform offers three essential services to streamline your legal research and document preparation process.
<br>
<i class="fa-solid fa-caret-right"></i>
Chat with AI:
<br>
Engage in real-time conversations with our knowledgeable AI to seek guidance on legal matters.
Clarify complex legal concepts and explore practical case studies.
Whether you're a seasoned legal professional or new to the field, our AI offers accurate and reliable answers.
<br>
<i class="fa-solid fa-caret-right"></i>
Legal Document Summarizer:
<br>
Upload lengthy legal documents and receive concise summaries within seconds.
Highlighting key points and crucial information, it eliminates the need for tedious reading.
Enhance your efficiency by quickly understanding the essence of legal documents.
<br>
<i class="fa-solid fa-caret-right"></i>
Legal Word Replacement:
<br>
Our service simplifies complex legal terminology by providing easy-to-understand explanations.
Make legal documents more accessible to everyone, ensuring clarity and comprehension.
No need to struggle with obscure legal jargon; we make it straightforward for you.
</p>
</body>
</html>
<br>
<br>
</div>
</div>
</div>
</div>
<!-- ......................services.................... -->
<div id="services">
<div class="container">
<h1 class="sub-title1">Features</h1>
<div class="services-list">
<div>
<i class="fa-brands fa-rocketchat"></i>
<h2>Chat With AI</h2>
<!-- <a href="#">Learn More</a> -->
</div>
<div>
<i class="fa-solid fa-file-contract"></i>
<h2>Legal Document Summarizer</h2>
<!-- <a href="#">Learn More</a> -->
</div>
<div>
<i class="fa-solid fa-scale-balanced"></i>
<h2>Contact the Nearest Notary</h2>
<a href="dd\dd.html">Learn More</a>
</div>
</div>
</div>
</div>
<!-- ...........................portfolio......................... -->
<div id="portfolio">
<div class="container">
<h1 class = "sub-title1"></h1>
<div class="work-list">
<div class="work">
</div>
</div>
</div>
<!-- <a href="#" class="btn">See more</a> -->
</div>
</div>