Skip to content

Commit

Permalink
Strip down landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdyer committed May 4, 2023
1 parent 2b161ff commit 56832f1
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default function Home() {
<Head>
<title>JustScoring</title>
</Head>
<Header />
<div className="relative bg-gray-50 overflow-hidden">
<div className="hidden sm:block sm:absolute sm:inset-y-0 sm:h-full sm:w-full" aria-hidden="true">
<div className="relative h-full max-w-7xl mx-auto">
Expand Down Expand Up @@ -89,16 +88,6 @@ export default function Home() {
</a>
))}
</div>
<div className="hidden md:absolute md:flex md:items-center md:justify-end md:inset-y-0 md:right-0">
<span className="hidden inline-flex rounded-md shadow">
<a
href="#"
className="inline-flex items-center px-4 py-2 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50"
>
Log in
</a>
</span>
</div>
</nav>
</div>

Expand Down Expand Up @@ -153,26 +142,8 @@ export default function Home() {
<span className="block text-indigo-600 xl:inline">so you don&apos;t have to.</span>
</h1>
<p className="mt-3 max-w-md mx-auto text-base text-gray-500 sm:text-lg md:mt-5 md:text-3xl md:max-w-xl">
Automatic scoring of short answer responses in Google Classroom.
Automatic scoring of written and spoken words, and more.
</p>
<div className="mt-5 max-w-md mx-auto sm:flex sm:justify-center md:mt-8">
<div className="rounded-md shadow">
<a
href="#"
className="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10"
>
Get started
</a>
</div>
<div className="mt-3 rounded-md shadow sm:mt-0 sm:ml-3">
<a
href="#"
className="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10"
>
Live demo
</a>
</div>
</div>
</div>
</main>
</div>
Expand Down

0 comments on commit 56832f1

Please sign in to comment.