diff options
Diffstat (limited to 'public/about/media')
-rw-r--r-- | public/about/media | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/public/about/media b/public/about/media index a5aa988..ae595c7 100644 --- a/public/about/media +++ b/public/about/media @@ -1,38 +1,36 @@ <!DOCTYPE html> -<html lang="en"> -<head> +<html lang="en-GB"> + <head> <meta charset="UTF-8"> + <meta name="author" content="Shipwreckt"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Hardware</title> <link rel="stylesheet" href="../styles.css"> <link rel="icon" href="../Images/favi.png" type="image/x-icon"> -</head> -<body> + </head> + <body> <header> - <nav> - <ul> - <li><a href="../index.html">Home</a></li> - <li><a href="../links.html">Links</a></li> - <li><a href="../projects.html">Projects</a></li> - <li><a href="../contact.html">Contact</a></li> - </ul> - </nav> + <nav> + <ul> + <li><a href="../index.html">Home</a></li> + <li><a href="../links.html">Links</a></li> + <li><a href="../projects.html">Projects</a></li> + <li><a href="../contact.html">Contact</a></li> + </ul> + </nav> </header> <main> <h1>Media I Enjoy!</h1> - <p>This page is about some media I enjoy. It is divided into two different categories: video games and movies, for now, I do plan to add some books in the future!</p> - <hr> + <p>This page is about some media I enjoy. It is divided into two different categories: video games and movies, for now, I do plan to add some books in the future!</p><hr> <h2>Video Games</h2> <img src="../Images/media/zomboid.jpg" class="left-image" width="100" style="padding: 10px; display: block; margin: 10px auto; max-width: 100%;"> - <br><p>My favorite video game is <a href="https://projectzomboid.com">Project Zomboid</a>, a zombie survival game where you have to survive for the longest amount of time. I like the amount of mods the Project Zomboid community has made over time, which add so much content to the game. I am excited for when they add other humans as AI into the game because that would create a whole new level to the game.</p> - - <br><hr> + <br><p>My favorite video game is <a href="https://projectzomboid.com">Project Zomboid</a>, a zombie survival game where you have to survive for the longest amount of time. I like the amount of mods the Project Zomboid community has made over time, which add so much content to the game. I am excited for when they add other humans as AI into the game because that would create a whole new level to the game.</p><br><hr> <h2>Movies</h2> <a href="http://www.revolution-os.com"><img src="../Images/media/revolutionos.jpg" class="left-image" width="100" style="padding: 10px; display: block; margin: 10px auto; max-width: 100%;"></a> <br><p>A movie I can watch over and over again is <a href="http://www.revolution-os.com/index.html">Revolution OS</a> because I love the way it covers the Free software and open source software movements separately and in a non-biased way. It also provides a lot of information about one of my favorite subjects, the GNU/Linux operating system.</p> </main> -</body> + </body> </html> |