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
51 changes: 51 additions & 0 deletions Lab_1/part_1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<title>John Redden Resume</title>
</head>
<body>
<h1>John Redden</h1>
<h2>Objective</h2>
<p>I am a recent graduate with a degree in Computer &amp; Network Security. Currently, I am studying to learn more about programming in Javascript and other languages. I am looking to expand my skills and launch a career in the technology industry.</p>
<h2>Work Experience</h2>
<h3>Total Wine &amp; More</h3>
<ul>
<li><strong>Merchandiser &amp; Front End Team Member</strong></li>
<li>2013-2020</li>
<li>Wilmington, DE</li>
</ul>
<h3>Lewes Oil &amp; Gas</h3>
<ul>
<li><strong>Board Member</strong></li>
<li>2008-2020</li>
<li>Newark, DE</li>
</ul>
<h3>Meals on Wheels</h3>
<ul>
<li><strong>Volunteer Delivery Driver</strong></li>
<li>2012-2017</li>
<li>Newark, DE</li>
</ul>
<h2>Education</h2>
<h3>Wilmington University</h3>
<ul>
<li><strong>Bachelor of Science: Computer & Network Security, 2020</strong></li>
<li>Cum Laude</li>
<li>Dean's List</li>
<li>GPA: 3.86</li>
</ul>
<h3>University of Delaware</h3>
<ul>
<li><strong>Bachelor of Fine Arts, 2013</strong></li>
</ul>
<h2>Skills</h2>
<ul>
<li>Experience coding in HTML, CSS, Python, and Kali Linux.</li>
<li>Used tools such as Wireshark, Metasploit, OWASP ZAP, Autopsy, and more.</li>
<li>Familiarity with Windows, iOS, and Linux operating systems.</li>
</ul>
<p><a href="https://www.linkedin.com/in/john-l-redden/">Click here</a> to follow me on LinkedIn!</p>
<p><a href="part_2.html">Click here</a> to contact me!</p>
<img src="../images/ProfPic.jpg">
</body>
</html>
36 changes: 36 additions & 0 deletions Lab_1/part_2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>Contact Form</title>
</head>
<body>
<h1>Contact Me:</h1>

<input type="text" id="firstName" name="firstName" maxlength="30" placeholder="First Name"><br><br>

<input type="text" id="lastName" name="lastName" maxlength="30" placeholder="Last Name"><br><br>

<input type="text" id="phoneNumber" name="phoneNumber" placeholder="Contact Phone Number"><br><br>

<label>Phone Number Type:</label><br>
<input type="radio" name="phoneType" value="Landline"><label>Landline:</label>
<input type="radio" name="phoneType" value="Mobile"><label>Mobile:</label><br><br>

<input type="text" id="email" name="email" maxlength="50" placeholder="Contact Email"><br><br>

<label>How did you hear about us?</label><br>
<select name="hearAbout">
<option value="searchEngine">Search Engine</option>
<option value="socialMedia">Social Media</option>
<option value="recruiter">Recruiter</option>
</select><br><br>

<label>Interest for Contacting:</label><br>
<input type="checkbox" name="skill1" value="coding"><label>Programming.</label><br>
<input type="checkbox" name="skill2" value="tools"><label></label>Tools.<br>
<input type="checkbox" name="skill3" value="operatingSystems"><label>Operating systems.</label><br><br>

<textarea name="message" cols="50" rows="4" maxlength="250" placeholder="Enter comments here."></textarea><br>
<a href="part_1.html">Return to resume.</a>
</body>
</html>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

98/100
Great work, keep it up!

Binary file added images/ProfPic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.