CSY1018-assignment-1/site/report.html

39 lines
1.5 KiB
HTML
Raw Normal View History

2022-03-10 14:38:16 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Portfolio showcasing projects worked on by Joshua Perry">
<meta name="keywords" content="HTML, CSS, JavaScript, jpez, jpez-development, home, bio, portfolio">
<meta name="author" content="Joshua Perry">
<base href="../"/>
<title>J-Pez Development</title>
<link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg">
<link rel="stylesheet" href="style/main.css" media = "screen">
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
2022-03-27 18:51:01 +00:00
<link rel="stylesheet" href="sitereport/sitereport.css" media="screen">
2022-03-10 14:38:16 +00:00
</head>
2022-03-27 18:51:01 +00:00
<body id="clicked">
2022-03-10 14:38:16 +00:00
<nav class="navigation">
2022-03-27 18:51:01 +00:00
<a class="hidenav" href="sitereport/sitereport.html#"> X</a>
2022-03-10 14:38:16 +00:00
<a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a>
<a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a>
<a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a>
<a class="nav link" id="contact" href="contact/contact.html"><h2>Contact</h2></a>
<a class="arrow right"></a>
</nav>
2022-03-27 18:51:01 +00:00
<main>
<a class="shownav" href="sitereport/sitereport.html#clicked"></a>
</main>
2022-03-10 14:38:16 +00:00
<footer>
&copy; Joshua Perry 2022
</footer>
</body>
</html>