personal_site/skills.html

91 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Student grades and complain form">
<title>Brock - Skills</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<p><a href="index.html"> About</a></p>
<p><a id="CurrentPage">Skills</a></p>
<p><a href="education.html">Education</a></p>
<p><a href="experience.html">Experience</a></p>
<p><a href="interests.html">Interests</a></p>
<p><a href="contact.html">Contact</a></p>
</nav>
<div>
<figure>
<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>Python</strong>
<progress value="70" max="100"></progress>
</p>
<p>
<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>Git</strong>
<progress value="60" 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>Cloudinary</strong>
<progress value="25" max="100"></progress>
</p>
<p>
<strong>Manufacturing With Steel</strong>
<progress value="60" max="100"></progress>
</p>
</article>
</div>
<footer>
<p>© Brock Tomlinson</p>
</footer>
</body>
</html>