44 lines
1.7 KiB
HTML
44 lines
1.7 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</h2>
|
|
<ul>
|
|
<li><a href="./CharlesNWybleResume.pdf" target="_blank" class="resume-link">Charles N Wyble resume (PDF)</a></li>
|
|
<li><a href="./CharlesNWybleCandidateInfo.pdf" target="_blank" class="resume-link">Candidate Info Sheet (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://github.com/ReachableCEO/resume.reachableceo.com" target="_blank" class="resume-link">Github repository for this site contents.</a></li>
|
|
<li><a href="https://github.com/ReachableCEO/ReachableCEOResume" target="_blank" class="resume-link">GIthub repository for this site markdown/scripts etc</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>© 2024 ReachableCEO Enterprises. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |