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
59 changes: 59 additions & 0 deletions Contact Form-Lab One.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html>
<head>
<title>Contact Form</title>
</head>

<body>
<main>
<h1>Contact Form</h1>
</main>

<section>
<label for="fname">First Name:</label>
<input type="text" id="fname" name="fname" maxlength="30"><br><br>

<label for="lname">Last Name:</label>
<input type="text" id="lname" name="lname" maxlength="30"><br><br>

<label for="tnumber">Contact Phone Number:</label>
<input type="text" id="tnumber" name="tnumber"><br><br>

<label>Phone Number Type:</label>
<label for="landline">Landline</label>
<input type="radio" id="landline" value="landline" name="phonetype">
<label for="mobile">Mobile</label>
<input type="radio" id="mobile" value="mobile" name="phonetype"><br><br>

<label for="email">Contact Email:</label>
<input type="text" id="email" name="email" maxlength="50"><br><br>

<label for="resource">How did you hear about us:</label>
<select id="resource" name="resource">
<option value="search_engine">Search Engine</option>
<option value="social_media">Social Media</option>
<option value="recruiter">Recruiter</option>
</select><br><br>

<label>Interest For Contact:</label><br>
<label for="r_and_p">Reliable and Punctual</label>
<input type="checkbox" id="r_and_p" value="r_and_p" name="r_and_p"><br>
<label for="fast_learner">Fast Learner</label>
<input type="checkbox" id="fast_learner" value="fast_learner" name="fast_learner"><br>
<label for="problem_solving">Problem Solving</label>
<input type="checkbox" id="problem_solving" value="problem_solving" name="problem_solving"><br>
<label for="time_management">Time Management</label>
<input type="checkbox" id="time_management" value="time_management" name="time_management"><br>
<label for="communication">Communication</label>
<input type="checkbox" id="communication" value="communication" name="communication"><br>
<label for="team_player">Team Player Who Can Also Work Independently</label>
<input type="checkbox" id="team_player" value="team_player" name="team_player"><br>
<label for="active_lis">Active Listening</label>
<input type="checkbox" id="active_lis" value="active_lis" name="active_lis"><br><br>

<label for="comment">Message:</label><br>
<textarea for="comment" maxlength="250"></textarea><br><br>

</section>
</body>
</html>
97 changes: 97 additions & 0 deletions HTML Resume-Lab One.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!DOCTYPE html>
<html>
<head>
<title>Victoria Konkiel's Resume</title>
</head>

<body>
<section>
<main>
<img src="victoria.jpeg" title="Victoria Konkiel">
<h1><strong>Victoria Konkiel</strong></h1>
</main>

<p>Driven, capable and professional individual seeking a web developer position that will utilize a strong background in efficiently managing multiple priorities and successfully meeting client demands all while expanding my web development knowledge and experience. Fast learning, hard working and committed career changer who is eager to make a positive contribution to your company's web development team.</p>
</section>

<section>
<h2>Work Experience</h2>
<ol>
<p><strong>Licensed Private Investigator/Transcriptionist/Locate Specialist</strong></p>
<p><strong>O'Rourke Investigative Associates</strong> - Wilmington, DE</p>
<p>February 2018 to Present</p>
<ul>
<li>Composited data from multiple databases to construct criminal/civil background</li>
<li>Obtain, reformat and distribute audio files from client for distribution to transcribers</li>
<li>Manage group of transcribers to complete and transcribe client media in timely matter</li>
<li>Edit/Proofread completed transcription from transcribers before distributing to client</li>
<li>Interprete data from proprietary database and social media to obtain contact information to locate subjects</li>
</ul>

<p><strong>Pizza Maker/Assistant Manager</strong></p>
<p><strong>Johnny Boys Pizza</strong> - Burwood East, VIC, Australia</p>
<p>February 2017 to January 2018</p>
<ul>
<li>Greeted customers as they came in and took their orders</li>
<li>Made pizza/kitchen orders as needed</li>
<li>Accepted truck deliveries when manager couldn't make it</li>
<li>Closed out register at end of the night and made bank deposit runs</li>
</ul>

<p><strong>Dispatcher/Driver</strong></p>
<p><strong>AutoPlus Auto Parts</strong> - Wilmington, DE</p>
<p>January 2016 to January 2017</p>
<ul>
<li>Checked warehouse orders for accuracy and stocked on shelf every morning</li>
<li>Pulled parts off of shelves as customers ordered them</li>
<li>Determined drivers routes to ensure quick delivery of parts to customers</li>
<li>Sent drivers out on deliveries as soon as they arrived so no time was spent idle</li>
<li>Pulled and labeled cores, defects, warranties, and new returns to warehouse weekly</li>
</ul>

<p><strong>3D Designer</strong></p>
<p><strong>Dodd Dental Lab</strong> - New Castle, DE</p>
<p>June 2015 to January 2016</p>
<ul>
<li>Scan 3D image of bite models onto computer</li>
<li>Design 3D copings, crowns, and bridges based off of bite models</li>
<li>Answer phone/Call other labs and doctors</li>
</ul>
</ol>
</section>

<section>
<h2>Education</h2>
<ol>
<p>Code Differently<br>October 2020 to February 2021</p>
<p>Cab Calloway School of the Arts<br>September 2006 to June 2010</p>
</ol>
</section>

<section>
<h2>Skills</h2>
<ul>
<li>Reliable and Punctual</li>
<li>Fast Learner</li>
<li>Problem Solving</li>
<li>Time Management</li>
<li>Communication</li>
<li>Team-Player Who Can Also Work Independently</li>
<li>Active Listening</li>
</ul>
</section>

<section>
<h2>Certifications</h2>
<p><strong>Security</strong></p>
<ul>
<li>State of Delaware Security Guard</li>
<li>State of Delaware Private Investigator</li>
</ul>
</section>
</body>
<footer>
<a href="https://www.linkedin.com/in/victoria-konkiel-5a03331b9/">LinkedIn Profile</a>
</footer>

</html>
Binary file added images/victoria.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.