-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters