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 16:12:32 +00:00
< h1 > Welcome to the career page for Charles N Wyble< / h1 >
2024-11-18 21:02:17 +00:00
< / header >
< section class = "resume-links" >
2024-12-04 15:26:46 +00:00
< h2 > Resume and candidate info for job boards/recruiters< / h2 >
2024-11-18 21:02:17 +00:00
< ul >
2024-12-04 15:33:37 +00:00
< li > < a href = "./job-board/CharlesNWyble-Resume.pdf" target = "_blank" class = "resume-link" > Charles N Wyble resume (PDF)< / a > < / li >
< li > < a href = "./job-board/CharlesNWyble-Resume.doc" target = "_blank" class = "resume-link" > Charles N Wyble resume (DOC)< / a > < / li >
2024-12-04 15:26:46 +00:00
< li > < a href = "./recruiter/CharlesNWybleCandidateInfo.pdf" target = "_blank" class = "resume-link" > Candidate Info Sheet (PDF)< / a > < / li >
< / ul >
< / section >
< section class = "resume-links" >
< h2 > Resume for submission to end clients by recruiters< / h2 >
< ul >
2024-12-04 15:33:37 +00:00
< li > < a href = "./client-submit/CharlesNWyble-Resume.pdf" target = "_blank" class = "resume-link" > Charles N Wyble resume (PDF)< / a > < / li >
< li > < a href = "./client-submit/CharlesNWyble-Resume.doc" target = "_blank" class = "resume-link" > Charles N Wyble resume (DOC)< / 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 >
2024-11-19 01:07:12 +00:00
< 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 >
2024-11-19 00:53:09 +00:00
< / ul >
2024-11-19 01:07:12 +00:00
< / section >
2024-11-18 21:02:17 +00:00
2024-11-19 01:07:12 +00:00
< section class = "resume-links" >
< h2 > Source code for this site< / h2 >
2024-11-19 00:53:09 +00:00
< 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 >
2024-11-19 01:07:12 +00:00
< / section >
2024-11-18 21:02:17 +00:00
< footer >
2024-12-03 11:49:39 +00:00
< p > © 2024 ReachableCEO Enterprises. All rights reserved.< / p >
2024-11-18 21:02:17 +00:00
< / footer >
< / body >
< / html >