Skip to content

Commit

Permalink
rearrange page
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsilva22 committed Mar 15, 2024
1 parent d8f6c97 commit ac28bd2
Showing 1 changed file with 45 additions and 40 deletions.
85 changes: 45 additions & 40 deletions src/pages/products/prairietest/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,7 @@ export default function PrairieTest() {
subtitle="Planning and delivering exams at scale"
/>

<div className="container-fluid my-5">
<div className="container-md">
<div className="row">
<Heading>Powerful exam management system</Heading>
</div>
<div className="row">
<Image
src={diagramImage}
alt="diagram exam management process"
style={{
maxWidth: "100%",
height: "auto",
}}
/>
</div>
</div>
</div>


<div className="container-fluid my-5">
<div className="container-md">
Expand Down Expand Up @@ -113,29 +97,7 @@ export default function PrairieTest() {
</div>
</div>

<div className="container-fluid my-5">
<div className="container-md">
<div className="row">
<Heading>Student self-registration</Heading>
<p>
When instructors are running asynchronous exams, students are able
to select the time and location of their choice. They also have
the ability to change or cancel their reservation before the
scheduled exam, without having to contact the instructor.
</p>
</div>
<div className="row">
<Image
src={schedulerImage}
alt="student scheduler UI"
style={{
maxWidth: "100%",
height: "auto",
}}
/>
</div>
</div>
</div>


<div className="container-fluid my-5">
<div className="container-md">
Expand Down Expand Up @@ -211,6 +173,49 @@ export default function PrairieTest() {
</div>
</div>


<div className="container-fluid my-5">
<div className="container-md">
<div className="row">
<Heading>Powerful exam management system</Heading>
</div>
<div className="row">
<Image
src={diagramImage}
alt="diagram exam management process"
style={{
maxWidth: "100%",
height: "auto",
}}
/>
</div>
</div>
</div>

<div className="container-fluid my-5">
<div className="container-md">
<div className="row">
<Heading>Student self-registration</Heading>
<p>
When instructors are running asynchronous exams, students are able
to select the time and location of their choice. They also have
the ability to change or cancel their reservation before the
scheduled exam, without having to contact the instructor.
</p>
</div>
<div className="row">
<Image
src={schedulerImage}
alt="student scheduler UI"
style={{
maxWidth: "100%",
height: "auto",
}}
/>
</div>
</div>
</div>

<BannerCTA
title="Request a demo!"
subtitle="Want a one-on-one or a group demo? Book a time with us!"
Expand Down

0 comments on commit ac28bd2

Please sign in to comment.