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 IMG_7616(1).JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions Resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<head>
<center><header><h1>Tajanae Boone</h1></header></center>
</head><br>

<body>

<center><small><img src= IMG_7616(1).JPG width="300" height="500"></small></center>


<section>
<h1>Objective</h1><br>
My goal is to create a great portfolio and use it during my job search. I plan to find a position as an entry level javascript developer. It would be great to work for a company who values their developers and has plenty of opportunities for growth.


</section><br>

<section>
<h2>Work Experience</h2><br>
Financial Services Supervisor
<ul>
<li>TD Bank Hygeia Branch</li>
<li>October 2019 to October 2020</li>
<li>Managing bank tellers and customer service reps daily in order to meet quarterly goals.
</ul>
<br>

Fraud Analyst
<ul>
<li>Bank of America</li>
<li>December 2018 to September 2019</li>
<li>Assessing risk levels of fraud and making decisions to help protect accounts of customers. </li>
</ul>
</section><br>

<section>
<h3>Education</h3><br>
Goldey-Beacom College
<ul>
<li>Masters of Business Administration concen. in Human Resources</li>
<li>Graduated: May 2019</li>
</ul>
</section><br>

<section>
<h4>My Skills</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Fidelity</li>
<li>MS Office Suite</li>
<li>CRM Database systems</li>
<li>Synergy</li>
<li>Lexis Nexis</li>
</ul>
</section><br>

<section>
<h4>LinkedIn:</h4>
<a href="https://www.linkedin.com/in/tajanae-boone/">Tajanae Boone's LinkedIn</a>
<br><br>




</section>
</body>
</html>
67 changes: 67 additions & 0 deletions contact-form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<head>
<center><header><h1>Contact Form</h1></header></center>
</head><br>

<body>

<label for="First Name">First Name:</label>
<input type="text" id="firstname" name="firstname" max lenght="30" required><br><br>

<label for="Name">Last Name:</label>
<input type="text" id="lastname" name="lastname" max length="30" required><br><br>

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


<label>Phone Type:</label><br>

<input type="radio" id="Landline" name="phonetype">Landline</label><br><br>
<input type="radio" id="Mobile" name="phonetype">Mobile</label><br><br>

<label for="mail">Email:</label>
<input type="email" id="email" name="user_email" max length="50" required> <br><br>


<label for="How did you hear about us">How did you hear about us? :</label>
<select id="How did you hear" name="user_hear about us">

<option value="Search Engine">Search Engine</option>
<option value="Social Media">Social Media</option>
<option value="Recruiter">Recruiter</option><br>
</select><br><br>


<section>
<label>Interests for Contacting:</label><br>

<input type="checkbox" id="HTML" value="interestHTML" name="user_interest">
<label for="HTML">HTML</label><br>

<input type="checkbox" id="Fidelity" value="interestFidelity" name="user_interest">
<label for="Fidelity">Fidelity</label><br>

<input type="checkbox" id="Synergy" value="interestsynergy" name="user_interest">
<label for="synergy">Synergy</label><br>

<input type="checkbox" id="CSS" value="interestcss" name="user_interest">
<label for="css">CSS</label><br>

<input type="checkbox" id="MS Office Suite" value="interest_ms office suite" name="user_interest">
<label for="ms office suite">MS Office Suite</label><br>

<input type="checkbox" id="Lexis Nexis" value="interest_lexis nexis" name="user_interest">
<label for="Lexis Nexis">Lexis Nexis</label><br>

<input type="checkbox" id="CRM Databases" value="interest_crm databases" name="user_interest">
<label for="CRM Databases">CRM Databases</label><br><br>
</section>

<Label>Message:</label><br>
<textarea name="message" id="message" max length="250"> </textarea><br><br>

<input type="submit" value="Submit">

</body>
</html>