resume.reachableceo.com/index.html

63 lines
2.6 KiB
HTML
Raw Normal View History

2024-11-18 21:02:17 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-11-18 21:13:50 +00:00
<meta name="description" content="Resume links for Charles Wyble">
<meta name="author" content="Charles Wyble">
2024-11-18 21:02:17 +00:00
<title>Charles Wyble Resumes</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to My Resume Page</h1>
<p>Here you can find links to my resumes in various formats.</p>
</header>
<section class="resume-links">
<h2>Short version of my resume</h2>
<ul>
<li><a href="./non-cv/CharlesNWybleShortResume.html" target="_blank" class="resume-link">HTML Resume</a></li>
<li><a href="./non-cv/CharlesNWybleShortResume.pdf" target="_blank" class="resume-link">PDF Resume</a></li>
<li><a href="./non-cv/CharlesNWybleShortResume.doc" target="_blank" class="resume-link">DOC Resume</a></li>
</ul>
</section>
<section class="resume-links">
<h2>Long version of my resume</h2>
<ul>
<li><a href="./cv/CharlesNWybleLongResume.html" target="_blank" class="resume-link">HTML Resume</a></li>
<li><a href="./cv/CharlesNWybleLongtResume.pdf" target="_blank" class="resume-link">PDF Resume</a></li>
<li><a href="./cv/CharlesNWybleLongResume.doc" target="_blank" class="resume-link">DOC Resume</a></li>
</ul>
</section>
<ul>
<li><a href="https://github.com/ReachableCEO/resume.reachableceo.com" target="_blank">GIthub repository for the 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>
2024-11-18 21:02:17 +00:00
<ul>
<li><a href="www.linkedin.com/in/charles-wyble-412007337" target="_blank">My linkedin profile</a></li>
<li><a href="" target="_blank">My dice.com profile</a></li>
<li><a href="" target="_blank">My indeed.com profile</a></li>
<li><a href="" target="_blank">My monster.com profile</a></li>
<li><a href="" target="_blank">My ziprecruiter.com profile</a></li>
<li><a href="" target="_blank">My teal.com profile</a></li>
<li><a href="" target="_blank">My roberhalf.com profile</a></li>
</ul>
2024-11-18 21:02:17 +00:00
<ul>
<li><a href="" target="_blank">My upwork.com profile</a></li>
<li><a href="" target="_blank">My guru.com profile</a></li>
<li><a href="" target="_blank">My direct 1099 hire profile</a></li>
2024-11-18 21:02:17 +00:00
</ul>
2024-11-18 21:02:17 +00:00
<footer>
<p>&copy; 2024 Charles N Wyble. All rights reserved.</p>
</footer>
</body>
</html>