54 lines
2.4 KiB
HTML
54 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Resume links for Charles Wyble">
|
|
<meta name="author" content="Charles Wyble">
|
|
<title>Charles Wyble Career Page</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Welcome to the career page for Charles N Wyble</h1>
|
|
</header>
|
|
|
|
<section class="resume-links">
|
|
<h2>Resume and candidate info for job boards/recruiters</h2>
|
|
<ul>
|
|
<li><a href="./job-board/CharlesNWyble-Resume.pdf" target="_blank" class="resume-link">Charles N Wyble resume (PDF)</a></li>
|
|
<li><a href="./job-board/CharlesNWyble-Resume.doc" target="_blank" class="resume-link">Charles N Wyble resume (DOC)</a></li>
|
|
<li><a href="./recruiter/CharlesNWyble-CandidateInfoSheet.pdf" target="_blank" class="resume-link">Candidate Info Sheet (PDF)</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="resume-links">
|
|
<h2>Resume for submission to end clients by recruiters</h2>
|
|
<ul>
|
|
<li><a href="./client-submit/CharlesNWyble-Resume.pdf" target="_blank" class="resume-link">Charles N Wyble resume (PDF)</a></li>
|
|
<li><a href="./client-submit/CharlesNWyble-Resume.doc" target="_blank" class="resume-link">Charles N Wyble resume (DOC)</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="resume-links">
|
|
<h2>Social media site profiles</h2>
|
|
<ul>
|
|
<li><a href="https://www.linkedin.com/in/charles-wyble-412007337" target="_blank" class="resume-link">My linkedin profile</a></li>
|
|
<li><a href="https://www.github.com/reachableceo" target="_blank" class="resume-link">My GitHub profile</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="resume-links">
|
|
<h2>Source code for this site</h2>
|
|
<ul>
|
|
<li><a href="https://git.knownelement.com/ReachableCEO/profile-fte.reachableceo.com" target="_blank" class="resume-link">Git repository for this site front end content.</a></li>
|
|
<li><a href="https://git.knownelement.com/ReachableCEO/ReachableCEO-Profile-FullTimeEmployment" target="_blank" class="resume-link">GIt repository for this site backend content.</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>© 2025 ReachableCEO Enterprises LLC. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|