Skip to content

Commit dba9867

Browse files
chalintiffany76
andauthored
[training] Add card for free CNCF/LF course (#6312)
Co-authored-by: Tiffany Hrabusa <[email protected]>
1 parent 1e1f61a commit dba9867

File tree

4 files changed

+102
-28
lines changed

4 files changed

+102
-28
lines changed
Binary file not shown.

content/en/training/_index.md

-28
This file was deleted.

content/en/training/index.md

+90
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: Training
3+
menu: { main: { weight: 45 } }
4+
description: OpenTelemetry certifications and courses
5+
type: docs
6+
body_class: ot-training
7+
hide_feedback: true
8+
# LF course image from:
9+
# https://training.linuxfoundation.org/wp-content/uploads/2024/10/LFS148-Course-Badge-300x300.png
10+
params:
11+
LFS148: https://training.linuxfoundation.org/training/getting-started-with-opentelemetry-lfs148/
12+
cSpell:ignore: otca
13+
---
14+
15+
This page showcases the growing training resources for OpenTelemetry. Check back
16+
often for updates!
17+
18+
## Certifications
19+
20+
Demonstrate your expertise in OpenTelemetry by becoming an OpenTelemetry
21+
Certified Associate (OTCA), available from [Cloud Native Certifications][]:
22+
23+
<!-- prettier-ignore -->
24+
[![OTCA badge]][OTCA certification]
25+
{.otca .hk-no-external-icon .mt-4}
26+
27+
[Cloud Native Certifications]: https://www.cncf.io/training/certification/
28+
[OTCA badge]: lft-badge-opentelemetry-associate2.svg
29+
[OTCA certification]: https://www.cncf.io/training/certification/otca/
30+
31+
## Courses
32+
33+
A **FREE** course available from [Cloud Native Training Courses for
34+
OpenTelemetry][CNTCOT] offered by the Linux Foundation:
35+
36+
<div class="card p-1 m-auto mt-5 mb-5" style="width: 20rem">
37+
<img src="LFS148-Course-Badge-300x300.avif"
38+
class="img-initial pt-3 pb-3 w-75 m-auto"
39+
alt="LFS148 course badge">
40+
<div class="card-body ps-4 pe-4 bg-light-subtle">
41+
<div class="h5 card-title">Getting Started with OpenTelemetry</div>
42+
<p class="card-text">
43+
A course designed for software developers, DevOps engineers, site reliability engineers (SREs), and anyone looking to implement telemetry solutions across apps and environments.
44+
</p>
45+
<p class="card-text text-body-secondary small">
46+
Online, self-paced, 8-10 hrs,
47+
<a href="{{% param LFS148 %}}">learn more</a>.
48+
</p>
49+
<p class="text-center m-0">
50+
<a href="{{% param LFS148 %}}" target="_blank" rel="noopener" class="btn btn-primary ">
51+
Register
52+
</a>
53+
</p>
54+
</div>
55+
</div>
56+
57+
[CNTCOT]: https://www.cncf.io/training/courses/?_sft_lf-project=opentelemetry
58+
59+
{{% comment %}}
60+
61+
<!-- Alternative design. Keeping for possible use later -->
62+
63+
<div class="card mb-3" style="max-width: 540px; margin: auto">
64+
<div class="row p-2">
65+
<div class="col-md-5 d-flex align-items-center">
66+
<img src="LFS148-Course-Badge-300x300.avif"
67+
class="img-initial m-auto"
68+
alt="LFS148 course badge">
69+
</div>
70+
<div class="col-md-7">
71+
<div class="card-body p-3">
72+
<h5 class="card-title">Getting Started with OpenTelemetry</h5>
73+
<p class="card-text">
74+
A course designed for software developers, DevOps engineers, site reliability engineers (SREs), and more looking to implement telemetry solutions across apps and environments.
75+
</p>
76+
<p class="card-text text-body-secondary small">
77+
Online, self-paced, 8-10 hrs,
78+
<a href="{{% param LFS148 %}}">learn more</a>.
79+
</p>
80+
<p class="text-center w-100">
81+
<a href="{{% param LFS148 %}}" target="_blank" rel="noopener" class="btn btn-primary ">
82+
Register
83+
</a>
84+
</p>
85+
</div>
86+
</div>
87+
</div>
88+
</div>
89+
90+
{{% /comment %}}

static/refcache.json

+12
Original file line numberDiff line numberDiff line change
@@ -16367,6 +16367,10 @@
1636716367
"StatusCode": 206,
1636816368
"LastSeen": "2025-01-30T16:54:34.700688-05:00"
1636916369
},
16370+
"https://training.linuxfoundation.org/training/getting-started-with-opentelemetry-lfs148/": {
16371+
"StatusCode": 200,
16372+
"LastSeen": "2025-02-13T18:03:48.96079-05:00"
16373+
},
1637016374
"https://trino.io/": {
1637116375
"StatusCode": 206,
1637216376
"LastSeen": "2025-01-24T14:37:24.899284-05:00"
@@ -16759,10 +16763,18 @@
1675916763
"StatusCode": 200,
1676016764
"LastSeen": "2025-02-01T07:10:37.011069-05:00"
1676116765
},
16766+
"https://www.cncf.io/training/certification/": {
16767+
"StatusCode": 200,
16768+
"LastSeen": "2025-02-13T18:03:45.587221-05:00"
16769+
},
1676216770
"https://www.cncf.io/training/certification/otca/": {
1676316771
"StatusCode": 200,
1676416772
"LastSeen": "2025-02-10T11:01:19.113808689-08:00"
1676516773
},
16774+
"https://www.cncf.io/training/courses/": {
16775+
"StatusCode": 200,
16776+
"LastSeen": "2025-02-13T18:03:45.853996-05:00"
16777+
},
1676616778
"https://www.cockroachlabs.com/": {
1676716779
"StatusCode": 200,
1676816780
"LastSeen": "2025-01-24T14:36:50.470824-05:00"

0 commit comments

Comments
 (0)