Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions Contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html>
<body>

<h2>Please enter the following information if you desire to have me on your team</h2>

<form>
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname" value=""><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname" value=""><br>
<label for="pnum">Phone number:</label><br>
<input type="text" id="pnum" name="pnum" value=""><br>
<label for="pnty">Phone number type:</label><br>
<form>
<input type="radio" id="pnty" name="Phone number type" value="cell">
<label for="cell">Cell</label><br>
<input type="radio" id="pnty" name="Phone number type" value="home">
<label for="home">Home</label><br>
<input type="radio" id="pnty" name="Phone number type" value="office">
<label for="office">Office</label>
</form>
<br><br>
<label for="email">Email:</label><br>
<input type="text" id="email" name="email" value=""><br>
<br><br>
<form action="/action_page.php">
<label for="source">How did you find me?:</label>
<select name="source" id="source">
<option value="Recruiter">Recruiter</option>
<option value="LinkedIn">LinkedIn</option>
<option value="Recruiter">Recruiter</option>
<option value="Misc">Misc</option>
</select>
<br><br>
<input type="submit" value="Submit">
<br><br>
<label for="skills">Please list any of the skills mentioned that you were interested in (use commas if there is more than one):</label><br>
<input type="text" id="skills" name="skills" value=""><br>
<div class="wrapper">
<h3>If you have any comments, questions, or would likek to speak to me, please feel free to write down an quite message, and I will get back to you as soon as possible. (Max of 250 characters)</h3>
<textarea name="messagecount" id="messagecount" maxlength="250" placeholder="Start Typin..."autofocus></textarea>
<div id="the-count">
<span id="current">0</span>
<span id="maximum">/ 250</span>
</div>
</div>

</form>
</form>

</body>
</html>
65 changes: 65 additions & 0 deletions Resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>
1 change: 1 addition & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[1118/192210.682:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)