Skip to content

Commit

Permalink
rename trainings
Browse files Browse the repository at this point in the history
  • Loading branch information
adpare committed Jul 18, 2024
1 parent a113641 commit c706a72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
14 changes: 7 additions & 7 deletions data/resources_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"path": "/resources/learn-more-about-attack/training/",
"children": [
{
"name": "CTI Training",
"name": "CTI",
"id": "cti",
"path": "/resources/learn-more-about-attack/training/cti/",
"children": []
},
{
"name": "Purple Teaming Fundamentals Training",
"name": "Purple Teaming Fundamentals",
"id": "purple_teaming_fundamentals",
"path": "/resources/learn-more-about-attack/training/purple-teaming-fundamentals/",
"children": []
},
{
"name": "ATT&CK Fundamentals Training",
"name": "ATT&CK Fundamentals",
"id": "attack_fundamentals",
"path": "/resources/learn-more-about-attack/training/attack-fundamentals/",
"children": []
},
{
"name": "Adversary Emulation Training",
"name": "Adversary Emulation",
"id": "adversary_emulation",
"path": "/resources/learn-more-about-attack/training/adversary-emulation/",
"children": []
Expand All @@ -55,19 +55,19 @@
"children": []
},
{
"name": "SOC Assessments Training",
"name": "SOC Assessments",
"id": "soc_assessments",
"path": "/resources/learn-more-about-attack/training/soc-assessments/",
"children": []
},
{
"name": "Threat Hunting Training",
"name": "Threat Hunting",
"id": "threat_hunting",
"path": "/resources/learn-more-about-attack/training/threat-hunting/",
"children": []
},
{
"name": "Detection Engineering Training",
"name": "Detection Engineering",
"id": "detection_engineering",
"path": "/resources/learn-more-about-attack/training/detection-engineering/",
"children": []
Expand Down
8 changes: 2 additions & 6 deletions modules/resources/templates/attackcon-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@
<div class="tab-content attackcons mb-3">
{% set conID = "-".join(con.date.split(' ')) %}
<div class="container-fluid pb-3">
{% if "sponsors_img_list" in con %}
<h1>{{ con.title }}</h1>
{% else %}
<h1>{{ con.title }}</h1>
{% endif %}

<h1>{{ con.title }}</h1>

{% set ifSponsor = "sponsors_img_list" in con %}
{% if "banner_img" in con %}
<p>
Expand Down

0 comments on commit c706a72

Please sign in to comment.