forked from code-differently/RR-JS-HTML-Resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResume.html
More file actions
65 lines (57 loc) · 2.17 KB
/
Resume.html
File metadata and controls
65 lines (57 loc) · 2.17 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
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<title> Pete Burston's Online Resume </title>
</head>
<body>
<h1>Hi there! I'm Peter Burston</h1>
<p>I'm an active student in the world of technology and have now entered the world of coding and web development.</p>
<h2>Current objectives</h2>
<p>My current objectives in coding and development are.</p>
<ol>
<li>1. Create fun and exciting websites to show my interests in games, tech, and IT.</li>
<li>2. Achieve and recieve multiple IT and coding certifications.</li>
<li>3. Find a career where I would feel that a day at work would be silimar to a day at home.</li>
</ol>
<h2>My education history</h2>
<p>Before enrolling into Code Differently, I am a graduate from NexGenT in their Full Stack Network Engineering bootcamp. I have achieved my Full Stack Network Engineer and Full Stack Network Professional certifications.</p>
<h2>My skills</h2>
<p>Skills I have so far acquired in the technology and IT field are listed below</p>
<ol>
<li>IT and Network Architectures </li>
<li>Network Devices and Components </li>
<li>Network Topologies and Types </li>
<li>Full Stack Networking </li>
<li>Network Management </li>
<li>Bits, Bytes, Ethernet and Media Access Control </li>
<li>Layer 2 and Layer 3 Switching </li>
<li>Virtual Local Area Networks (VLANs) </li>
<li>Spanning-Tree Protocol, Internet Protocol </li>
<li>Static Routing </li>
<li>Routing Protocols (EIGRP, OSPF, BGP) </li>
<li>IP Addressing, Subnetting and Access Lists </li>
<li>Network Address Translation (NAT) </li>
<li>Networking protocols such as ARP, ICMP, DHCP, FTP, Telnet and SSH </li>
<li>TCP and UDP Fundamentals </li>
<li>Network Cables and Connectors </li>
<li>Cable Making </li>
<li>Wireless LANs </li>
<li>Voice over IP </li>
<li>Cisco IOS </li>
<li>Cisco Packet Tracer </li>
<li>Audio and Visual troubleshooting</li>
<li>Operating Systems: Linux, Windows, Mac OS X </li>
<li>Eve-NG</li>
<li>PuTTY</li>
<li>Wireshark</li>
<li>VMWare</li>
<li>Python</li>
<li>HTML</li>
<li>CSS</li>
</ol>
<h2>Where can you find me?</h2>
<a href="https://www.linkedin.com/in/peter-burston-21683a1ab/">You can find me here</a>
<h2>Me</h2>
<img src="C:\Users\aluca\OneDrive\Pictures\Me_at_HP.jpg"></img>
</body>
</html>