Skip to content

Commit

Permalink
♻️ Swap header and tagline, edit content of subheadings (#96)
Browse files Browse the repository at this point in the history
Swap header and tagline, edit headings
  • Loading branch information
Jord-Gui authored Nov 21, 2023
1 parent 3abe7ff commit 9287efe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Home() {
<div className="container mx-auto mb-32 md:mb-0 flex px-5 py-10 items-center justify-center flex-col">
<div className="text-center lg:w-2/3 w-full">
<h1 className="title-font leading-tight sm:text-5xl text-4xl mb-10 font-semibold text-gray-900">
This project is on GitHub
Be informed before someone tells you they&apos;re blocked
</h1>
</div>
<a href="https://github.com/SSWConsulting/SSW.Dory" target="_blank">
Expand All @@ -35,33 +35,33 @@ export default function Home() {
</a>
<div className="lg:flex-grow flex flex-col md:items-start md:text-left items-center text-center">
<h3 className="leading-relaxed max-w-xl mt-10">
Be informed before someone tells you they&apos;re blocked.
This project is on GitHub.
</h3>
</div>
</div>
</section>

<MarketingCard
title="Discover checked-out SharePoint pages"
title="Remind users of their checked-out SharePoint pages"
description="Connect SSW Dory to your SharePoint site and find any pages that have been left checked-out."
imgURL="/old-sharepoint.png"
/>

<MarketingCard
title="Identify unmerged GitHub pull requests"
title="Remind users of their unmerged GitHub pull requests"
description="SSW Dory uses the GitHub API to scan for any Pull Requests in your GitHub repositories that have been open for longer than a certain period of time e.g. one day."
imgURL="/old-github.png"
reverse={true}
/>

<MarketingCard
title="Friendly reminder emails"
title="Friendly reminder emails for users"
description="SSW Dory will send out emails to the relevent people who have left a SharePoint page checked-out or a GitHub PR open for too long."
imgURL="/email-github.png"
/>

<MarketingCard
title="Piece of mind from a portal"
title="Piece of mind from a portal for managers"
description="The SharePoint site shows you the current offenders."
imgURL="/sharepoint-list.png"
reverse={true}
Expand Down

0 comments on commit 9287efe

Please sign in to comment.