website: changed font color for link and changes in footer (#228)

* website: changed font color for link and changes in footer

Signed-off-by: Dev Kumar <devskumar99@gmail.com>
Co-authored-by: Florent BENOIT <fbenoit@redhat.com>
This commit is contained in:
Dev Kumar 2022-06-24 15:19:22 -04:00 committed by GitHub
parent 99011abbd3
commit 67efa5d403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -90,6 +90,10 @@ const config = {
label: 'Introduction',
to: '/docs/intro',
},
{
label: 'Troubleshooting',
to: '/docs/troubleshooting',
}
],
},
{
@ -107,6 +111,10 @@ const config = {
label: 'Chat with us',
href: 'https://discordapp.com/invite/TCTB38RWpf',
},
{
label: 'Podman Desktop Planning & Roadmap',
href: 'https://github.com/containers/podman-desktop/projects?type=beta',
}
],
},
],

View file

@ -102,7 +102,7 @@ function Hero() {
Containers and Kubernetes for application developers
</h1>
<p className="text-base text-gray-700 dark:text-gray-500 md:text-lg">
Podman Desktop enables you to easily work with containers from your local environment. Podman Desktop leverages <a href="https://podman.io/">Podman Engine</a> to provide a lightweight and daemon-less container tool.
Podman Desktop enables you to easily work with containers from your local environment. Podman Desktop leverages <a href="https://podman.io/" className="text-purple-700 dark:text-purple-400" target="_blank">Podman Engine</a> to provide a lightweight and daemon-less container tool.
</p>
<div className="flex justify-center">
<iframe