.gitea
.github
ENSF 381 Assignment Backup
PAGE-ADDRESS.md
README.md
contact.html
education.html
experience.html
index.html
interests.html
skills.html
style.css
Old Version
assets
dioxus info
pictures
src
.gitignore
Cargo.lock
Cargo.toml
Design Docs.drawio
Dioxus.toml
README.md
techs.json
33 lines
1.4 KiB
HTML
33 lines
1.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 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 id="CurrentPage">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>
|
|
|
|
</div>
|
|
<footer>
|
|
<p>© Rick Astley</p>
|
|
</footer>
|
|
</body>
|
|
</html> |