personal_site/index.html

55 lines
3.1 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 id="CurrentPage">About</a></p>
<p><a href="skills.html">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>About</h1>
<p>I'm an English singer, songwriter and radio personality, who has been active in music for several decades. You've probably already seen my video by clicking on random links on the Internet!</p>
<p>A few points about me: I will never</p>
<table>
<tr>
<td><input type="checkbox" checked>Give You Up</td>
<td><input type="checkbox" checked>Make You Cry</td>
</tr>
<tr>
<td><input type="checkbox" checked>Let You Down</td>
<td><input type="checkbox" checked>Say Goodbye</td>
</tr>
<tr>
<td><input type="checkbox" checked>Tell A Lie</td>
<td><input type="checkbox" checked>Run Around</td>
</tr>
<tr>
<td><input type="checkbox" checked>Desert You</td>
<td><input type="checkbox" checked>Hurt You</td>
</tr>
</table>
</article>
</div>
<footer>
<p>© Rick Astley</p>
</footer>
</body>
</html>