changed to be my resume website and added my photo to github to try to fix it

This commit is contained in:
2023-05-12 16:02:13 -06:00
parent 64bb7e5008
commit 2b3b153322
17 changed files with 693 additions and 95 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Student grades and complain form">
<title>Rick Astley</title>
<title>Brock - Skills</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
@ -18,41 +18,66 @@
</nav>
<div>
<figure>
<img src="https://static.wikia.nocookie.net/agk/images/1/18/21499dba0eec71730fdaa0534a82e163.jpg/revision/latest?cb=20210511185219" alt="Rick Asley">
<figcaption><h1>Rick Astley</h1></figcaption>
<figcaption><h3>Singer, Songwriter</h3></figcaption>
<figcaption><h5><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">rick.astley@meme.com</a></h5></figcaption>
<img src="Brock_Unicard.png" alt="Photo of Brock Tomlinson as of (Aug 29, 2021)">
<figcaption><h1>Brock Tomlinson</h1></figcaption>
<figcaption><h3>Student Software Engineer</h3></figcaption>
<figcaption><h5><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">darkicewolf50@gmail.com</a></h5></figcaption>
<figcaption><h5><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">brock@eatsleepski.com</a></h5></figcaption>
</figure>
<article>
<h1>Skills</h1>
<p>
<strong>Golang</strong>
<progress value="100" max="100"></progress>
</p>
<p>
<strong>HTML</strong>
<progress value="100" max="100"></progress>
</p>
<p>
<strong>Terraform</strong>
<progress value="90" max="100"></progress>
</p>
<p>
<strong>CSS</strong>
<strong>Python</strong>
<progress value="70" max="100"></progress>
</p>
<p>
<strong>JavaScript</strong>
<strong>HTML</strong>
<progress value="85" max="100"></progress>
</p>
<p>
<strong>Terraform</strong>
<progress value="65" max="100"></progress>
</p>
<p>
<strong>CSS</strong>
<progress value="55" max="100"></progress>
</p>
<p>
<strong>JavaScript</strong>
<progress value="70" max="100"></progress>
</p>
<p>
<strong>AWS</strong>
<progress value="60" max="100"></progress>
</p>
<p>
<strong>YAML</strong>
<progress value="30" max="100"></progress>
</p>
<p>
<strong>C</strong>
<progress value="85" max="100"></progress>
</p>
<p>
<strong>C++</strong>
<progress value="80" max="100"></progress>
</p>
<p>
<strong>LUA</strong>
<progress value="5" max="100"></progress>
</p>
<p>
<strong>Java</strong>
<progress value="30" max="100"></progress>
</p>
<p>
<strong>Manufacturing With Steel</strong>
<progress value="60" max="100"></progress>
</p>
</article>
</div>
<footer>
<p>© Rick Astley</p>
<p>© Brock Tomlinson</p>
</footer>
</body>
</html>