Add 'www/index.html'
This commit is contained in:
parent
4efff9d67a
commit
29a92a273c
|
@ -0,0 +1,65 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hire Sarimoko</title>
|
||||
<meta name="author" content="Sarimoko by Travis Reames">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="hire, commission, freelance, fulltime, parttime, work, chico, california, remote, content creator, graphic designer">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hire Sarimoko</h1>
|
||||
<div class="info">
|
||||
<div class="info-left">
|
||||
<p id="info-name"></p>
|
||||
<p id="info-loc"></p>
|
||||
</div">
|
||||
<div class="info-right">
|
||||
<p id="info-mobile"></p>
|
||||
<p id="info-email"></p>
|
||||
</div">
|
||||
<img src="profile.jpg" alt="Pic of Travis Reames">
|
||||
</div>
|
||||
<h3>Profile</h3>
|
||||
<p id="about"></p>
|
||||
<div class="work-current">
|
||||
<h5>Owner | Sarimoko Inc. | 2016 ~ Current</h5>
|
||||
<p id="work-sarimoko-about"></p>
|
||||
<h5>Driver | DoorDash | 2020 ~ Current</h5>
|
||||
<p id="work-doordash-about"></p>
|
||||
</div>
|
||||
<div class="work-history">
|
||||
<h5>Caretake & Power of Attourney | Bobinski Family Trust | 2015 ~ 2021</h5>
|
||||
<p id="work-postmates-about"></p>
|
||||
<h5>Driver | Postmates | 2018 ~ 2020</h5>
|
||||
<p id="work-postmates-about"></p>
|
||||
|
||||
</div>
|
||||
<div class="edu">
|
||||
<h5>Poli-Sci | Saddleback Community College | 2006 ~ 2010</h5>
|
||||
<p id="edu-saddleback-about"></p>
|
||||
<h5>T3 | Apple Inc. | 2009</h5>
|
||||
<p id="edu-apple-t3"></p>
|
||||
<h5>Diagnositc & Repair | Apple Inc. | 2010</h5>
|
||||
<p id="edu-apple-genius"></p>
|
||||
</div>
|
||||
<script>
|
||||
// Info
|
||||
document.getElementById("info-name").innerHTML = "<b>Name:</b> Travis Reames";
|
||||
document.getElementById("info-loc").innerHTML = "<b>Location/Timezone:</b> Chico, California";
|
||||
document.getElementById("info-mobile").innerHTML = "<b>Call/SMS:</b> 916.462.1711";
|
||||
document.getElementById("info-email").innerHTML = "<b>E-Mail:</b> travis@sarimoko.com";
|
||||
// Profile
|
||||
document.getElementById("about").innerHTML = "777";
|
||||
// Corporate Skillsets
|
||||
// Technical Skillsets
|
||||
// Current Employement
|
||||
document.getElementById("work-sarimoko-about").innerHTML = "At current times all content creation of various commission types are soles produced by Travis Reames. ";
|
||||
document.getElementById("work-sarimoko-doordash").innerHTML = "777";
|
||||
// Past Work History
|
||||
// Education
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue