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
Binary file added .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

43 changes: 43 additions & 0 deletions KSresume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<style>
h1{text-align:center;}
</style>

<h1>Kalyn Smith</h1>
<center><img src="resumepic.jpeg" alt="resume picture" width="250" height="250" ></center>
</head>
<body>

<h2> <u>Objective</u></h2>
<p> Seeking employment as an entry level software developer in a company that will provide me with opportinuties for growth.</p>

<h2><u>Education</u></h2>
<p>University of Delaware, College of Health Sciences<br> <strong> Bachelor of Science, Exercise Science</strong> </p>
<p>University of Delaware, AA Program<br> <strong>Associate in Arts</strong></p>
<h2> <u>Work Experience</u></h2>

<p>Boys and Girls Club<br> <strong>Teen Counselor</strong></p>
<ul><li>Educating adolescents about different programs such as, Botvin, Keystone and Prevention, to raise awareness while developing and improving life skills.</li>
<li>Creating detailed lesson plans as a guide for class learning which is tailored to the needs of the students. </li>
<li>Transport adolescents to and from the Boys and Girls Club to ensure all teens have a way to the Boys and Girls Club. </li>
</ul>
<p> Kelly Services<br><strong>Substitute</strong></p>
<ul><li>Assisted the lead classroom teacher to maintain order in and outside of the classroom.</li>
<li> Provided assistance to students with an array of disabilities which included communication issues, emotional disturbance, learning and developmental disabilities.</li>
<li> Followed lesson plans provided by the teacher in order to maintain their classroom schedule, rules, and regulations. </li>
</ul>

<h2><u>Skills</u></h2>
<p> <ul><li>HTML</li>
<li>JavaScript </li>
<li> CSS</li>

</ul></p>
<h2><u>LinkedIn Profile Address</u></h2>
<p> www.linkedin.com/in/kalyn-smith-3aa414167</p>
</body>


</html>
52 changes: 52 additions & 0 deletions KSresumepg2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html>
<head>
<style>
h1{text-align:center;}
</style>

<h1>Contact Form</h1>
<body>
<label for="first name">First Name:</label>
<input type="text" id="name" name="user_first" placeholder="Enter First Name" maxlength="30" required> <br>

<label for="last name">Last Name:</label>
<input type="text" id="name" name="user_last" placeholder="Enter Last Name" mexlength="30" required><br><br>

<label for="number">Phone Number:</label>
<input type="tel" id="number" name="user_number" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" required><br>

<label for="type">Phone Number Type:</label>
<input type="radio" id="phone_type" value="phone_type" name="Phone Type">
<label for="phone_type" class="light">Landline</label>
<input type="radio" id="phone_type" value="phone_type" name="Phone Type">
<label for="phone_type" class="light">Mobile</label><br><br>

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

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


<label for="interest">Interest for contacting:</label><br><br>
<input type="checkbox" id="interest" value="contact_interest" name="user_interest">
<label class="light" for="interest">JavaScript</label>
<input type="checkbox" id="interest" value="contact_interest" name="user_interest">
<label class="light" for="interest">HTML</label>
<input type="checkbox" id="interest" value="contact_interest" name="user_interest">
<label class="light" for="interest">CSS</label><br><br>


<label for="message">Message:</label>
<input type="text" id="message" name="user_message" placeholder="Enter Message Here" maxlength="250">




</body>
</html>
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Now is time create a 2nd page. This page will contain a contact form. The form s
* Use of validation

### Instructions

1. Fork this repository
2. Clone your repository to your local machine `git clone`
3. Complete lab requirements
Expand Down
Binary file added resumepic.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.