added meta tags to all html files for viewport size
This commit is contained in:
parent
5e04d789bd
commit
4385304bf0
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue