Files

44 lines
1.8 KiB
HTML
Executable File

<!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 N Wyble">
<title>Charles N Wyble Employment Profile Page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to the Charles N Wyble Employment Profile Page</h1>
</header>
<section class="resume-links">
<h2>Employment profile documents for Charles N Wyble </h2>
<ul>
<li><a href="./recruiter/CharlesNWyble-CandidateInfoSheet.pdf" target="_blank" class="resume-link">Charles N Wyble Candidate Profile (PDF)</a></li>
<li><a href="./job-board/CharlesNWyble-Resume.pdf" target="_blank" class="resume-link">Charles N Wyble Comprehensive Employment History (PDF)</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/ReachableCEO-Profile-FullTimeEmployment/" target="_blank" class="resume-link">Git repository for this site backend content.</a></li>
</ul>
</section>
<footer>
<p>&copy; 2025 ReachableCEO Enterprises LLC. All rights reserved.</p>
</footer>
</body>
</html>