58 lines
2.4 KiB
HTML
58 lines
2.4 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>Rick Astley</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">Inertests</a></p>
|
|
<p><a href="contact.html">Contact</a></p>
|
|
</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>
|
|
</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>
|
|
<progress value="70" max="100"></progress>
|
|
</p>
|
|
<p>
|
|
<strong>JavaScript</strong>
|
|
<progress value="65" max="100"></progress>
|
|
</p>
|
|
<p>
|
|
<strong>AWS</strong>
|
|
<progress value="60" max="100"></progress>
|
|
</p>
|
|
</article>
|
|
</div>
|
|
<footer>
|
|
<p>© Rick Astley</p>
|
|
</footer>
|
|
</body>
|
|
</html> |