This commit is contained in:
Kenneth Jannette
2024-04-20 17:21:11 -05:00
parent 36de0b68c1
commit 1e654300a4
2 changed files with 34 additions and 25 deletions

View File

@@ -367,6 +367,7 @@ const HomePageB = () => {
</h2> </h2>
</div> </div>
<div className="pad-2"> <div className="pad-2">
<div className="laptop-image-container">
<img <img
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/5f0f6f11-bb56-4f03-b05e-189d4f1a5600/public" src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/5f0f6f11-bb56-4f03-b05e-189d4f1a5600/public"
alt="image of a laptop computer" alt="image of a laptop computer"
@@ -374,6 +375,7 @@ const HomePageB = () => {
/> />
</div> </div>
</div> </div>
</div>
<div className="home-col-50"> <div className="home-col-50">
<div className="pad-2"> <div className="pad-2">
<h2 className="section-three-header"> <h2 className="section-three-header">
@@ -398,18 +400,19 @@ const HomePageB = () => {
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. Novodraft actively drafting as much or as little as you want. Novodraft actively
observes your edits, and, over time, incorporates your observes your edits, and, over time, incorporates your preferred
personalized style. 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”.{" "} a proprietary system optimized to elminate “hallucinations” and
augment your own drafting.
</p> </p>
<p className="section-two-body"> <p className="section-two-body">
This is an advanced, AI-assisted drafting tool, modeled on human Modeled on real, human attorney's drafting styles, it
attorney's legal drafting styles. It algorithmically drafts algorithmically generates discovery requests, responses and
discovery requests, responses and persuasive objections, within persuasive objections, within specific natural language
specific NLP parameters. It even applies CRAC structure, where processing parameters. It even applies CRAC structure, where
appropriate. appropriate.
</p> </p>
<p className="section-two-body"></p> <p className="section-two-body"></p>

View File

@@ -119,9 +119,9 @@ section.section-one {
.arrow-container { .arrow-container {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
margin-top: -10px; margin-top: -6px;
width: 980px; width: 980px;
height: 90px; height: 70px;
} }
.arrow-sub-left { .arrow-sub-left {
@@ -184,7 +184,7 @@ section.section-one {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
padding-right: 8px; padding-right: 28px;
width: 50%; width: 50%;
} }
@@ -229,16 +229,6 @@ section.section-one {
height: 60px; height: 60px;
border-radius: 20px; border-radius: 20px;
} }
.upper-testi-text {
font-family: Roboto;
font-size: 1rem;
margin-right: 6px;
}
.lower-testi-text {
margin-top: -4px;
margin-left: 15px;
}
.hero-testi-text { .hero-testi-text {
display: flex; display: flex;
@@ -246,6 +236,10 @@ section.section-one {
width: 520px; width: 520px;
} }
.laptop-image-container {
padding-top: 1rem;
}
.text-block-1 { .text-block-1 {
padding: 20px 0px; padding: 20px 0px;
} }
@@ -844,6 +838,18 @@ li.nav-item {
} }
} }
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
.laptop-image-container {
padding-top: 2rem;
}
}
@media only screen and (min-width: 580px) and (max-width: 1080px) {
.laptop-image-container {
padding-top: 5rem;
}
}
@media only screen and (max-width: 980px) { @media only screen and (max-width: 980px) {
.hero-imgbox { .hero-imgbox {
width: 820px; width: 820px;