Skip to content

Commit 664c3e5

Browse files
sxdjsilvela
andcommitted
chore: a dd social links to website along with a few minor changes (#319)
The links to social networks BlueSky and Mastodon were added, and a little improvement was made to the footer of the webpage Signed-off-by: Priyanshu Singh <[email protected]> Signed-off-by: Jonathan Gonzalez V. <[email protected]> Co-authored-by: Jaime Silvela <[email protected]> Co-authored-by: Jonathan Gonzalez V. <[email protected]> 65ef7d1
1 parent bd6d76c commit 664c3e5

File tree

188 files changed

+12792
-3693
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+12792
-3693
lines changed

authors/fdrees/index.html

Lines changed: 69 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<nav>
5555
<header>
56-
<div class="md:flex md:flex-row md:px-16 md:justify-between py-5">
56+
<div class="md:flex md:flex-row md:px-16 md:justify-between py-5 items-center">
5757
<div class="flex justify-between px-4 md:hidden">
5858
<div>
5959

@@ -72,7 +72,7 @@
7272
</div>
7373

7474
<div class="hidden md:block">
75-
<ul class="md:flex gap-14 text-2xl medium-gray my-5">
75+
<ul class="md:flex gap-14 text-2xl medium-gray my-5 pb-0">
7676
<li><a href="/blog">Blog</a></li>
7777
<li><a href="/tags/tutorial">Tutorials</a></li>
7878
<li><a href="/releases">Releases</a></li>
@@ -108,19 +108,10 @@
108108
</div>
109109

110110

111-
<div class="flex gap-5 my-4 fill-cnp-blue hidden md:flex">
111+
<div class="my-4 hidden md:flex">
112112
<a class="github-button" href="https://github.com/cloudnative-pg/cloudnative-pg"
113113
data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true"
114114
aria-label="Star cloudnative-pg/cloudnative-pg on GitHub">Star</a>
115-
<a href="https://cloud-native.slack.com/archives/C08MAUJ7NPM">
116-
<img src="/icons/Slack.svg" alt="Slack" title="Join our Slack channel now!">
117-
</a>
118-
<a href="https://twitter.com/CloudNativePg">
119-
<img src="/icons/Twitter.svg" alt="Twitter">
120-
</a>
121-
<a href="https://www.youtube.com/channel/UCTGH88W1BiuRRPTzJUDPJyA">
122-
<img src="/icons/YouTube.svg" alt="YouTube">
123-
</a>
124115
</div>
125116
</div>
126117
</header>
@@ -636,20 +627,78 @@ <h6 class="flex gap-2 text-sm charcoal">
636627
</div>
637628

638629

639-
<footer class="text-center pb-24">
640-
<p class="text-sm charcoal md:w-1/2 mx-auto md:pt-10 px-6 pt-12">
630+
<footer class="section pb-0">
641631

642-
Copyright &copy; CloudNativePG a Series of LF Projects, LLC.<br />
643-
For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/">LF Projects, LLC Policies</a>.<br /><br />
632+
<div class="pt-16">
633+
<div
634+
class="max-w-6xl mx-auto grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-10 pb-10 border-b border-b-zinc-200">
635+
636+
637+
<div>
638+
<h3 class="text-3xl font-semibold mb-0">Learn</h3>
639+
<div class="space-y-2 text-base text-red-500">
640+
<div><a href="/docs" class="hover:text-red-700 transition">Documentation</a></div>
641+
<div><a href="https://cloudnative-pg.io/documentation/current/quickstart/"
642+
class="hover:text-red-600 transition">Quickstart Guide</a></div>
643+
<div><a href="/tags/tutorial" class="hover:text-red-600 transition">Tutorials</a></div>
644+
</div>
645+
</div>
644646

645-
<a href="https://www.linuxfoundation.org/trademark-usage/" class="red-1">The Linux Foundation has registered trademarks and uses trademarks</a>.<br /><br />
647+
648+
<div>
649+
<h3 class="text-3xl font-semibold mb-0">Community</h3>
650+
<div class="space-y-2 text-base text-red-500">
651+
<div><a href="/blog" class="hover:text-red-700 transition">Blog</a></div>
652+
<div><a href="/releases" class="hover:text-red-600 transition">Releases</a></div>
653+
<div><a href="https://github.com/cloudnative-pg/cloudnative-pg/blob/main/CONTRIBUTING.md"
654+
class="hover:text-red-600 transition">How to Contribute</a></div>
655+
</div>
656+
</div>
646657

647-
<a href="https://www.postgresql.org/about/policies/trademarks"
648-
class="red-1">Postgres, PostgreSQL and the Slonik Logo are trademarks or
658+
659+
<div class="flex flex-col items-center">
660+
<a href="https://cloudnative-pg.io/">
661+
<img src="/logo/large_logo.svg" alt="CloudNativePG Logo" class="mb-2">
662+
</a>
663+
<div class="flex space-x-4 mb-2">
664+
<a href="https://cloud-native.slack.com/archives/C08MAUJ7NPM">
665+
<img src="/icons/Slack.svg" alt="Slack" title="Join our Slack channel now!">
666+
</a>
667+
<a href="https://twitter.com/CloudNativePg">
668+
<img src="/icons/Twitter.svg" alt="Twitter">
669+
</a>
670+
<a href="https://www.youtube.com/channel/UCTGH88W1BiuRRPTzJUDPJyA">
671+
<img src="/icons/YouTube.svg" alt="YouTube">
672+
</a>
673+
<a href="https://mastodon.social/@CloudNativePG" class="px-1">
674+
<img src="/icons/mastodon.svg" alt="Mastodon">
675+
</a>
676+
<a href="https://bsky.app/profile/cloudnativepg.bsky.social" class="px-1">
677+
<img src="/icons/bluesky.svg" alt="Bluesky">
678+
</a>
679+
</div>
680+
<div class="text-center pt-4">
681+
<a href="https://github.com/cloudnative-pg/cloudnative-pg"
682+
class="bg-red-1 py-2 px-12 rounded-full text-white text-xl">View on GitHub</a>
683+
</div>
684+
</div>
685+
</div>
686+
</div>
687+
688+
689+
<div class="text-center pb-4">
690+
<p class="text-sm charcoal md:w-1/2 mx-auto md:pt-10 px-6 pt-12">
691+
Copyright &copy; CloudNativePG a Series of LF Projects, LLC.<br />
692+
For website terms of use, trademark policy and other project policies please see
693+
<a href="https://lfprojects.org/policies/">LF Projects, LLC Policies</a>.<br /><br />
694+
<a href="https://www.linuxfoundation.org/trademark-usage/" class="red-1">The Linux Foundation has registered
695+
trademarks and uses trademarks</a>.<br /><br />
696+
<a href="https://www.postgresql.org/about/policies/trademarks" class="red-1">Postgres, PostgreSQL and the Slonik
697+
Logo are trademarks or
649698
registered trademarks of the PostgreSQL Community Association of Canada, and
650699
used with their permission</a>.
651-
652700
</p>
701+
</div>
653702
</footer>
654703

655704
</div>

authors/gbartolini/index.html

Lines changed: 69 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<nav>
5555
<header>
56-
<div class="md:flex md:flex-row md:px-16 md:justify-between py-5">
56+
<div class="md:flex md:flex-row md:px-16 md:justify-between py-5 items-center">
5757
<div class="flex justify-between px-4 md:hidden">
5858
<div>
5959

@@ -72,7 +72,7 @@
7272
</div>
7373

7474
<div class="hidden md:block">
75-
<ul class="md:flex gap-14 text-2xl medium-gray my-5">
75+
<ul class="md:flex gap-14 text-2xl medium-gray my-5 pb-0">
7676
<li><a href="/blog">Blog</a></li>
7777
<li><a href="/tags/tutorial">Tutorials</a></li>
7878
<li><a href="/releases">Releases</a></li>
@@ -108,19 +108,10 @@
108108
</div>
109109

110110

111-
<div class="flex gap-5 my-4 fill-cnp-blue hidden md:flex">
111+
<div class="my-4 hidden md:flex">
112112
<a class="github-button" href="https://github.com/cloudnative-pg/cloudnative-pg"
113113
data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true"
114114
aria-label="Star cloudnative-pg/cloudnative-pg on GitHub">Star</a>
115-
<a href="https://cloud-native.slack.com/archives/C08MAUJ7NPM">
116-
<img src="/icons/Slack.svg" alt="Slack" title="Join our Slack channel now!">
117-
</a>
118-
<a href="https://twitter.com/CloudNativePg">
119-
<img src="/icons/Twitter.svg" alt="Twitter">
120-
</a>
121-
<a href="https://www.youtube.com/channel/UCTGH88W1BiuRRPTzJUDPJyA">
122-
<img src="/icons/YouTube.svg" alt="YouTube">
123-
</a>
124115
</div>
125116
</div>
126117
</header>
@@ -667,20 +658,78 @@ <h6 class="flex gap-2 text-sm charcoal">
667658
</div>
668659

669660

670-
<footer class="text-center pb-24">
671-
<p class="text-sm charcoal md:w-1/2 mx-auto md:pt-10 px-6 pt-12">
661+
<footer class="section pb-0">
672662

673-
Copyright &copy; CloudNativePG a Series of LF Projects, LLC.<br />
674-
For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/">LF Projects, LLC Policies</a>.<br /><br />
663+
<div class="pt-16">
664+
<div
665+
class="max-w-6xl mx-auto grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-10 pb-10 border-b border-b-zinc-200">
666+
667+
668+
<div>
669+
<h3 class="text-3xl font-semibold mb-0">Learn</h3>
670+
<div class="space-y-2 text-base text-red-500">
671+
<div><a href="/docs" class="hover:text-red-700 transition">Documentation</a></div>
672+
<div><a href="https://cloudnative-pg.io/documentation/current/quickstart/"
673+
class="hover:text-red-600 transition">Quickstart Guide</a></div>
674+
<div><a href="/tags/tutorial" class="hover:text-red-600 transition">Tutorials</a></div>
675+
</div>
676+
</div>
675677

676-
<a href="https://www.linuxfoundation.org/trademark-usage/" class="red-1">The Linux Foundation has registered trademarks and uses trademarks</a>.<br /><br />
678+
679+
<div>
680+
<h3 class="text-3xl font-semibold mb-0">Community</h3>
681+
<div class="space-y-2 text-base text-red-500">
682+
<div><a href="/blog" class="hover:text-red-700 transition">Blog</a></div>
683+
<div><a href="/releases" class="hover:text-red-600 transition">Releases</a></div>
684+
<div><a href="https://github.com/cloudnative-pg/cloudnative-pg/blob/main/CONTRIBUTING.md"
685+
class="hover:text-red-600 transition">How to Contribute</a></div>
686+
</div>
687+
</div>
677688

678-
<a href="https://www.postgresql.org/about/policies/trademarks"
679-
class="red-1">Postgres, PostgreSQL and the Slonik Logo are trademarks or
689+
690+
<div class="flex flex-col items-center">
691+
<a href="https://cloudnative-pg.io/">
692+
<img src="/logo/large_logo.svg" alt="CloudNativePG Logo" class="mb-2">
693+
</a>
694+
<div class="flex space-x-4 mb-2">
695+
<a href="https://cloud-native.slack.com/archives/C08MAUJ7NPM">
696+
<img src="/icons/Slack.svg" alt="Slack" title="Join our Slack channel now!">
697+
</a>
698+
<a href="https://twitter.com/CloudNativePg">
699+
<img src="/icons/Twitter.svg" alt="Twitter">
700+
</a>
701+
<a href="https://www.youtube.com/channel/UCTGH88W1BiuRRPTzJUDPJyA">
702+
<img src="/icons/YouTube.svg" alt="YouTube">
703+
</a>
704+
<a href="https://mastodon.social/@CloudNativePG" class="px-1">
705+
<img src="/icons/mastodon.svg" alt="Mastodon">
706+
</a>
707+
<a href="https://bsky.app/profile/cloudnativepg.bsky.social" class="px-1">
708+
<img src="/icons/bluesky.svg" alt="Bluesky">
709+
</a>
710+
</div>
711+
<div class="text-center pt-4">
712+
<a href="https://github.com/cloudnative-pg/cloudnative-pg"
713+
class="bg-red-1 py-2 px-12 rounded-full text-white text-xl">View on GitHub</a>
714+
</div>
715+
</div>
716+
</div>
717+
</div>
718+
719+
720+
<div class="text-center pb-4">
721+
<p class="text-sm charcoal md:w-1/2 mx-auto md:pt-10 px-6 pt-12">
722+
Copyright &copy; CloudNativePG a Series of LF Projects, LLC.<br />
723+
For website terms of use, trademark policy and other project policies please see
724+
<a href="https://lfprojects.org/policies/">LF Projects, LLC Policies</a>.<br /><br />
725+
<a href="https://www.linuxfoundation.org/trademark-usage/" class="red-1">The Linux Foundation has registered
726+
trademarks and uses trademarks</a>.<br /><br />
727+
<a href="https://www.postgresql.org/about/policies/trademarks" class="red-1">Postgres, PostgreSQL and the Slonik
728+
Logo are trademarks or
680729
registered trademarks of the PostgreSQL Community Association of Canada, and
681730
used with their permission</a>.
682-
683731
</p>
732+
</div>
684733
</footer>
685734

686735
</div>

authors/index.html

Lines changed: 69 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<nav>
5555
<header>
56-
<div class="md:flex md:flex-row md:px-16 md:justify-between py-5">
56+
<div class="md:flex md:flex-row md:px-16 md:justify-between py-5 items-center">
5757
<div class="flex justify-between px-4 md:hidden">
5858
<div>
5959

@@ -72,7 +72,7 @@
7272
</div>
7373

7474
<div class="hidden md:block">
75-
<ul class="md:flex gap-14 text-2xl medium-gray my-5">
75+
<ul class="md:flex gap-14 text-2xl medium-gray my-5 pb-0">
7676
<li><a href="/blog">Blog</a></li>
7777
<li><a href="/tags/tutorial">Tutorials</a></li>
7878
<li><a href="/releases">Releases</a></li>
@@ -108,19 +108,10 @@
108108
</div>
109109

110110

111-
<div class="flex gap-5 my-4 fill-cnp-blue hidden md:flex">
111+
<div class="my-4 hidden md:flex">
112112
<a class="github-button" href="https://github.com/cloudnative-pg/cloudnative-pg"
113113
data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true"
114114
aria-label="Star cloudnative-pg/cloudnative-pg on GitHub">Star</a>
115-
<a href="https://cloud-native.slack.com/archives/C08MAUJ7NPM">
116-
<img src="/icons/Slack.svg" alt="Slack" title="Join our Slack channel now!">
117-
</a>
118-
<a href="https://twitter.com/CloudNativePg">
119-
<img src="/icons/Twitter.svg" alt="Twitter">
120-
</a>
121-
<a href="https://www.youtube.com/channel/UCTGH88W1BiuRRPTzJUDPJyA">
122-
<img src="/icons/YouTube.svg" alt="YouTube">
123-
</a>
124115
</div>
125116
</div>
126117
</header>
@@ -156,20 +147,78 @@ <h1 class="text-xl">Authors</h1>
156147
</div>
157148

158149

159-
<footer class="text-center pb-24">
160-
<p class="text-sm charcoal md:w-1/2 mx-auto md:pt-10 px-6 pt-12">
150+
<footer class="section pb-0">
161151

162-
Copyright &copy; CloudNativePG a Series of LF Projects, LLC.<br />
163-
For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/">LF Projects, LLC Policies</a>.<br /><br />
152+
<div class="pt-16">
153+
<div
154+
class="max-w-6xl mx-auto grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-10 pb-10 border-b border-b-zinc-200">
155+
156+
157+
<div>
158+
<h3 class="text-3xl font-semibold mb-0">Learn</h3>
159+
<div class="space-y-2 text-base text-red-500">
160+
<div><a href="/docs" class="hover:text-red-700 transition">Documentation</a></div>
161+
<div><a href="https://cloudnative-pg.io/documentation/current/quickstart/"
162+
class="hover:text-red-600 transition">Quickstart Guide</a></div>
163+
<div><a href="/tags/tutorial" class="hover:text-red-600 transition">Tutorials</a></div>
164+
</div>
165+
</div>
164166

165-
<a href="https://www.linuxfoundation.org/trademark-usage/" class="red-1">The Linux Foundation has registered trademarks and uses trademarks</a>.<br /><br />
167+
168+
<div>
169+
<h3 class="text-3xl font-semibold mb-0">Community</h3>
170+
<div class="space-y-2 text-base text-red-500">
171+
<div><a href="/blog" class="hover:text-red-700 transition">Blog</a></div>
172+
<div><a href="/releases" class="hover:text-red-600 transition">Releases</a></div>
173+
<div><a href="https://github.com/cloudnative-pg/cloudnative-pg/blob/main/CONTRIBUTING.md"
174+
class="hover:text-red-600 transition">How to Contribute</a></div>
175+
</div>
176+
</div>
166177

167-
<a href="https://www.postgresql.org/about/policies/trademarks"
168-
class="red-1">Postgres, PostgreSQL and the Slonik Logo are trademarks or
178+
179+
<div class="flex flex-col items-center">
180+
<a href="https://cloudnative-pg.io/">
181+
<img src="/logo/large_logo.svg" alt="CloudNativePG Logo" class="mb-2">
182+
</a>
183+
<div class="flex space-x-4 mb-2">
184+
<a href="https://cloud-native.slack.com/archives/C08MAUJ7NPM">
185+
<img src="/icons/Slack.svg" alt="Slack" title="Join our Slack channel now!">
186+
</a>
187+
<a href="https://twitter.com/CloudNativePg">
188+
<img src="/icons/Twitter.svg" alt="Twitter">
189+
</a>
190+
<a href="https://www.youtube.com/channel/UCTGH88W1BiuRRPTzJUDPJyA">
191+
<img src="/icons/YouTube.svg" alt="YouTube">
192+
</a>
193+
<a href="https://mastodon.social/@CloudNativePG" class="px-1">
194+
<img src="/icons/mastodon.svg" alt="Mastodon">
195+
</a>
196+
<a href="https://bsky.app/profile/cloudnativepg.bsky.social" class="px-1">
197+
<img src="/icons/bluesky.svg" alt="Bluesky">
198+
</a>
199+
</div>
200+
<div class="text-center pt-4">
201+
<a href="https://github.com/cloudnative-pg/cloudnative-pg"
202+
class="bg-red-1 py-2 px-12 rounded-full text-white text-xl">View on GitHub</a>
203+
</div>
204+
</div>
205+
</div>
206+
</div>
207+
208+
209+
<div class="text-center pb-4">
210+
<p class="text-sm charcoal md:w-1/2 mx-auto md:pt-10 px-6 pt-12">
211+
Copyright &copy; CloudNativePG a Series of LF Projects, LLC.<br />
212+
For website terms of use, trademark policy and other project policies please see
213+
<a href="https://lfprojects.org/policies/">LF Projects, LLC Policies</a>.<br /><br />
214+
<a href="https://www.linuxfoundation.org/trademark-usage/" class="red-1">The Linux Foundation has registered
215+
trademarks and uses trademarks</a>.<br /><br />
216+
<a href="https://www.postgresql.org/about/policies/trademarks" class="red-1">Postgres, PostgreSQL and the Slonik
217+
Logo are trademarks or
169218
registered trademarks of the PostgreSQL Community Association of Canada, and
170219
used with their permission</a>.
171-
172220
</p>
221+
</div>
173222
</footer>
174223

175224
</div>

0 commit comments

Comments
 (0)