Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 52 additions & 29 deletions schober-enzo/index.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,56 @@
<!DOCTYPE html>
<html lang="en">
<head>
<div><header>
<meta charset="utf-8">
<title>@@MyName@@’s Card</title>
<style>
/* Styling */
</style>
</head>
</head>
<body>
<header>
<h1>@@MyName</h1>
</header>
<main>
<section aria-labelledby="bio-heading">
<h2 id="bio-heading">Bio</h2>
<p>@@About Me@@</p>
</section>
<section aria-labelledby="hobbies-heading">
<h2 id="hobbies-heading">Hobbies</h2>
@@My Hobbies@@
</section>
<section aria-labelledby="workxp-heading">
<h2 id="workxp-heading">Work Experience</h2>
@@My Work Experience@@
</section>
</main>
<script>
/* Scripting */
</script>
</body>
<section style="background-color: orange;">
<h1 style="text-align: center;">Enzo Schober</h1>
<p style="text-align: center;"><em>Pleasure doing business with you.</em></p>
<p style="text-align: center;"><em>Est. 1991.</em></p>
</section>
</header></div>

<div style="text-align: center;"><main><img src="Enzo.JPG" alt="Enzo's Accident" width="140" />
<section aria-labelledby="bio-heading">
<section style="background-color: gold;">
<section>
<h2>Hard Skills</h2>
<ul style="columns: 2;">
<li>Skateboarding</li>
<li>Landing Tricks</li>
<li>Not Landing Tricks</li>
<li>Falling</li>
<li>Wearing a helmet (always)</li>
<li>Getting mad air</li>
<li>Looking good</li>
<li>Healing up nicely</li>
<li>A wee bit of HTML</li>
<li>CSS (JK!)</li>
</ul>
</section>

<section>
<h2>Work Experience</h2>
<h3>Amateur Ramp Builder</h3>
<p><strong>City of Kelowna</strong></a><br /><time datetime="2023-07">July 2023</time>&ndash;Present</p>
<h3>Psychoanalyst</h3>
<p><strong>Vancouver General Hospital</strong></a><br /><time datetime="2016-05">May 2015</time>&ndash;<time datetime="2018-08">August 2019</time></p>
</section>

<section>
<h2>Education</h2>
<p><strong>Bachelors of Science, Kickflips</strong>, <time>2019</time><br /><a href="https://www.thrashermagazine.com/"><strong><em>Thrasher Academy</em></strong></a></p>
<p>&nbsp;</p>
</section>
</section>
</section>
</main></div>

<div><footer>
<div style="text-align: center;"><main>
<section style="background-color: powderblue;"><img src="Dog Summer GIF by Andy Gottschalk.gif" alt="Dog Skateboarding" />
<p style="text-align: center;">Made by Enzo 😀</p>
</section>

</main></div>
</footer></div>
</html>