-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (116 loc) · 4.69 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
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
109
110
111
112
113
114
115
116
117
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link href="style.css" rel="stylesheet">
<title>Zander Conner Resume</title>
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>Zander Conner</h1>
<hr>
SRC Cyber Security Engineer Summer Intern
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT</h2>
<!-- contact info including social media -->
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="[email protected]">[email protected]</a>
</p>
<p>
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="https://www.linkedin.com/in/zander-conner/">Linkedin</a>
</p>
</section>
<section>
<h2>SKILLS</h2>
<!-- your skills -->
<p>
Offensive Security
</p>
<ul>
Linux, Nmap, Metasploit, Burp suite, OSINT, Wireshark
</ul>
<p>
Linux System Hardening
</p>
<ul>
Bash Scripting, Lynis, ClamAV, Auditing
</ul>
<p>
Engineering
</p>
<ul>
Fusion 360, Onshape, Torchmate CAD, Blueprint Desgin
</ul>
<p>
Manufacturing
</p>
<ul>
3D printing, CNC machining, Laser cutting, MIG and Stick welding
</ul>
</section>
<section>
<h2>EDUCATION</h2>
<p>
Evans High School | Graduation date in May of 2024
</p>
<p>
Cisco Certified Support Technician Cybersecurity
</p>
<p>
Certiport IT Specialist - Cybersecurity
</p>
<p>
Certiport IT Specialist - Network Security
</p>
<p>
Solid Works Additive Manufacturing Associate
</p>
<p>
CompTIA Security +
</p>
<p>
<script src="https://tryhackme.com/badge/1899939"></script>
</p>
<!-- your education -->
</section>
</article>
<article id="mainRight">
<section>
<h2>ABOUT</h2>
<!-- about you -->
<p>
I am a high school student heading into my senior year. I am currently a summer intern with Scientific Reasearch Coproration. I also participate in many clubs such as First Robotics Competition, First Tech challenge, SkillsUSA, and CyberPatriots. Cyber Secuirty and Engineering is my passion and I hope to be able to better my knowledge and experience in those fields.
</p>
</section>
<section>
<h2>EXPERIENCE</h2>
<!-- your work experience -->
<p>
Scientific Reasearch Coproration | Sumer Cyber Security Engineer Intern | June - July 2023
</p>
</section>
<section>
<h2>CLUBS</h2>
<p>
FRC team 1102 M'aiken Magic | January 2023 - Present
</p>
<ul>
I desgined multiple parts for the 2023 robot using Onshape CAD software and then used manufacturing methods such as 3D printing, CNC machining, and laser cutting to produce the custom parts. In the 2023 season we won two district qualifer events where finalist at our district championship and competed at the 2023 FIRST World Championship.
</ul>
<p>
CyberPatriots | September 2018 - Present
</p>
<ul>
I have competed in CyberPatriots since my 7th grade year. I specialized in Ubuntu and Ubuntu hardening. During the competitions I gained knowledge on Linux system security and Linux scripting.
</ul>
</section>
</article>
</main>
</body>
</html>