Missed index.html ...

This commit is contained in:
KyleDOT 2023-10-24 21:11:02 +09:30
parent c9cfdb0a20
commit dc44f15b7f
2 changed files with 16 additions and 23 deletions

View File

@ -2,30 +2,9 @@
<html>
<head>
<title>Kyle's Network</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<style>
body {background-color: #0f1a30;}
h1 {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
h2 {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
h3 {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
p {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
a {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
.container { display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"kyledot nightcall external"
"thebakery thecaldera external";
}
.kyledot { grid-area: kyledot; }
.thebakery { grid-area: thebakery; }
.nightcall { grid-area: nightcall; }
.thecaldera { grid-area: thecaldera; }
.external { grid-area: external; }
</style>
<h1>Kyle's Network</h1>
<div class="container">
<div class="kyledot">
@ -65,7 +44,7 @@
</div>
<footer>
<p>* Indicates planned or WIP website</p>
<p>Made by Kyle - Last updated: 2023/10/15</p>
<p>Made by Kyle - Last updated: 2023/10/24</p>
</footer>
</body>
</html>

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Kyle's Resume</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Kyle's Resume</h1>
<footer>
<p>Made by Kyle - Last updated: 2023/10/24</p>
</footer>
</body>
</html>