225 lines
9.9 KiB
HTML
225 lines
9.9 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>CompTIA A+ Core 2 Status Mind Map</title>
|
|
<style>
|
|
:root {
|
|
--bg: #f7f8fb;
|
|
--ink: #17202a;
|
|
--muted: #5d6978;
|
|
--line: #cfd6df;
|
|
--not-started: #e6e9ee;
|
|
--studying: #ffe08a;
|
|
--needs-review: #ffb3a7;
|
|
--good: #9ed8ff;
|
|
--strong: #9be7b0;
|
|
--card: #ffffff;
|
|
}
|
|
|
|
* { box-sizing: border-box; }
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: var(--ink);
|
|
background: var(--bg);
|
|
}
|
|
|
|
header {
|
|
padding: 24px;
|
|
border-bottom: 1px solid var(--line);
|
|
background: var(--card);
|
|
}
|
|
|
|
h1 {
|
|
margin: 0 0 8px;
|
|
font-size: 28px;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
.meta {
|
|
color: var(--muted);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.legend {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 10px;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.pill {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
border: 1px solid var(--line);
|
|
border-radius: 6px;
|
|
padding: 6px 9px;
|
|
background: var(--card);
|
|
font-size: 13px;
|
|
}
|
|
|
|
.dot {
|
|
width: 12px;
|
|
height: 12px;
|
|
border-radius: 50%;
|
|
border: 1px solid rgba(0,0,0,.18);
|
|
}
|
|
|
|
main {
|
|
padding: 24px;
|
|
max-width: 1280px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.map {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, minmax(220px, 1fr));
|
|
gap: 16px;
|
|
}
|
|
|
|
section {
|
|
background: var(--card);
|
|
border: 1px solid var(--line);
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
section h2 {
|
|
margin: 0;
|
|
padding: 14px 16px;
|
|
font-size: 18px;
|
|
border-bottom: 1px solid var(--line);
|
|
}
|
|
|
|
.weight {
|
|
display: block;
|
|
margin-top: 4px;
|
|
color: var(--muted);
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 12px;
|
|
}
|
|
|
|
li {
|
|
border: 1px solid var(--line);
|
|
border-radius: 6px;
|
|
padding: 10px;
|
|
margin-bottom: 8px;
|
|
min-height: 58px;
|
|
}
|
|
|
|
li:last-child { margin-bottom: 0; }
|
|
|
|
.topic {
|
|
display: block;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.status {
|
|
display: block;
|
|
margin-top: 5px;
|
|
color: var(--muted);
|
|
font-size: 12px;
|
|
}
|
|
|
|
.not-started { background: var(--not-started); }
|
|
.studying { background: var(--studying); }
|
|
.needs-review { background: var(--needs-review); }
|
|
.good { background: var(--good); }
|
|
.strong { background: var(--strong); }
|
|
|
|
@media (max-width: 1000px) {
|
|
.map { grid-template-columns: repeat(2, minmax(220px, 1fr)); }
|
|
}
|
|
|
|
@media (max-width: 560px) {
|
|
main, header { padding: 16px; }
|
|
.map { grid-template-columns: 1fr; }
|
|
h1 { font-size: 23px; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>CompTIA A+ Core 2 Status Mind Map</h1>
|
|
<div class="meta">Exam: 220-1202 | Last updated: 2026-06-10 | Quizzes happen after study sections.</div>
|
|
<div class="legend" aria-label="Status legend">
|
|
<span class="pill"><span class="dot not-started"></span>Not started</span>
|
|
<span class="pill"><span class="dot studying"></span>Studying</span>
|
|
<span class="pill"><span class="dot needs-review"></span>Needs review</span>
|
|
<span class="pill"><span class="dot good"></span>Good</span>
|
|
<span class="pill"><span class="dot strong"></span>Strong</span>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<div class="map">
|
|
<section>
|
|
<h2>Operating Systems <span class="weight">28% | Current: studying OS-1</span></h2>
|
|
<ul>
|
|
<li class="strong"><span class="topic">1.1 OS types and file systems</span><span class="status">Strong: studied 2026-06-11, quiz 7/7; lab pending</span></li>
|
|
<li class="not-started"><span class="topic">1.2 OS installation and upgrade</span><span class="status">Ready: OS-2 lesson, lab, and quiz created</span></li>
|
|
<li class="studying"><span class="topic">1.3 Windows editions and requirements</span><span class="status">Studying: OS-1 lesson created, quiz pending</span></li>
|
|
<li class="not-started"><span class="topic">1.4 Windows tools</span><span class="status">Ready: OS-3 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">1.5 Windows command line</span><span class="status">Ready: OS-4 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">1.6 Windows Control Panel and Settings</span><span class="status">Ready: OS-6 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">1.7 Windows networking</span><span class="status">Ready: OS-7 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">1.8 macOS tools and features</span><span class="status">Ready: OS-8 lesson, optional Mac lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">1.9 Linux client tools</span><span class="status">Ready: OS-9 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">1.10 Application installation requirements</span><span class="status">Ready: OS-10 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">1.11 Cloud productivity tools</span><span class="status">Ready: OS-11 lesson, lab, and quiz created</span></li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>Security <span class="weight">28% | Current: not started</span></h2>
|
|
<ul>
|
|
<li class="not-started"><span class="topic">2.1 Security controls</span><span class="status">Ready: SEC-1 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">2.2 Windows security settings</span><span class="status">Ready: SEC-2 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">2.3 Wireless security</span><span class="status">Ready: SEC-3 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">2.4 Malware and security tools</span><span class="status">Ready: SEC-4 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">2.5 Social engineering and attacks</span><span class="status">Ready: SEC-5 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">2.6 Malware removal process</span><span class="status">Ready: SEC-6 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">2.7 Workstation hardening</span><span class="status">Ready: SEC-7 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">2.8 Mobile device security</span><span class="status">Ready: SEC-8 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">2.9 Data destruction</span><span class="status">Ready: SEC-9 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">2.10 SOHO network security</span><span class="status">Ready: SEC-10 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">2.11 Browser security</span><span class="status">Ready: SEC-11 lesson, lab, and quiz created</span></li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>Software Troubleshooting <span class="weight">23% | Current: not started</span></h2>
|
|
<ul>
|
|
<li class="not-started"><span class="topic">3.1 Windows OS issues</span><span class="status">Ready: TRB-1 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">3.2 Mobile OS and app issues</span><span class="status">Ready: TRB-2 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">3.3 Mobile security issues</span><span class="status">Ready: TRB-3 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">3.4 PC security symptoms</span><span class="status">Ready: TRB-4 lesson, lab, and quiz created</span></li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>Operational Procedures <span class="weight">21% | Current: not started</span></h2>
|
|
<ul>
|
|
<li class="not-started"><span class="topic">4.1 Documentation and support systems</span><span class="status">Ready: OPS-1 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">4.2 Change management</span><span class="status">Ready: OPS-2 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">4.3 Backup and recovery</span><span class="status">Ready: OPS-3 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">4.4 Safety procedures</span><span class="status">Ready: OPS-4 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">4.5 Environmental controls</span><span class="status">Ready: OPS-5 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">4.6 Policy, privacy, and licensing</span><span class="status">Ready: OPS-6 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">4.7 Professionalism</span><span class="status">Ready: OPS-7 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">4.8 Scripting basics</span><span class="status">Ready: OPS-8 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">4.9 Remote access</span><span class="status">Ready: OPS-9 lesson, lab, and quiz created</span></li>
|
|
<li class="not-started"><span class="topic">4.10 AI concepts</span><span class="status">Ready: OPS-10 lesson, lab, and quiz created</span></li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|