Skip to content

Commit 62a490f

Browse files
authored
Merge pull request #54 from glenstack/landing/texts
Add status and change font sizes
2 parents 924070a + 5ead9e2 commit 62a490f

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

packages/glenstack.com/src/components/landing/footer.tsx

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,28 @@ export const Footer: FC<{ noCTA?: boolean }> = ({ noCTA = false }) => {
190190
</div>
191191
</div>
192192
<div className="mt-12 border-t border-gray-200 pt-8">
193-
<p className="text-base text-gray-400 xl:text-center">
194-
&copy; 2021 Glenstack Ltd. All rights reserved.
195-
</p>
193+
<div className="w-full text-sm font-light text-gray-400 lg:flex lg:justify-between lg:items-center">
194+
<span className="block mb-2 lg:w-1/3 lg:my-0">
195+
©2021 Glenstack Ltd. Made worldwide.
196+
</span>{" "}
197+
<ul className="lg:w-1/3 lg:text-center">
198+
<li className="inline-block mb-0 mr-4 last:mr-0">
199+
{/* <a href="/privacy/">Privacy Policy</a>{" "} */}
200+
</li>
201+
<li className="inline-block mb-0 mr-4 last:mr-0">
202+
{/* <a href="/terms/">Terms of Service</a>{" "} */}
203+
</li>
204+
</ul>{" "}
205+
<div className="mt-6 lg:my-0 lg:w-1/3 lg:text-right">
206+
<a
207+
href="https://status.glenstack.com"
208+
className="inline-block lg:ml-auto"
209+
>
210+
<span className="inline-block w-2 h-2 mr-1 rounded-full bg-green-500"></span>{" "}
211+
<span>All Systems Operational</span>
212+
</a>
213+
</div>
214+
</div>
196215
</div>
197216
</div>
198217
</footer>

packages/glenstack.com/src/components/landing/footerCTA.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const FooterCTA: FC = () => {
55
return (
66
<div className="bg-indigo-900">
77
<div className="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
8-
<h2 className="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
8+
<h2 className="text-xl font-extrabold tracking-tight text-white sm:text-2xl">
99
<span>Launching Summer, 2021.</span>
1010
</h2>
1111
<div className="mt-8 flex lg:mt-0 lg:flex-shrink-0">

0 commit comments

Comments
 (0)