Skip to content

Commit

Permalink
Revert "Update to Div Background"
Browse files Browse the repository at this point in the history
This reverts commit b4c9d7c.
  • Loading branch information
gaterunner341 committed May 20, 2024
1 parent b4c9d7c commit 83bfe7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
12 changes: 1 addition & 11 deletions _data/training_path_threathunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,37 @@
training:
- title: Begin Your Hunt The Threat Hunting Workshop
provider: Cyborg Security
image: cyborg.png
url: https://www.cyborgsecurity.com/our-webinars/webinars/begin-your-hunt-the-threat-hunting-workshop/
- title: Threat Hunting Level 1
- title: Threat Hunting Training Course
provider: Active Counter Measures
url: https://www.activecountermeasures.com/hunt-training/
- category: SIEM
- category: Lab
training:
- title: Persistence
provider: Cyborg Security
image: cyborg.png
url: https://www.cyborgsecurity.com/our-webinars/webinars/upcoming-threat-hunting-workshop-persistence-is-futile/
- title: Execution
provider: Cyborg Security
image: cyborg.png
url: https://www.cyborgsecurity.com/our-webinars/webinars/threat-hunting-workshop-hunting-for-execution/
- title: Defense Evasion
provider: Cyborg Security
image: cyborg.png
url: https://www.cyborgsecurity.com/our-webinars/webinars/threat-hunting-workshop-4-hunting-for-defense-evasion/
- title: Credential Access
provider: Cyborg Security
image: cyborg.png
url: https://www.cyborgsecurity.com/our-webinars/webinars/threat-hunting-workshop-hunting-for-credential-access/
- title: Lateral Movement
provider: Cyborg Security
image: cyborg.png
url: https://www.cyborgsecurity.com/our-webinars/webinars/threat-hunting-workshop-hunting-for-lateral-movement/
- title: Impact
provider: Cyborg Security
image: cyborg.png
url: https://www.cyborgsecurity.com/our-webinars/webinars/threat-hunting-workshop-hunting-for-impact/
- title: Exfiltration
provider: Cyborg Security
image: cyborg.png
url: https://www.cyborgsecurity.com/threat-hunting-workshops/threat-hunting-workshop-8-hunting-for-exfiltration/
- title: Privilege Escalation
provider: Cyborg Security
image: cyborg.png
url: https://www.cyborgsecurity.com/threat-hunting-workshops/threat-hunting-workshop-hunting-for-privilege-escalation/
- title: Initial Access
provider: Cyborg Security
image: cyborg.png
url: https://www.cyborgsecurity.com/threat-hunting-workshops/threat-hunting-workshop-10-hunting-for-initial-access/
7 changes: 1 addition & 6 deletions _layouts/training-hunter.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@ <h2>{{ cat.category }}</h2>
<div class="training-container">
{% for training in cat.training %}
<div class="training">
{% if training.image %}
<div class="training-info" background-image: url('./assets/images/resume/{{ training.image }}'); background-size: cover; background-position: center;>
{% else %}
<div class="training-info" background-image: url('./assets/images/resume/{{ training.image }}'); background-size: cover; background-position: center;>
{% endif %}
</div>
<div class="training-info">
<a class="hover-underline-animation" href="{{ training.url }}" target="_blank">{{ training.title }}</a>
<p>{{ training.provider }}</p>
</div>
Expand Down

0 comments on commit 83bfe7a

Please sign in to comment.