From e2cbce9d15043c008fdfd53ecfb147908782901f Mon Sep 17 00:00:00 2001 From: predictiple Date: Thu, 16 Jan 2025 09:00:20 +0200 Subject: [PATCH 1/2] Update training page --- content/training/_index.md | 68 +++++++---------------- layouts/_default/_markup/render-link.html | 1 + static/css/theme-mine.css | 5 ++ 3 files changed, 26 insertions(+), 48 deletions(-) create mode 100644 layouts/_default/_markup/render-link.html diff --git a/content/training/_index.md b/content/training/_index.md index 50ebf7eaa99..12144c2f7d8 100644 --- a/content/training/_index.md +++ b/content/training/_index.md @@ -1,65 +1,37 @@ --- menutitle: "Training" -title: "Velociraptor Training" +title: "Training Resources" date: 2021-06-12T14:03:59Z draft: false weight: 90 pre: -carousel: - - name: Session 01
Installation and Overview - description: | - - +## Scheduled courses - - name: Session 02
VQL Fundamentals Pt 1 - description: | - - +_We currently have no courses scheduled._ - - name: Session 03
VQL Fundamentals Pt 2 - description: | - - +## Training course slides - - name: Session 04
Forensic Analysis Pt 1 - description: | - - +Click [here](https://training.velociraptor.app/) to view in a new tab. - - name: Session 05
Forensic Analysis Pt 2 - description: | - - + - - name: Session 06
Offline collection - description: | - - +## Training course videos - - name: Session 07
Extending VQL and API - description: | - - +The full video playlist is available +[here](https://www.youtube.com/playlist?list=PLz4xB83Y3Vbjtqr_ttOkBWZZ_ewEVVPXQ) +on Youtube. ---- +{{% notice info %}} + +Please note that these videos are not up to date with the +[latest version]({{< ref "/downloads/" >}}). +The slide deck above is more recent and contains additional sections which don't +have corresponding videos. +{{% /notice %}} -{{% carousel %}} +{{< youtube class="youtube" title="Velociraptor Installation and Overview" id="70CBB9MdNWM" >}} -Slides for the training course can be found [here](https://drive.google.com/drive/folders/1BIMaJ4jzghIsTcFiSmDthBUmE1Ca2HnC?ths=true). diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html new file mode 100644 index 00000000000..eb8714dbcef --- /dev/null +++ b/layouts/_default/_markup/render-link.html @@ -0,0 +1 @@ +{{ .Text | safeHTML }} diff --git a/static/css/theme-mine.css b/static/css/theme-mine.css index 51f2f712693..17313c6731c 100644 --- a/static/css/theme-mine.css +++ b/static/css/theme-mine.css @@ -478,6 +478,11 @@ iframe.youtube { width: 100%; } +.youtube iframe { + height: 60vh; + width: 100%; +} + .carousel-choices { margin-top: 10px; } From 132493b49da7132178c403592cde476b3376af8a Mon Sep 17 00:00:00 2001 From: predictiple Date: Thu, 16 Jan 2025 09:04:59 +0200 Subject: [PATCH 2/2] Spelling --- .wordlist.txt | 2 +- content/training/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.wordlist.txt b/.wordlist.txt index e55a0654f22..615b70a1805 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -1647,4 +1647,4 @@ prefilter content/docs/clients/interrogation/_index.md -------------------------------------------------------------------------------- ScheduleHunt - +YouTube diff --git a/content/training/_index.md b/content/training/_index.md index 12144c2f7d8..47a69297195 100644 --- a/content/training/_index.md +++ b/content/training/_index.md @@ -22,7 +22,7 @@ allowfullscreen scrolling='no' style="display:block;overflow:hidden;overflow:hid The full video playlist is available [here](https://www.youtube.com/playlist?list=PLz4xB83Y3Vbjtqr_ttOkBWZZ_ewEVVPXQ) -on Youtube. +on YouTube. {{% notice info %}}