resume.reachableceo.com/index.html

75 lines
3.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 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.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>
<p> These next two sections are under heavy construction They are pending the completion of my "big deliverable" and
also final substance/content/semantic content changes underway as of 19:55 11-18-2024. Watch git for more...</p>
<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>
<li><a href="" target="_blank" class="resume-link">My dice.com profile </a></li>
<li><a href="" target="_blank" class="resume-link">My indeed.com profile </a></li>
<li><a href="" target="_blank" class="resume-link">My monster.com profile </a></li>
<li><a href="" target="_blank" class="resume-link">My ziprecruiter.com profile</a></li>
<li><a href="" target="_blank" class="resume-link">My teal.com profile</a></li>
<li><a href="" target="_blank" class="resume-link">My roberhalf.com profile</a></li>
</ul>
</section>
<section class="resume-links">
<h2>Gig work site profiles</h2>
<ul>
<li><a href="" target="_blank" class="resume-link">My upwork.com profile</a></li>
<li><a href="" target="_blank" class="resume-link">My guru.com profile</a></li>
<li><a href="https://directhire.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>&copy; 2024 Charles N Wyble. All rights reserved.</p>
</footer>
</body>
</html>