Skip to content

Commit

Permalink
update in timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Jul 2, 2024
1 parent 4cbd839 commit e575945
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions components/timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ export default function Timeline() {
date: 'October 2020',
description: 'Casimiro Ferreira (Jarbas), Aditya Mehra (AIX), and Peter Steenbergen (j1nx) join forces as Python developer, GUI/QT KDE developer, and Linux OS developer respectively.'
},
{
title: 'NeonCore recreated on top of OVOS and relicensed under a FOSS license"',
date: 'October 2021',
description: 'NeonCore recreated on top of OVOS and relicensed under a FOSS license',
link: 'https://github.com/NeonGeckoCom/NeonCore/commit/8cb1d8edb3d4ffff8aa9aaf695e1fe3463939287'
},
{
title: 'Daniel McKnight Joins OpenVoiceOS',
date: 'November 2021',
Expand Down
6 changes: 3 additions & 3 deletions components/ui/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ export default function Footer() {
return (
<footer className="p-4 bg-white md:p-8 lg:p-10 dark:bg-stone-900">
<div className="mx-auto max-w-screen-xl text-center">
<p className="my-6 text-gray-700 dark:text-gray-200 flex items-center justify-center">
<div className="my-6 text-gray-700 dark:text-gray-200 flex items-center justify-center">
<div className="z-10 flex items-center justify-center w-6 h-6 bg-green-200 rounded-full ring-0 ring-white dark:bg-green-900 sm:ring-8 dark:ring-gray-900 shrink-0 mr-2">
<span className="flex w-3 h-3 bg-green-600 rounded-full"></span>
</div>
Having issue with services? Check status
<Link href="https://openvoiceos.github.io/status/" className="text-blue-500 hover:underline ml-1">here</Link>
</p>
<Link href="https://status.openvoiceos.org/" className="text-blue-500 hover:underline ml-1">here</Link>
</div>
<p className="my-6 text-gray-500 dark:text-gray-400">Mycroft® is a registered trademark of Mycroft AI, Inc. Raspberry Pi® is a trademark of the Raspberry Pi Foundation. All other product names, logos, and brands are property of their respective owners. Use of these names, logos, and brands does not imply endorsement. Any unauthorized use is strictly prohibited.</p>
<ul className="flex flex-wrap justify-center items-center mb-6 text-gray-900 dark:text-white">
<li><Link href="/" className="mr-4 hover:underline md:mr-6">Home</Link></li>
Expand Down

0 comments on commit e575945

Please sign in to comment.