-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 2.08 KB
/
index.html
File metadata and controls
37 lines (35 loc) · 2.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Kolten Morales | Home</title>
<link href="kolten.css" rel="stylesheet"/>
<script src="index.js" defer></script>
</head>
<body>
<header>
<h1 id="header">Kolten Morales</h1>
<nav>
<a href="plans/plans.html"><button style="--clr:#00FFFF"><span>Skills</span><i></i></button></a>
<a href="Software/Software.html"><button style="--clr:#00FFFF"><span>Software</span><i></i></button></a>
<a href="games/games.html"><button style="--clr:#00FFFF"><span>Games</span><i></i></button></a>
<a href="Contacts/ContactMe.html"><button style="--clr:#00FFFF"><span>Contact Me</span><i></i></button></a>
</nav>
</header>
<main style="max-width: 800px; margin: 40px auto; padding: 0 20px;">
<section style="text-align: center;">
<img src="./KMHeadshot.jpg" width="200" style="border-radius: 100px; box-shadow: 0 4px 12px rgba(0, 255, 255, 0.4);" alt="Kolten Morales headshot"/>
</section>
<section>
<h2 class="full-border" style="margin-top: 30px;">Bio</h2>
<p style="line-height: 1.6; font-size: 1.05rem;">
My journey into computer science began in high school, where I participated in the 2019 Coolmath Game Jam. Although I didn't place, the experience of playing a game I built from scratch was unforgettable—and it sparked my passion for development.
</p>
<p style="line-height: 1.6; font-size: 1.05rem;">
I immersed myself in STEM classes—engineering, programming, and design—and knew I wanted a career creating interactive software. When it came time to choose a college, I picked Neumont College of Computer Science for its project-based learning. It's been a perfect fit, letting me develop a portfolio filled with real games, AI tools, and cross-platform software.
</p>
</section>
</main>
</body>
</html>