This commit is contained in:
Kenneth Jannette
2024-04-20 13:40:12 -05:00
parent b166506269
commit 9bec5d3c2e
4 changed files with 37 additions and 19 deletions

View File

@@ -285,8 +285,8 @@ const HomePageB = () => {
</div> </div>
<div className="hero-text-box"> <div className="hero-text-box">
<div className="hero-text"> <div className="hero-text">
Reclaim hours every week. Spend more time growing your practice, ATTN: Attorneys - reclaim hours every week. Spend more time
or just get home in time for dinner. growing your practice, or just get home in time for dinner.
</div> </div>
<div className="hero-testi-box"> <div className="hero-testi-box">
<StarFill <StarFill
@@ -324,7 +324,9 @@ const HomePageB = () => {
<StarFill <StarFill
style={{ color: "#FFD700", height: "20px", width: "20px" }} style={{ color: "#FFD700", height: "20px", width: "20px" }}
/> />
<div className="review-box">Over 650 satisfied users</div> <div className="review-box">
Used by over 1,100 Novodrafters
</div>
</div> </div>
</div> </div>
</div> </div>
@@ -358,10 +360,10 @@ const HomePageB = () => {
</p> </p>
</div> </div>
<p className="section-two-body"> <p className="section-two-body">
Novodraft understands the demands on your time. For example, We understand the demands on your time. For example, that
that discovery request on your desk. With as few as three discovery request on your desk. With as few as three clicks, you
clicks, you can draft a ready-to-serve response in minutes. It's can draft a ready-to-serve response in minutes. It's as easy as
as easy as uploading a .pdf file. uploading a .pdf file.
</p> </p>
<p className="section-two-body"> <p className="section-two-body">
Novodraft cuts through a mire of rote tasks, but does much more Novodraft cuts through a mire of rote tasks, but does much more
@@ -370,19 +372,20 @@ const HomePageB = () => {
<p className="section-two-body"> <p className="section-two-body">
Intellidraft AI technology powers persuasive arguments and makes Intellidraft AI technology powers persuasive arguments and makes
otherwise boilerplate objections compelling. Augment your otherwise boilerplate objections compelling. Augment your
drafting as much or as little as you want. The framwork observes drafting as much or as little as you want. Novodraft actively
from your edits, and, over time, adopts your personalized style. observes your edits, and, over time, incorporates your
personalized style.
</p> </p>
<p className="section-two-body"> <p className="section-two-body">
Novodraft is not a “chatbot”, nor is it an “AI assitant”. It is Novodraft is not a “chatbot”, nor is it an “AI assitant”. It is
not subject to “hallucinations”.{" "} not subject to “hallucinations”.{" "}
</p> </p>
<p className="section-two-body"> <p className="section-two-body">
Novodraft is an AI-assisted discovery drafting tool, modeled on This is an advanced, AI-assisted drafting tool, modeled on human
human attorneys legal writing styles. It algorithmically drafts attorney's legal drafting styles. It algorithmically drafts
discovery requests, responses and persuasive objections, within discovery requests, responses and persuasive objections, within
specific parameters. Where appropriate it applies CRAC specific NLP parameters. It even applies CRAC structure, where
structure. appropriate.
</p> </p>
<p className="section-two-body"></p> <p className="section-two-body"></p>
<div <div
@@ -482,7 +485,9 @@ const HomePageB = () => {
</div> </div>
<div className="home-card-text-box"> <div className="home-card-text-box">
<p className="card-texts"> <p className="card-texts">
Motions to compel disclosure. Ready to serve in 10 minutes Motions to compel disclosure. Fully editable/customizable to
your individual preferences. Automtically formatted for your
jurisdiction, ready to serve in 10 minutes or less.
</p> </p>
</div> </div>
</div> </div>

View File

@@ -84,7 +84,7 @@ section.section-one {
.hero-imgbox { .hero-imgbox {
background-image: url("../Assets/Images/opac_butta.png") no-repeat; background-image: url("../Assets/Images/opac_butta.png") no-repeat;
height: 700px; height: 700px;
width: 1160px; width: 1360px;
z-index: 1; z-index: 1;
} }
@@ -99,13 +99,14 @@ section.section-one {
.hero-text { .hero-text {
text-align: center; text-align: center;
width: 650px; width: 750px;
font-size: 1.5rem; font-size: 1.5rem;
color: #000; color: #000;
} }
.hero-button-box { .hero-button-box {
margin-top: 60px; margin-top: 60px;
padding-left: 8px;
width: 100%; width: 100%;
height: 160px; height: 160px;
} }
@@ -286,7 +287,7 @@ img.img-1 {
.section-3 { .section-3 {
min-height: 680px; min-height: 680px;
font-family: Roboto; font-family: Roboto;
background-color: rgb(240, 247, 250); background-color: #e2fffe;
margin: 20px 0px 30px 0px; margin: 20px 0px 30px 0px;
} }
@@ -733,6 +734,18 @@ li.nav-item {
padding: 0 19px; padding: 0 19px;
} }
@media only screen and (min-width: 1100px) and (max-width: 1250px) {
.hero-imgbox {
width: 1080px;
}
}
@media only screen and (max-width: 980px) {
.hero-imgbox {
width: 820px;
}
}
@media only screen and (min-width: 498px) { @media only screen and (min-width: 498px) {
.mobile-lower-header-1 { .mobile-lower-header-1 {
display: none; display: none;

View File

@@ -475,7 +475,7 @@ p.text-block-4 {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin: 12px auto 0px auto; margin: 12px auto 0px auto;
color: #757575; color: #000;
letter-spacing: 0.13rem; letter-spacing: 0.13rem;
} }

View File

@@ -4,7 +4,7 @@
.navbar-main { .navbar-main {
height: 5rem; height: 5rem;
background-color: rgb(240, 247, 250); background-color: #e2fffe;
color: var(--accent-orange); color: var(--accent-orange);
.navbar-nav { .navbar-nav {
gap: 1.3rem; gap: 1.3rem;