1+ <!DOCTYPE html>
2+
3+
4+
5+
6+ < html lang ="en ">
7+
8+ < head >
9+ < title > B1 Systems GmbH | CloudNativePG - PostgreSQL Operator for Kubernetes</ title >
10+ < meta charset ="UTF-8 " />
11+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
12+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge " />
13+ < meta name ="description " content ="" />
14+ < meta name ="keywords " content ="" />
15+ < link rel ="preload " href ="/fonts/Supreme-Variable.woff2 " as ="font " type ="font/woff2 " crossorigin ="anonymous " />
16+ < link href ="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700 " rel ="stylesheet " />
17+ < link href ="/main.min.css " rel ="stylesheet " />
18+ < link rel ="favicon " href ="/favicon/favicon.ico ">
19+ < script async defer src ="https://buttons.github.io/buttons.js "> </ script >
20+
21+ < meta name ="twitter:card " content ="summary_large_image ">
22+ < meta name ="twitter:image " content ="https://cloudnative-pg.io/images/hero_image.png ">
23+ < meta name ="twitter:title " content ="B1 Systems GmbH ">
24+ < meta name ="twitter:description " content ="CloudNativePG - PostgreSQL Operator for Kubernetes ">
25+
26+ < meta property ="og:url " content ="https://cloudnative-pg.io/support/b1-systems/ ">
27+ < meta property ="og:site_name " content ="CloudNativePG - PostgreSQL Operator for Kubernetes ">
28+ < meta property ="og:title " content ="B1 Systems GmbH ">
29+ < meta property ="og:description " content ="CloudNativePG - PostgreSQL Operator for Kubernetes ">
30+ < meta property ="og:locale " content ="en_us ">
31+ < meta property ="og:type " content ="article ">
32+ < meta property ="article:section " content ="support ">
33+ < meta property ="og:image " content ="https://cloudnative-pg.io/images/hero_image.png ">
34+
35+ </ head >
36+
37+ < body >
38+ < div class ="h-screen w-screen ">
39+
40+ < main >
41+ < header >
42+ < div class ="md:flex md:flex-row md:px-16 md:justify-between py-5 ">
43+ < div class ="flex justify-between px-4 md:hidden ">
44+ < div >
45+
46+ < a href ="/ "> < img src ="/logo/large_logo.svg " class ="md:h-14 h-9 " alt ="Cloud Native Postgres Logo "> </ a >
47+ </ div >
48+ < div class ="h-6 my-auto " id ="toggle-button ">
49+ < svg xmlns ="http://www.w3.org/2000/svg " class ="h-6 w-6 " fill ="none " viewBox ="0 0 24 24 " stroke ="currentColor "
50+ stroke-width ="2 ">
51+ < path stroke-linecap ="round " stroke-linejoin ="round " d ="M4 6h16M4 12h16M4 18h16 " />
52+ </ svg >
53+ </ div >
54+ </ div >
55+ < div class ="md:block hidden ">
56+
57+ < a href ="/ "> < img src ="/logo/large_logo.svg " class ="h-14 " alt ="Cloud Native Postgres Logo "> </ a >
58+ </ div >
59+
60+ < div class ="hidden md:block ">
61+ < ul class ="md:flex gap-14 text-2xl medium-gray my-5 ">
62+ < li > < a href ="/blog "> Blog</ a > </ li >
63+ < li > < a href ="/releases "> Releases</ a > </ li >
64+ < li > < a href ="/docs "> Documentation</ a > </ li >
65+ < li > < a href ="/support "> Support</ a > </ li >
66+ < li > < a href ="/end_users "> End Users</ a > </ li >
67+ </ ul >
68+ </ div >
69+
70+ < div class ="py-4 bg-gray-1 mt-5 hidden " id ="navi-list ">
71+ < ul class ="md:flex gap-14 text-2xl md:medium-gray charcoal ">
72+ < li class ="text-center py-4 "> < a href ="/blog "> Blog</ a > </ li >
73+ < li class ="text-center py-4 "> < a href ="/releases "> Releases</ a > </ li >
74+ < li class ="text-center py-4 "> < a href ="/docs "> Documentation</ a > </ li >
75+ < li class ="text-center py-4 "> < a href ="/support "> Support</ a > </ li >
76+ < li class ="text-center py-4 "> < a href ="/end_users "> End Users</ a > </ li >
77+ </ ul >
78+ < div class ="flex gap-3 py-4 justify-center bg-gray-1 fill-cnp-blue ">
79+ < a href ="https://github.com/cloudnative-pg/cloudnative-pg ">
80+ < img src ="/icons/Git.svg " alt ="Github ">
81+ </ a >
82+ < a href ="https://cloudnativepg.slack.com/ ">
83+ < img src ="/icons/Slack.svg " alt ="Slack ">
84+ </ a >
85+ < a href ="https://twitter.com/CloudNativePg ">
86+ < img src ="/icons/Twitter.svg " alt ="Twitter ">
87+ </ a >
88+ < a href ="https://www.youtube.com/channel/UCTGH88W1BiuRRPTzJUDPJyA ">
89+ < img src ="/icons/YouTube.svg " alt ="YouTube ">
90+ </ a >
91+ </ div >
92+ </ div >
93+
94+
95+ < div class ="flex gap-5 my-4 fill-cnp-blue hidden md:flex ">
96+ < a class ="github-button " href ="https://github.com/cloudnative-pg/cloudnative-pg "
97+ data-color-scheme ="no-preference: light; light: light; dark: dark; " data-size ="large " data-show-count ="true "
98+ aria-label ="Star cloudnative-pg/cloudnative-pg on GitHub "> Star</ a >
99+ < a href ="https://join.slack.com/t/cloudnativepg/shared_invite/zt-32c83whjr-L4poobu8NEVGGXqF_Mu5VA ">
100+ < img src ="/icons/Slack.svg " alt ="Slack " title ="Join our Slack channel now! ">
101+ </ a >
102+ < a href ="https://twitter.com/CloudNativePg ">
103+ < img src ="/icons/Twitter.svg " alt ="Twitter ">
104+ </ a >
105+ < a href ="https://www.youtube.com/channel/UCTGH88W1BiuRRPTzJUDPJyA ">
106+ < img src ="/icons/YouTube.svg " alt ="YouTube ">
107+ </ a >
108+ </ div >
109+ </ div >
110+ </ header >
111+ </ main >
112+ < script >
113+ const toggleButton = document . getElementById ( 'toggle-button' )
114+ const naviList = document . getElementById ( 'navi-list' )
115+
116+ toggleButton . addEventListener ( 'click' , ( ) => {
117+ naviList . classList . toggle ( 'hidden' ) ;
118+ } )
119+ </ script >
120+
121+
122+
123+ < div class ="mx-auto md:w-1/2 px-4 ">
124+ < h1 class ="text-2xl "> B1 Systems GmbH</ h1 >
125+ _default layout
126+
127+ </ div >
128+
129+
130+ < footer class ="text-center pb-24 ">
131+ < p class ="text-sm charcoal md:w-1/2 mx-auto md:pt-10 px-6 pt-12 ">
132+
133+ Copyright © CloudNativePG a Series of LF Projects, LLC.< br />
134+ 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 />
135+
136+ < a href ="https://www.linuxfoundation.org/trademark-usage/ " class ="red-1 "> The Linux Foundation has registered trademarks and uses trademarks</ a > .< br /> < br />
137+
138+ < a href ="https://www.postgresql.org/about/policies/trademarks "
139+ class ="red-1 "> Postgres, PostgreSQL and the Slonik Logo are trademarks or
140+ registered trademarks of the PostgreSQL Community Association of Canada, and
141+ used with their permission</ a > .
142+
143+ </ p >
144+ </ footer >
145+
146+ </ div >
147+
148+ < script src ="https://cdn.usefathom.com/script.js " data-site ="GSMQCVAJ " defer > </ script >
149+
150+ </ body >
151+
152+ </ html >
0 commit comments