-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy pathmore_background_+_interests.html
37 lines (35 loc) · 1.33 KB
/
more_background_+_interests.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<!-- Background and Interests Continued -->
<h1>Background and Interests Continued</h1>
<!-- Background Continued: -->
<h2>Background Continued:</h2>
<!-- more background information -->
<p>
Going further into my experience, my last three internships have been in
cybersecurty. The first was with the government where I did more general
cyber such as researching phising attacks and making a campaign to
increase awarness on different sorts of phising attacks for the rest of
the department and other more basic cyber background. The second and third
were at Pilot Company and they were a lot more technically heavy. I mostly
worked with the Automation, Application Security, and Networking teams to
complete my projects.
</p>
<!-- Interests Continued: -->
<h2>Interests Continued:</h2>
<!-- more interests -->
<p>I also enjoy:
<ul>
<li>Going on spontaneous adventures </li>
<li>Playing Volleyball and Tennis</li>
<li>Teaching people skills I may have that they haven't learned yet</li>
</ul>
</p>
</body>
</html>