updated to reflect changed structure. also checking in html/css

This commit is contained in:
2025-08-08 09:25:25 -05:00
parent 7b97c31cf4
commit 8b1cd626db
3 changed files with 121 additions and 1 deletions

44
RenderedAssets/index.html Executable file
View File

@@ -0,0 +1,44 @@
<!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 N Wyble">
<title>Charles N Wyble Employment Profile Page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to the Charles N Wyble Employment Profile Page</h1>
</header>
<section class="resume-links">
<h2>Employment profile documents for Charles N Wyble </h2>
<ul>
<li><a href="./recruiter/CharlesNWyble-CandidateInfoSheet.pdf" target="_blank" class="resume-link">Charles N Wyble Candidate Profile (PDF)</a></li>
<li><a href="./job-board/CharlesNWyble-Resume.pdf" target="_blank" class="resume-link">Charles N Wyble Comprehensive Employment History (PDF)</a></li>
</ul>
</section>
<section class="resume-links">
<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>
<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://git.knownelement.com/reachableceo/profile-fte.reachableceo.com" target="_blank" class="resume-link">Git repository for this site front end content.</a></li>
<li><a href="https://git.knownelement.com/reachableceo/ReachableCEO-Profile-FullTimeEmployment/src/branch/main/joplin" target="_blank" class="resume-link">Git repository for this site backend content.</a></li>
</ul>
</section>
<footer>
<p>&copy; 2025 ReachableCEO Enterprises LLC. All rights reserved.</p>
</footer>
</body>
</html>