Skip to content

Commit a9d6d37

Browse files
committed
add project logos for Threat Dragon and Cheat Sheets
1 parent 4e872bd commit a9d6d37

File tree

6 files changed

+27
-1
lines changed

6 files changed

+27
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,7 @@
6969
!assets/exports/*.pdf
7070
!assets/images/
7171
!assets/images/*.png
72+
!assets/images/logos/
73+
!assets/images/logos/*.png
7274
!license.txt
7375

98.5 KB
Loading
29.1 KB
Loading

draft/06-design/01-threat-modeling/03-threat-dragon.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permalink: /draft/design/threat_modeling/threat_dragon/
1212

1313
{% include breadcrumb.html %}
1414

15+
<style type="text/css">
16+
.image-right {
17+
height: 180px;
18+
display: block;
19+
margin-left: auto;
20+
margin-right: auto;
21+
float: right;
22+
}
23+
</style>
24+
25+
![Threat Dragon](../../../../assets/images/logos/threat_dragon.png "OWASP Threat Dragon"){: .image-right }
26+
1527
### 4.1.3 Threat Dragon
1628

1729
The OWASP [Threat Dragon][tdtm] project provides a diagrammatic tool for threat modeling

draft/07-implementation/01-documentation/03-cheatsheets.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permalink: /draft/implementation/documentation/cheatsheets/
1212

1313
{% include breadcrumb.html %}
1414

15+
<style type="text/css">
16+
.image-right {
17+
height: 180px;
18+
display: block;
19+
margin-left: auto;
20+
margin-right: auto;
21+
float: right;
22+
}
23+
</style>
24+
25+
![Cheat Sheets](../../../../assets/images/logos/cheatsheets.png "OWASP Cheat Sheets"){: .image-right }
26+
1527
### 5.1.3 Cheat Sheet Series
1628

1729
The [OWASP Cheat Sheet Series][cheatsheets] provide a concise collection of high value information

draft/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /draft/
1212

1313
{% include breadcrumb.html %}
1414

15-
![Developer Guide](../assets/images/dg_logo.png "OWASP Developer Guide"){: height="220px" }
15+
![Developer Guide](../assets/images/dg_logo.png "OWASP Developer Guide"){: height="180px" }
1616

1717
## OWASP Developer Guide (draft)
1818

0 commit comments

Comments
 (0)