Files
lukeogburn.com/about.php
2022-09-14 18:16:39 +00:00

25 lines
1.1 KiB
PHP
Executable File

<!doctype html>
<html lang="en">
<?php include "head.php"; ?>
<body><div id=body>
<?php include "top.php"; ?>
<h2 id="name">ABOUT</h2>
<div class="content">
<h2>Programmer</h2>
<p>I've used this website to practice my web development skills for about four years now. I have become a full-stack developer with expertise in HTML, CSS, JS, PHP, and SQL Database design/management. I can certainly use Java and C but they are not my go to languages. I'm also trying to learn Kotlin and Rust to develop open source applications.</p>
</div>
<div class="content">
<h2>Student</h2>
<p>I am a Senior James Madison University, majoring in Computer Science. I am very interested in secure communications and cryptography in general.</p>
</div>
<div class="content">
<h2>Animals</h2>
<p>I think that goats are the dogs of the farm and ducks are the dogs of the air. I believe that having animals in your life is essential to mental health, so naturally I am looking forward to owning my own pets: Three goats, two dogs, and a duck.</p>
</div>
</div></body>
</html>