-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction.html
More file actions
53 lines (47 loc) · 1.84 KB
/
introduction.html
File metadata and controls
53 lines (47 loc) · 1.84 KB
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
<!DOCTYPE html>
<html>
<head>
<title> Introduction Page</title>
</head>
<body>
<h1> Izaiah's Introduction Page </h1>
<div>
<h2>Introduction to Skills, Abilities, Education, and Training</h2>
<table border ="1">
<tr>
<th>Category</th>
<th>Description</th>
</tr>
<tr>
<td>Skills</td>
<td>My skills include but are not limited Python, C++, and Linux.</td>
</tr>
<tr>
<td>Abilities</td>
<td>My abilities to efficiently apply my skills lie in Cybersecurity.<br>
I'm able to conduct scanning and develop automation tools.</td>
</tr>
<tr>
<td>Education</td>
<td>
Currently I am Junior at North Carolina A&T State University.<br>
I received my HS diplom from Benjamin Banneker Academic HS.
</td>
</tr>
<tr>
<td>Training</td>
<td>I'm currently trainig for the position of Security Operations Center Analyst.</td>
</tr>
</table>
</div>
<div>
<h2> These are images that relate to my interests and skills/abilities</h2>
<img src="cyber_at.png" alt="Picture of Our Cyber Logo" width="200" height="200">
<img src="nq_short.png" alt="Picture of A Trade I took" width="200" height="200">
</div>
<div>
<h4> To return back to the first page use the link below: </h4>
<a href="index.html" target="_blank"> First Page </a>
</div>
</body>
</html>