Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Nathan Murphy's Resume</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="resume">
<header class="contact-info">
<div>Nathan Murphy</div>
<div>School Address: 2835 Elite Lane Apt. 204, West Lafayette, IN 47906</div>
<div>Permanent Address: 5715 N. 25 W., Greenfield, IN 46140</div>
<div>317.410.5191 | ngmurphy@purdue.edu</div>
</header>
<section class="objective">
<p>Current Purdue computer information and technology student applying for a summer internship...</p>
</section>
<section class="experience">
<h2>Experience</h2>
<div class="experience-entry">
<span class="date">2020 – January 2022</span>
<div>
<h3>Linex Technician and Front Desk Assistant</h3>
<p>XTREME Vehicle Designs and Line-X of Noblesville, Noblesville, IN</p>
<ul>
<li>Sanding truck beds, prepping them with paper and plastic tape, setting the machine to the right temperature, shooting the beds, demasking the vehicles, and maintaining the spraying gun.</li>
<li>Manage sanitation of the Line-X booth, clean and organize vehicle bays.</li>
<li>Answer phone calls from clients.</li>
<li>Manage the computer network, general computer maintenance and repair, running wiring, and general technology assistance.</li>
</ul>
</div>
</div>
<div class="experience-entry">
<span class="date">Summer 2019</span>
<div>
<h3>Summer IT Internship</h3>
<p>MT. VERNON HIGH SCHOOL, Fortville, IN</p>
<ul>
<li>Update and repair existing school Chromebooks.</li>
<li>Format hundreds of new Chromebooks for the upcoming school year.</li>
<li>Run networking cables and get access points running.</li>
<li>Update teacher workstations.</li>
<li>Diagnose issue instructors submitted by tickets and repair accordingly.</li>
</ul>
</div>
</div>
<div class="experience-entry">
<span class="date">September 2016 – March 2020</span>
<div>
<h3>Daycare Employee</h3>
<p>Promises and Possibilities, McCordsville, IN</p>
<ul>
<li>Led summer activities for elementary and middle school students.</li>
<li>Direct supervision of children from infant to school age.</li>
<li>Assist with lunch, manage elementary and middle school students’ homework, daily cleaning and sanitation of the daycare.</li>
<li>Tended to technology issues and maintenance, including management of the network, computer repair, updating devices, and general appliance repair.</li>
</ul>
</div>
</div>
<div class="experience-entry">
<span class="date">June 2022 – August 2022</span>
<div>
<h3>Summer Cyber IR Intern</h3>
<p>Ascension Health, St. Louis, MO</p>
<ul>
<li>Handled and organized any flags by intel.</li>
<li>Decipher if an intel alert was malicious or a false flag.</li>
<li>Sit in on business calls regarding security.</li>
<li>Participate in meetings reviewing questionable intel alerts and scripts.</li>
</ul>
</div>
</div>
</section>
<section class="education">
<h2>Education</h2>
<div>
<h3>Purdue University, West Lafayette Campus</h3>
<p>August 2020 - Present</p>
<p>Major: Computer Information Technology</p>
<p>Minor: Technical Theatre</p>
<p>GPA: 3.30</p>
</div>
<div>
<h3>Mt. Vernon High School</h3>
<p>Graduated: May 2020</p>
<p>Honors Diploma and Technical Honors Diploma</p>
<p>GPA: 3.79</p>
</div>
</section>
<section class="skills">
<h2>Skills</h2>
<ul>
<li>Knowledge of C-Sharp</li>
<li>Basic knowledge of Python</li>
<li>Basic knowledge of Java</li>
<li>Basic knowledge of C</li>
<li>Basic knowledge of HTML</li>
<li>General server management techniques</li>
<li>CAD software knowledge</li>
<li>Basic knowledge of SQL development</li>
<li>Basic electrical knowledge and welding</li>
<li>Punctuality and good work ethic</li>
</ul>
</section>
</div>
</body>
</html>