added metadata
This commit is contained in:
parent
8e587c6897
commit
5e04d789bd
|
@ -2,6 +2,9 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Portfolio - Scott Gerretsen</title>
|
<title>Portfolio - Scott Gerretsen</title>
|
||||||
|
<meta name="description" content="C# and C++ Game Developer">
|
||||||
|
<meta name="keywords" content="Developer, Portfolio, Game Developer, Software Developer, Programmer">
|
||||||
|
<meta name="author" content="Scott Gerretsen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="shared/style.css">
|
<link rel="stylesheet" href="shared/style.css">
|
||||||
<link rel="stylesheet" href="shared/projects.css">
|
<link rel="stylesheet" href="shared/projects.css">
|
||||||
|
@ -18,14 +21,14 @@
|
||||||
<body>
|
<body>
|
||||||
<section>
|
<section>
|
||||||
<h1 id="intro-sentence">Hello, my name is Scott. I'm a programming obsessive with a love for odd solutions and figuring out complex problems.</h1>
|
<h1 id="intro-sentence">Hello, my name is Scott. I'm a programming obsessive with a love for odd solutions and figuring out complex problems.</h1>
|
||||||
<p class="intro-paragraph" indented>
|
|
||||||
For school my projects are mainly in Unity with programming in C#, though recently I have gotten opportunities to work in Unreal Engine 5 with blueprints and C++ which is rather fun. For personal projects I like working in C or C++ depending on the project's complexity.
|
|
||||||
</p>
|
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<h2 id="projects">Projects</h2>
|
<h2 id="projects">Projects</h2>
|
||||||
<div indented>
|
<div indented>
|
||||||
|
<p class="intro-paragraph">
|
||||||
|
For school my projects are mainly in Unity with programming in C#, though recently I have gotten opportunities to work in Unreal Engine 5 with blueprints and C++ which is rather fun. For personal projects I like working in C or C++ depending on the project's complexity.
|
||||||
|
</p>
|
||||||
<div class="project-grid">
|
<div class="project-grid">
|
||||||
<a class="internal" href="projects/ruins-of-edis.html">
|
<a class="internal" href="projects/ruins-of-edis.html">
|
||||||
<div class="project-card" ruins-of-edis></div>
|
<div class="project-card" ruins-of-edis></div>
|
||||||
|
|
Loading…
Reference in a new issue