Initial commit - skeleton

This commit is contained in:
Piv
2023-08-01 20:58:45 +09:30
commit 54257d1a60
7 changed files with 145 additions and 0 deletions

61
index.html Normal file
View File

@@ -0,0 +1,61 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Michael Pivato</title>
<link rel="stylesheet" href="node_modules/@picocss/pico/css/pico.min.css" />
</head>
<body>
<nav>
<ul>
<!--TODO: Initials top left-->
<li></li>
<!--Something useful here, not really sure what though-->
<li></li>
</ul>
<!--TODO: Other useful links (e.g. github, seek profile)-->
<ul></ul>
</nav>
<main class="container">
<aside>
<nav>
<details>
<summary>Career</summary>
<ul>
<li>
<a class="secondary" href="#career"></a>
</li>
</ul>
</details>
</nav>
</aside>
<div role="document">
<header>
<hgroup>
<h1>Michael Pivato</h1>
<h2>Career summary and interests</h2>
</hgroup>
</header>
<section id="career">
<h2>Career</h2>
<article>
<hgroup>
<h3>PowerHealth Solutions</h3>
<h4>2019 - Current</h4>
</hgroup>
<h4>Key Responsibilities</h4>
<ul>
<li></li>
</ul>
<h4>Key Achievements</h4>
<ul>
<li></li>
</ul>
</article>
</section>
<section id="interests">
<article></article>
</section>
<section id="hobbies"></section>
</div>
</main>
</body>