-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
62 lines (54 loc) · 2.12 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
layout: default
title: About
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
</head>
<body>
{% include navigation.html %}
<article>
<h1>About Me</h1>
<section id="AboutMe">
<div class="container">
<p>
Passionate gameplay programmer armed with a Bachelor's degree in Game Design (May 2021) and one
year of professional experience, coupled with an impressive four-year track record of personal
projects.
</p>
<p>
Well-versed in leveraging Unity Engine and C# to bring creative visions to life.
Fueled by a commitment to engineering gaming experiences that leave a lasting impact on players,
my portfolio showcases the fusion of technical proficiency and creative innovation.
</p>
</div>
</section>
<section id="Specialty">
<h2>Engine Specialty</h2>
<div class="container">
<h3> Unity Engine</h3>
<p>6 years of experience earned in College and beyond </p>
<p>One Professionally shipped mobile title </p>
<p>Immense and demonstrable skill with 3D and 2D </p>
<p>Exemplary instruction of students new to Engine</p>
</div>
</section>
<footer>
<a class="SiteLink" name=MastodonLink href="https://peoplemaking.games/@BrightByte"
alt="Mastodon Profile Link">
<img src="Logos/mastodonlogo-purple.svg">
</a>
<a class="SiteLink" name=LinkedInLink href="https://www.linkedin.com/in/scotta99/" alt="LinkedIn Link">
<img src="Logos/In-Blue-128.png">
</a>
<a class="SiteLink" name=EmailLink href="mailto:[email protected]">
<img src="Logos/mail-logo.png" alt="Email Link">
</a>
</footer>
</article>
</body>
</html>