beauty achieved

This commit is contained in:
Charles N Wyble 2024-12-03 05:49:39 -06:00
parent 52e021bc61
commit 9c6538bd7b
13 changed files with 11 additions and 25 deletions

Binary file not shown.

Binary file not shown.

View File

@ -5,55 +5,41 @@
<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>
<title>Charles Wyble Career Page</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>
<h1>Welcome to the caeer page for Charles N Wyble</h1>
</header>
<section class="resume-links">
<h2>Short version of my resume</h2>
<h2>Resume and candidate info</h2>
<ul>
<li><a href="./non-cv/CharlesNWybleShortResume.pdf" target="_blank" class="resume-link">PDF Resume</a></li>
<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>
</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>
<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>
</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>
<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">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>
<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>&copy; 2024 Charles N Wyble. All rights reserved.</p>
<p>&copy; 2024 ReachableCEO Enterprises. All rights reserved.</p>
</footer>
</body>
</html>

Binary file not shown.