added meta tags to all html files for viewport size

This commit is contained in:
SG101 2022-10-10 21:03:05 +02:00
parent 5e04d789bd
commit 4385304bf0
6 changed files with 13 additions and 1 deletions

View file

@ -2,8 +2,10 @@
<html>
<head>
<title>Portfolio - Scott Gerretsen</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="C# and C++ Game Developer">
<meta name="keywords" content="Developer, Portfolio, Game Developer, Software Developer, Programmer">
<meta name="keywords" content="Developer, Portfolio, Game Developer, Software Developer, Programmer, C, C#, C++">
<meta name="author" content="Scott Gerretsen">
<link rel="stylesheet" href="shared/style.css">

View file

@ -3,6 +3,8 @@
<head>
<title>Boids - Scott Gerretsen</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="../shared/jquery.min.js"></script>
<link rel="stylesheet" href="../shared/style.css">
<div id="site-header">

View file

@ -3,6 +3,8 @@
<head>
<title>GML Tile Movement - Scott Gerretsen</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../shared/style.css">
<link rel="stylesheet" href="../shared/projects.css">
<script type="text/javascript" src="../shared/jquery.min.js"></script>

View file

@ -3,6 +3,8 @@
<head>
<title>Ruins of Edis - Scott Gerretsen</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="../shared/jquery.min.js"></script>
<link rel="stylesheet" href="../shared/style.css">
<div id="site-header">

View file

@ -2,6 +2,8 @@
<html>
<head>
<title>Spirit of Science - Scott Gerretsen</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="../shared/jquery.min.js"></script>
<link rel="stylesheet" href="../shared/style.css">

View file

@ -2,6 +2,8 @@
<html>
<head>
<title>Stig Kart 64 - Scott Gerretsen</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="../shared/jquery.min.js"></script>
<link rel="stylesheet" href="../shared/style.css">