Skip to content

Commit

Permalink
updated content on the archetypes page
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-a-krol committed Oct 16, 2024
1 parent 7c3d4d8 commit d3550d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions assets/scss/components/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@
color: $orange;
}
}

em {
font-weight: 600;
font-style: normal;
}
6 changes: 3 additions & 3 deletions content/archetypes_adv_org.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ draft: false

<div class="usable-blue-box">
<h2>Archetypes</h2>
Internews created archetypes! Staging text staging text staging text
The USABLE project created a series of <em>archetypes</em>. Those are fictional profiles which can guide your security planning and decision-making. Adversary archetypes can illuminate the various motivations, favored means of attack, and resources being used by malicious actors without naming or identifying specific adversaries, which can be dangerous for at-risk organizations or communities. Organizational archetypes, on the other hand, highlight patterns in the circumstances of real organizations rather than basing the resource on any single organization’s experience. They therefore provide critical information without increasing risk by identifying particular organizations.
</div>


Link to adversary archetypes [here](/adversaries/)
Check out our list of <em>adversary archetypes</em> [here](/adversaries/)



Link to org archetypes [here](/organizations/)
Check out our list of <em>organizational archetypes</em> [here](/organizations/)
5 changes: 5 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7333,6 +7333,11 @@ ol {
color: #F15D22;
}

em {
font-weight: 600;
font-style: normal;
}

.header {
color: #002D62;
background-color: #ffffff;
Expand Down

0 comments on commit d3550d2

Please sign in to comment.