From c5af8b540fc611b421d42de2bcc075c8c1f18cec Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Fri, 20 May 2022 20:02:59 -0400 Subject: [PATCH] Testimonials done --- css/main.css | 70 +++++++++++++++++++++++++++++++++++++++++++++++ index.html | 76 +++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 128 insertions(+), 18 deletions(-) diff --git a/css/main.css b/css/main.css index 2831870..fec4bb3 100644 --- a/css/main.css +++ b/css/main.css @@ -509,6 +509,11 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: auto; } +.my-16 { + margin-top: 4rem; + margin-bottom: 4rem; +} + .mt-10 { margin-top: 2.5rem; } @@ -517,6 +522,18 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 8rem; } +.mt-32 { + margin-top: 8rem; +} + +.mt-24 { + margin-top: 6rem; +} + +.-mt-14 { + margin-top: -3.5rem; +} + .block { display: block; } @@ -529,6 +546,10 @@ Ensure the default browser behavior of the `hidden` attribute. display: none; } +.w-16 { + width: 4rem; +} + .max-w-md { max-width: 28rem; } @@ -537,6 +558,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 24rem; } +.max-w-6xl { + max-width: 72rem; +} + .flex-col { flex-direction: column; } @@ -593,6 +618,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); } +.space-y-6 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); +} + .self-baseline { align-self: baseline; } @@ -601,6 +632,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-radius: 9999px; } +.rounded-lg { + border-radius: 0.5rem; +} + .rounded-l-full { border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; @@ -674,10 +709,19 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 0.5rem; } +.px-5 { + padding-left: 1.25rem; + padding-right: 1.25rem; +} + .pt-2 { padding-top: 0.5rem; } +.text-left { + text-align: left; +} + .text-center { text-align: center; } @@ -701,6 +745,11 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.75rem; } +.text-sm { + font-size: 0.875rem; + line-height: 1.25rem; +} + .font-bold { font-weight: 700; } @@ -735,6 +784,12 @@ Ensure the default browser behavior of the `hidden` attribute. color: hsl(227 12% 61% / var(--tw-text-opacity)); } +@media (min-width: 480px) { + .sm\:hidden { + display: none; + } +} + @media (min-width: 768px) { .md\:mb-4 { margin-bottom: 1rem; @@ -756,6 +811,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 50%; } + .md\:w-1\/3 { + width: 33.333333%; + } + .md\:flex-row { flex-direction: row; } @@ -793,5 +852,16 @@ Ensure the default browser behavior of the `hidden` attribute. font-size: 3rem; line-height: 1; } + + .md\:shadow-orange-50 { + --tw-shadow-color: #fff7ed; + --tw-shadow: var(--tw-shadow-colored); + } +} + +@media (min-width: 976px) { + .lg\:text-left { + text-align: left; + } } diff --git a/index.html b/index.html index 741209c..82eff82 100644 --- a/index.html +++ b/index.html @@ -116,22 +116,18 @@
02

- Number two + Advanced Builtin Reports

- +

- See how your day-to-day tasks fit into the wider - vision. Go from - tracking progress at the milestone level to all the way - done to the - smallest of details. Never lose sight of the bigger - picture - again. + Set internal delivery estimates and track progress toward company goals. + Our customisable helps you build out the reports you need to keep stakeholders + informed.

@@ -145,27 +141,71 @@
03

- Number 3 + Everything you need in one place

- +

- See how your day-to-day tasks fit into the wider - vision. Go from - tracking progress at the milestone level to all the way - done to the - smallest of details. Never lose sight of the bigger - picture - again. + Stop jumping from one service to another to communicate, store files, track tasks, + and share documents. Manage offers an all-in-one team productivity tool.

+ +
+ + + +
+ +

+ What are people saying about Manage? +

+ +
+ +
+ + +
Anisha Li
+

+ "Manage has supercharged our team's workflow. The ability to + maintain visibility on larger milestones at all times keeps + everyone motivated" +

+
+ + + + + +
+ + +
+
\ No newline at end of file