59 lines
2.0 KiB
HTML
59 lines
2.0 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 Resumes</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Welcome to Charles N Wyble Resume Page</h1>
|
|
<p>Here you can find links to my resumes in various formats.</p>
|
|
<p>Also links to my full time/contract/gig profiles.</p>
|
|
</header>
|
|
|
|
<section class="resume-links">
|
|
<h2>Short version of my resume</h2>
|
|
<ul>
|
|
<li><a href="./non-cv/CharlesNWybleShortResume.pdf" target="_blank" class="resume-link">PDF Resume</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="resume-links">
|
|
<h2>Long version of my resume</h2>
|
|
<ul>
|
|
<li><a href="./cv/CharlesNWybleCV.pdf" target="_blank" class="resume-link">PDF Resume</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
|
|
<section class="resume-links">
|
|
<h2>Full time/contract 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>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="resume-links">
|
|
<h2>Gig work site profiles</h2>
|
|
<ul>
|
|
<li><a href="https://freelance.reachableceo.com" target="_blank" class="resume-link">My direct 1099 hire 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">Github repository for this site contents.</a></li>
|
|
<li><a href="https://github.com/ReachableCEO/ReachableCEOResume" target="_blank">GIthub repository for this site markdown/scripts etc</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>© 2024 Charles N Wyble. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |