Files
lukeogburn.com/about.php
2020-11-26 02:34:48 +01:00

31 lines
1.2 KiB
PHP
Executable File

<!--
Yes, I code everything myself.
I know HTML, CSS, PHP, and javascript
I avoid js wherever I can, usually substituting with CSS, but I can work with it.
-->
<!doctype html>
<html lang="en">
<?php include "head.php"; ?>
<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 three years now. I have become a full-stack developer with expertise in: HTML, CSS, JS, PHP, and SQL Database design/management. While I have some experience using C++, Java, Bash, and Python, I have not developed any full applications with them.</p>
</div>
<div class="content">
<h2>Student</h2>
<p>I am a freshman in college, majoring in both CS and ISAT. I'm interested in the field of technology but I'm not sure exactly what I want to do with it - so I'm double majoring to keep my doors open.</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>
</body>
</html>