Skip to content

Commit 3a2944c

Browse files
authored
Polish translation of Training main page (#19866)
1 parent 0e17dd9 commit 3a2944c

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

content/pl/training/_index.html

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
---
2+
title: Szkolenia
3+
bigheader: Kubernetes – szkolenia i certyfikacja
4+
abstract: Programy szkoleniowe, certyfikacja i partnerzy.
5+
layout: basic
6+
cid: training
7+
class: training
8+
---
9+
10+
<div class="padded blue-bg">
11+
<div class="main-section two-thirds-centered white-text">
12+
<center>
13+
<h2>Kariera <em>Cloud Native</em></h2>
14+
<p>Kubernetes stanowi serce całego ruchu <em>cloud native</em>. Korzystając ze szkoleń i certyfikacji oferowanych przez Linux Foundation i naszych partnerów zainwestujesz w swoją karierę, nauczysz się korzystać z Kubernetesa i sprawisz, że Twoje projekty <em>cloud native</em> osiągną sukces.</p>
15+
</center>
16+
</div>
17+
</div>
18+
19+
<section>
20+
<div class="main-section padded">
21+
<center>
22+
<h2>Darmowe kursy na edX</h2>
23+
</center>
24+
<div class="col-container">
25+
<div class="col-nav">
26+
<center>
27+
<h5>
28+
<b>Wprowadzenie do Kubernetesa<br> &nbsp;</b>
29+
</h5>
30+
<p>Chcesz nauczyć się Kubernetesa? Oto solidne podstawy do poznania tego potężnego systemu zarządzania aplikacjami w kontenerach.</p>
31+
<br>
32+
<a href="https://www.edx.org/course/introduction-to-kubernetes" target="_blank" class="button">Przejdź do kursu</a>
33+
</center>
34+
</div>
35+
<div class="col-nav">
36+
<center>
37+
<h5>
38+
<b>Wprowadzenie do technologii infrastruktur chmurowych</b>
39+
</h5>
40+
<p>Poznaj podstawy budowy i zarządzania technologiami chmurowymi bezpośrednio od Linux Foundation – lidera otwartego oprogramowania.</p>
41+
<br>
42+
<a href="https://www.edx.org/course/introduction-to-cloud-infrastructure-technologies" target="_blank" class="button">Przejdź do kursu</a>
43+
</center>
44+
</div>
45+
<div class="col-nav">
46+
<center>
47+
<h5>
48+
<b>Wprowadzenie do Linuksa</b>
49+
</h5>
50+
<p>Nigdy nie uczyłeś sie o Linuksie? Chcesz odświeżyć swoją wiedzę? Zdobądź praktyczną wiedzę używając interfejsów graficznych oraz linii poleceń w najważniejszych dystrybucjach Linuksa.</p>
51+
<br>
52+
<a href="https://www.edx.org/course/introduction-to-linux" target="_blank" class="button">Przejdź do kursu</a>
53+
</center>
54+
</div>
55+
</div>
56+
</section>
57+
58+
<div class="padded lighter-gray-bg">
59+
<div class="main-section two-thirds-centered">
60+
<center>
61+
<h2>Nauka z Linux Foundation</h2>
62+
<p>Linux Foundation oferuje szkolenia prowadzone przez instruktora oraz szkolenia samodzielne obejmujące wszystkie aspekty rozwijania i zarządzania aplikacjami na Kubrnetesie.</p>
63+
<br><br>
64+
<a href="https://training.linuxfoundation.org/training/course-catalog/?_sft_technology=kubernetes" target="_blank" class="button">Zobacz ofertę szkoleń</a>
65+
</center>
66+
</div>
67+
</div>
68+
69+
<section>
70+
<div class="main-section padded">
71+
<center>
72+
<h2>Uzyskaj certyfikat Kubernetes</h2>
73+
</center>
74+
<div class="col-nav">
75+
<center>
76+
<h5>
77+
<b>Certified Kubernetes Application Developer (CKAD)</b>
78+
</h5>
79+
<p>Egzamin na certyfikowanego dewelopera aplikacji (Certified Kubernetes Application Developer) potwierdza umiejętności projektowania, budowania, konfigurowania i udostępniania "rdzennych" aplikacji dla Kubernetesa.</p>
80+
<br>
81+
<a href="https://training.linuxfoundation.org/certification/certified-kubernetes-application-developer-ckad/" target="_blank" class="button">Przejdź do certyfikacji</a>
82+
</center>
83+
</div>
84+
<div class="col-nav">
85+
<center>
86+
<h5>
87+
<b>Certified Kubernetes Administrator (CKA)</b>
88+
</h5>
89+
<p>Program certyfikowanego administratora Kubernetes (Certified Kubernetes Administrator) potwierdza umiejętności, wiedzę i kompetencje do podejmowania się zadań administracji Kubernetesem.</p>
90+
<br>
91+
<a href="https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka/" target="_blank" class="button">Przejdź do certyfikacji</a>
92+
</center>
93+
</div>
94+
</div>
95+
</section>
96+
97+
<div class="padded lighter-gray-bg">
98+
<div class="main-section two-thirds-centered">
99+
<center>
100+
<h2>Partnerzy szkoleniowi Kubernetes</h2>
101+
<p>Nasza sieć partnerów oferuje usługi szkoleniowe z Kubernetesa i projektów <em>cloud native</em>.</p>
102+
</center>
103+
</div>
104+
<div class="main-section landscape-section">
105+
<iframe src="https://landscape.cncf.io/category=kubernetes-training-partner&format=logo-mode&grouping=category&embed=yes" frameborder="0" id="landscape" scrolling="no"></iframe>
106+
<script src="https://landscape.cncf.io/iframeResizer.js"></script>
107+
</div>
108+
</div>

0 commit comments

Comments
 (0)