Skip to content

Commit

Permalink
Added about section
Browse files Browse the repository at this point in the history
  • Loading branch information
palaster committed Mar 26, 2024
1 parent d599271 commit 85e1cbf
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
47 changes: 47 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Palaster's About</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<div id="outer_div">
<header id="main_header">
<h1>Palaster</h1>
</header>

<nav id="main_nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="certificates.html">Certificates</a></li>
<li><a href="about.html">About</a></li>
<li>Contact</li>
</ul>
</nav>

<section id="main_section">
<article>
<header>
About
</header>
Hello. My name is Pat Laster (aka Palaster). Born and raised in Louisiana, I took to computers early in my life.
My first programming experience (self-taught) was developing mods for Minecraft (in Java) in early high school.
I started learning in an official capacity when I took Computer Science I, Computer Science II, and Webdesign in high school.
After I graduated high school, I started the Computer Science Bachelor's program at the University of Louisiana at Lafayette.
I graduated with a B.S. in Computer Science in 2020. <br />
My hobbies include reading (my genre of choice is fantasy), gaming, and repairing retro consoles. My personal goals are to write a novel and complete and release a video game.
<footer>
- Palaster
</footer>
</article>
</section>

<footer id="main_footer">
Copyright Palaster 2020
</footer>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions certificates.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ <h1>Palaster</h1>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="certificates.html">Certificates</a></li>
<li><a href="about.html">About</a></li>
<li>Contact</li>
</ul>
</nav>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ <h1>Palaster</h1>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="certificates.html">Certificates</a></li>
<li><a href="about.html">About</a></li>
<li>Contact</li>
</ul>
</nav>
Expand Down
1 change: 1 addition & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ <h1>Palaster</h1>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="certificates.html">Certificates</a></li>
<li><a href="about.html">About</a></li>
<li>Contact</li>
</ul>
</nav>
Expand Down

0 comments on commit 85e1cbf

Please sign in to comment.