Files
lukeogburn.com/about.php
2021-04-30 01:29:34 -04:00

25 lines
1.2 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 Sophomore James Madison University, majoring in Computer Science and eyeing a Robotics minor. I am very interesting in secure communications and cryptography in general, hoping to develop a secure system or two by the time I'm out of college.</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>