-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (57 loc) · 2.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CompTIA Security+ 701 Mind Maps</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
body {
text-align: center;
font-size: 18px;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 20px;
}
a {
font-size: 24px;
}
.preview {
font-size: 16px;
}
.github-corner {
position: absolute;
top: 0;
right: 0;
margin: 10px;
font-size: 32px;
}
</style>
</head>
<body>
<a href="https://github.com/Khayoon/CompTIA-Security-701-mindmaps-notes" class="github-corner" aria-label="View source on GitHub">
<i class="fab fa-github"></i>
</a>
<h1>CompTIA Security+ 701 Mind Maps</h1>
<p>Welcome to my collection of mind maps for the CompTIA Security+ SY0-701 exam, created with Markmap.</p>
<ul>
<li><a href="Audits and assessments.html">Audits and Assessments</a></li>
<li><a href="Common Threat Vectors and Attack Surfaces.html">Common Threat Vectors and Attack Surfaces</a></li>
<li><a href="Considerations and Architecture Models.html">Considerations and Architecture Models</a></li>
<li><a href="Effective Security Compliance.html">Effective Security Compliance</a></li>
<li><a href="Implementing Security Awareness Practices.html">Implementing Security Awareness Practices</a></li>
<li><a href="Indicators.html">Indicators</a></li>
<li><a href="Mitigation.html">Mitigation</a></li>
<li><a href="Risk management.html">Risk Management</a></li>
<li><a href="Types of Vulnerabilities.html">Types of Vulnerabilities</a></li>
<li><a href="change mngmt prcs.html">Change Management Processes</a></li>
<li><a href="cryptogrphic.html">Cryptography</a></li>
<li><a href="fundmtls.html">Fundamentals</a></li>
<li><a href="types of sec ctrls.html">Types of Security Controls</a></li>
</ul>
</body>
</html>