the skeleton has come together. now it's time to put meat on them bones! the big deliverable is getting closer.
This commit is contained in:
parent
4c1f4f0006
commit
c6d323704f
42
index.html
42
index.html
@ -10,8 +10,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Welcome to My Resume Page</h1>
|
||||
<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">
|
||||
@ -32,29 +33,40 @@
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/ReachableCEO/resume.reachableceo.com" target="_blank">Github repository for the 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>
|
||||
|
||||
|
||||
<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">My linkedin profile</a></li>
|
||||
<li><a href="" target="_blank">My dice.com profile</a></li>
|
||||
<li><a href="" target="_blank">My indeed.com profile</a></li>
|
||||
<li><a href="" target="_blank">My monster.com profile</a></li>
|
||||
<li><a href="" target="_blank">My ziprecruiter.com profile</a></li>
|
||||
<li><a href="" target="_blank">My teal.com profile</a></li>
|
||||
<li><a href="" target="_blank">My roberhalf.com profile</a></li>
|
||||
<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">My upwork.com profile</a></li>
|
||||
<li><a href="" target="_blank">My guru.com profile</a></li>
|
||||
<li><a href="https://directhire.reachableceo.com" target="_blank">My direct 1099 hire profile</a></li>
|
||||
<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>© 2024 Charles N Wyble. All rights reserved.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user