-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeory.html
108 lines (106 loc) · 3.67 KB
/
theory.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html>
<head>
<div></div>
<!--"You had my curiosity, now you have my attention - Django"-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Theory</title>
<link rel="stylesheet" href="style.css">
<div class="image-container">
<a href="index.html"class="left-link">
<img src="Images/PRH1RBG.png" alt="Portfolio" class="left-image">
</a>
</div>
</head>
<body>
<br>
<br>
<br>
<br>
<br>
</div>
<h2 class="accordion-header">CV</h2>
<div class="accordion-content">
<br>
<embed src="Documents/Rebecca Herne CV.pdf" type="application/pdf" width="100%" height="600px">
<br>
<br>
</div>
<h2 class="accordion-header">Google Agile Project Management Certificate (Coursera)</h2>
<div class="accordion-content">
<br>
<img src="Images/APM.png" alt='APM Certificate'>
<br>
<br>
<p class="p1">Key Skills: Project Management, Problem Solving, Quality Management, Collaboration, Leadership and Management, Effective Communication, Stakeholder Management. </p>
</div>
<h2 class="accordion-header">Level 2 Cybersecurity</h2>
<div class="accordion-content">
<br>
<img src="Images/lvl2.png" alt='Level 2 Cybersecurity'>
<br>
<br>
<p class="p1">Key Skills: Understanding Cybersecurity Fundamentals, Identifying Threat Actors, Cyber Threat Awareness, Vulnerability Assessment, Incident Response, Attack Detection, Legal and Ethical Compliance, Data Protection, Physical Security Controls, Remote Work Security, Team Collaboration, Ethical Hacking Knowledge, Data Encryption, Perimeter Security, Risk Assessment, Malware Removal, Incident Management, Secure Software Installation, Security Risk Communication, Interpersonal Skills, Workplace Professionalism, Project Management, GDPR Compliance. </p>
</div>
<h2 class="accordion-header">Google Cybersecurity Professional Certificates (Coursera)</h2>
<div class="accordion-content">
<img src="Images/C1CS.png" alt='Course 1'>
<p class="p1">Course 1 Module 1 - 4 notes</p>
<embed src="file:///C:/Users/becca/OneDrive/Documents/Google%20Cybersecurity%20Certificate/Google%20Cybersecurity%20Certificate%20Course%201%20Notes.pdf" type="application/pdf" width="100%" height="600px">
<br>
<br>
<p class="p1">Key Skills: Security Hardening, Network Security, Transmission Control Protocol/Internet Protocol TCP/IP, Network Architecture, Cloud Networks</p>
</div>
<!--here-->
<h2 class="accordion-header">Cybrary Certifictes</h2>
<div class="accordion-content">
<br>
<img src="Images/cybrary_cloud_cert.png" alt='Cloud Computing'>
<br>
<br>
<img src="Images/cybrary_cryptography.png" alt='Cryptography'>
<br>
<br>
<img src="Images/cybrary_python_basics.png" alt='Python Basics'>
<br>
<br>
<p class="p1">Key Skills: </p>
</div>
<!--to here-->
<!--here-->
<h2 class="accordion-header">Google Kali Linux Certificate (Coursera)</h2>
<div class="accordion-content">
<br>
<img src="Images/cstbc.png" alt='Kali Linux' class="cstbc">
<br>
<br>
<p class="p1">Key Skills: </p>
</div>
<!--to here-->
<!--here-->
<h2 class="accordion-header">CompTIA Security+ Certificate</h2>
<div class="accordion-content">
<br>
<img src="Images/cstbc.png" alt='CompTIA Security+' class="cstbc">
<br>
<br>
<p class="p1">Key Skills: </p>
</div>
<!--to here-->
<!--here-->
<h2 class="accordion-header">CREST Certificate</h2>
<div class="accordion-content">
<br>
<img src="Images/cstbc.png" alt='TCPdump' class="cstbc">
<br>
<br>
<p class="p1">Key Skills: </p>
</div>
<!--to here-->
<script src="script.js"></script>
<section class="content">
<a href="homepage.html" class="btn-homepage">homepage</a>
</section>
</body>
</html>