Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reorganize PT page #72

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 42 additions & 42 deletions src/pages/products/prairietest/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,6 @@ 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">
<div className="row">
Expand Down Expand Up @@ -113,30 +95,6 @@ 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">
<div className="row pb-4">
Expand Down Expand Up @@ -211,6 +169,48 @@ 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
Loading