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 images/IMG_0525[7879deloris].jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!Doctype html>
<html>

<head>
<title>HTML Forms</title>
</head>

<body>
<div>
<Header>

<section>

<h1>Resume</h1>
<h3> Name: Deloris Luckett</h3>
<h3>Objective</h3>
<ol>
<li><a href="#"></a>To get a remote job</li>
<li><a href="#"></a> To re-enter the coding field</li>
<li><a href="#"></a> To make more money than Im making now</li>
</ol>
</div>

</section>

<section>

<h3>Work Experience</h3>
<p> Software Ag 2009-Current I Develped and designed software systems using "Natural adabas" </p>
<p> Sas 1998-2009 I Did client services and designed SAS systems for their client base" </p>

<nav>

</section>

<h3> Education:</h3>
<p>BSBA in Management Information Systems</p>
<section>
<h3> Skills:</h3>
<p> Sas software </p>
<p>OS/JCL</p>
<p> Adabas Natural</P>
<h3> Linkedin Profile Address:</h3>
<p>linkin.com/in/deloris-luckett-6459.c898</p>
<h3> Profile Image:</h3>
<img src=".\images\IMG_0525[7879deloris].jpg" />
<h3>Award and Certificate:</h3>
<p>Adabas certification</p>
<p>SaS repository cerification</p>>
</section>
</Header>
</nav>
</body>
</Header>
54 changes: 54 additions & 0 deletions resumeinput.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!Doctype html>

<html>

<head>
<meta charset="utf8">
<title>HTML FORMS</title>

</head>

<body>
<form action="index.html" method="post">

<label for="First name">First Name:</label>
<input type=text id="First Name" name="user_firstname">

<label for="lastName">Last Name:</label>
<input type="text" id="lastName" name="user_Lastname">

<label for="phone">Contact Phone:</label>
<input type="text" id="phone" name="user_phone">
<div>
<p>Phone Type</p>
<input type="radio" id="land line" name="type">
<label for="landline">landline</label>

<input type="radio" id="mobile" name="type">
<label for="mobile">mobile</label>
</div>
<br> <br> <br>
<label for="Email">email</label>
<input type="Email" id="Contact" name="user_email"> <br><br>

<form action="index.html" method="post">
<label for="about">How did you hear about us:</label>

<select name="hear" id="about-select">
<option value="">--Please choose an option--</option>
<option value="About">Search Engine</option>
<option value="Social">Social Media</option>
<option value="Recruiter">Recruiter</option>

</select>

<h3>interest for contacting</h3><br>
<input type="checkbox" id="teacher" name="teacher" value="teacher">
<label for="teacher"></label>Html Teacher </label><br>
<input type="checkbox" id="web" name="web" value="web">
<label for="web">Web Developer </label><br>
<input type="checkbox" id="tutor" name="tutor" value="tutor">
<label for="contact">Web Design Tutor</label>
</body>
<footer>
</footer>