Merge pull request #188 from kjannette/home3

Home3
This commit is contained in:
S Jannette
2024-04-23 03:31:00 -05:00
committed by GitHub
3 changed files with 161 additions and 122 deletions

View File

@@ -261,8 +261,6 @@ const HomePageB = () => {
const homeContent = ( const homeContent = (
<div className="homepage-container"> <div className="homepage-container">
<section className="section-one"> <section className="section-one">
<div className="hero-text-container">
<h1 className="hero-top">AI-asssisted legal drafting</h1>
<div <div
className="hero-imgbox" className="hero-imgbox"
style={{ style={{
@@ -271,9 +269,10 @@ const HomePageB = () => {
borderRadius: "20px", borderRadius: "20px",
}} }}
> >
<div className="hero-middle-box"> <div className="hero-middle">
<div className="hero-middle">{heroString}</div> <h1 className="hero-middle-header">{heroString}</h1>
<div className="hero-middle">{heroString2}</div> <h1 className="hero-middle-header">{heroString2}</h1>
</div>
<div className="hero-button-box"> <div className="hero-button-box">
<button className="button-2" onClick={handleTryItButton}> <button className="button-2" onClick={handleTryItButton}>
Start A Free Trial Start A Free Trial
@@ -282,11 +281,10 @@ const HomePageB = () => {
Request a demo Request a demo
</button> </button>
</div> </div>
</div>
<div className="hero-text-box"> <div className="hero-text-box">
<div className="hero-text"> <div className="hero-text">
ATTN: Attorneys - reclaim hours every week. Spend more time Reclaim hours every week. Spend more time growing your practice,
growing your practice, or just get home in time for dinner. or just get home in time for dinner.
</div> </div>
<div className="arrow-container"> <div className="arrow-container">
<div className="arrow-sub-left"></div> <div className="arrow-sub-left"></div>
@@ -338,20 +336,16 @@ const HomePageB = () => {
style={{ color: "#FFD700", height: "20px", width: "20px" }} style={{ color: "#FFD700", height: "20px", width: "20px" }}
/> />
<div className="review-box"> <div className="review-box">
Used by over 1,100 Novodrafters. Used by over 1,100 Novodrafters, and counting.
</div> </div>
</div> </div>
<div className="hero-testi-right"> <div className="hero-testi-right">
<div className="hero-testi-right-inner"> <div className="hero-testi-right-inner">
<div className="hero-test-pic-box">
<img <img
className="hero-testi-face" className="hero-testi-face"
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/bdb625eb-2949-4416-f675-6660e1a04f00/public" src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/bdb625eb-2949-4416-f675-6660e1a04f00/public"
></img> ></img>
</div> </div>
<div className="hero-testi-text"></div>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
@@ -379,41 +373,28 @@ const HomePageB = () => {
<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">
Made by Attorneys, for Attorneys. Cut through the rote - focus on your priorities.
</h2> </h2>
<div className="text-block-2-box">
<p className="section-three-wubhead">
Tech developed by litigators that understand your needs.
</p>
</div>
<p className="section-two-body"> <p className="section-two-body">
We understand the demands on your time. For example, that Novodraft is not a chatbot, or an AI assistant. It is a
discovery request on your desk. With as few as three clicks, you heuristic framework that leverages AI to free you from reciting
can draft a ready-to-serve response in minutes. It's as easy as boilerplate, "raised-or-waived," "gotcha" arguments and
uploading a .pdf file. objections.
</p>
<p className="section-two-body">
Novodraft generates discovery requests and responses within
precisely-defined natural language parameters. It even applies
CRAC structure, where appropriate.
</p> </p>
<p className="section-two-body"> <p className="section-two-body">
Novodraft cuts through the mire of rote tasks, but does much This allows you to spend more time on key, dispositive issues.
more than automate. The issues you know will carry the day.
</p> </p>
<p className="section-two-body"> <p className="section-two-body">
Intellidraft AI technology powers persuasive arguments and makes Most importantly, Novdraft observes and incorporates your unique
otherwise boilerplate objections compelling. Augment your preferences. Over time, you will find yourself more able to
drafting as much or as little as you want. Novodraft actively "lean in" on what matters the most.
observes your edits, and, over time, incorporates your preferred
style.
</p>
<p className="section-two-body">
Novodraft is not a “chatbot”, nor is it an “AI assitant”. It is
a proprietary, algorithmic drafting system that leverages AI to
enhance drafting. It eliminates so-called "hallucinations" and
side-effects.
</p>
<p className="section-two-body">
Modeled on real, human attorney's drafting sttyles, it generates
discovery requests, responses and persuasive objections, within
specific natural language parameters. It even applies CRAC
structure, where appropriate.
</p> </p>
<p className="section-two-body"></p> <p className="section-two-body"></p>
<div <div
@@ -428,14 +409,12 @@ const HomePageB = () => {
<section className="section-3"> <section className="section-3">
<div className="section-three-header-box"> <div className="section-three-header-box">
<h2 className="section-three-header"> <h2 className="section-three-header">
AI-Powered Legal Drafting Technology{" "} AI-Enhanced Legal Drafting Technology{" "}
</h2> </h2>
<h2 className="section-three-header-mobile"> <h2 className="section-three-header-mobile">
Novo Drafting Technology Novo Drafting Technology
</h2> </h2>
<p className="section-three-subhead"> <p className="section-three-subhead"></p>
Created by litigators, for litigators
</p>
</div> </div>
<div className="card-section-container"> <div className="card-section-container">
{/*********** CARD ONE *********** */} {/*********** CARD ONE *********** */}

View File

@@ -51,6 +51,7 @@ ul.navbar-nav {
section.section-one { section.section-one {
height: 680px; height: 680px;
margin-top: 30px;
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
@@ -72,13 +73,23 @@ section.section-one {
} }
.hero-middle { .hero-middle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 800px;
}
.hero-middle-header {
font-size: 2.8rem; font-size: 2.8rem;
text-align: center; text-align: center;
color: #000; color: #000;
font-family: Roboto; font-family: Roboto;
font-weight: 500; font-weight: 500;
line-height: 3.4rem; line-height: 3.4rem;
width: 800px;
} }
.hero-imgbox { .hero-imgbox {
@@ -104,9 +115,11 @@ section.section-one {
} }
.hero-button-box { .hero-button-box {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 50px; margin-top: 50px;
padding-left: 8px; padding-right: 10px;
width: 100%;
height: 130px; height: 130px;
} }
@@ -195,6 +208,7 @@ section.section-one {
justify-content: center; justify-content: center;
margin: auto; margin: auto;
padding-left: 30px; padding-left: 30px;
padding-top: 6px;
width: 50%; width: 50%;
} }
@@ -895,6 +909,15 @@ li.nav-item {
margin-left: auto; margin-left: auto;
} }
.section-one {
height: unset;
max-height: unset;
align-items: unset;
justify-content: unset;
margin: unset;
margin-top: unset;
}
.mobile-lower-header-top { .mobile-lower-header-top {
height: 60%; height: 60%;
@@ -902,6 +925,25 @@ li.nav-item {
color: #fff; color: #fff;
} }
.hero-imgbox {
display: flex;
flex-direction: column;
width: 380px;
}
.hero-middle-box {
width: 380px;
}
.hero-middle {
width: 380px;
}
.hero-button-box {
display: flex;
flex-direction: column;
}
.mobile-sw-deck { .mobile-sw-deck {
color: #fff; color: #fff;
font-size: 16px; font-size: 16px;

View File

@@ -21,6 +21,16 @@ a {
font-family: Roboto; font-family: Roboto;
} }
.hero-top {
height: 13px;
}
.hero-top-text {
font-family: Roboto;
font-size: 12px;
color: #fff;
}
.card-image-container { .card-image-container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -744,6 +754,14 @@ li.nav-item {
width: 392px; width: 392px;
} }
.hero-top {
display: none;
}
.hero-top-text {
display: none;
}
ul.navbar-nav { ul.navbar-nav {
margin-left: auto; margin-left: auto;
} }