profile-fte.reachableceo.com/index.html

45 lines
1.9 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-12-03 11:49:39 +00:00
<title>Charles Wyble Career Page</title>
2024-11-18 21:02:17 +00:00
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
2024-12-03 11:49:39 +00:00
<h1>Welcome to the caeer page for Charles N Wyble</h1>
2024-11-18 21:02:17 +00:00
</header>
<section class="resume-links">
2024-12-03 11:49:39 +00:00
<h2>Resume and candidate info</h2>
2024-11-18 21:02:17 +00:00
<ul>
2024-12-03 11:49:39 +00:00
<li><a href="./non-cv/CharlesNWybleShortResume.pdf" target="_blank" class="resume-link">Short version of my resume (PDF)</a></li>
<li><a href="./cv/CharlesNWybleCV.pdf" target="_blank" class="resume-link">Long version of my resume (PDF)</a></li>
<li><a href="./candidate-info/CharlesNWybleCandidateInfo.pdf" target="_blank" class="resume-link">Candidate Info Sheet (PDF)</a></li>
2024-11-18 21:02:17 +00:00
</ul>
</section>
<section class="resume-links">
2024-12-03 11:49:39 +00:00
<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>
2024-12-03 11:49:39 +00:00
<li><a href="https://www.github.com/reachableceo" target="_blank" class="resume-link">My GitHub profile</a></li>
</ul>
</section>
2024-11-18 21:02:17 +00:00
<section class="resume-links">
<h2>Source code for this site</h2>
<ul>
2024-12-03 11:49:39 +00:00
<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>
2024-11-18 21:02:17 +00:00
</ul>
</section>
2024-11-18 21:02:17 +00:00
<footer>
2024-12-03 11:49:39 +00:00
<p>&copy; 2024 ReachableCEO Enterprises. All rights reserved.</p>
2024-11-18 21:02:17 +00:00
</footer>
</body>
</html>