Files
lukeogburn.com/index.php
Luke Ogburn 9fca72acbc init
2020-06-26 20:43:49 -04:00

36 lines
1.5 KiB
PHP

<!--
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"; ?>
<div id=content>
<p>My name is Luke Ogburn, and I'm a full stack web developer. I'm going to
JMU to major in Computer Science, and I'm going to study abroad if I can.
I'm still mostly self taught, but I'm certainly learning a lot through JMU.<br>
I have recently started to use <a target=_blank href=https://github.com/logburn>github</a>,
which you should definitely check out.
</p>
</div>
<h2 class=name>CONNECT</h2>
<div class=network>
<a class=networkLink target=_blank href=mailto:lukeogburn@gmail.com>GMAIL</a>
<a class=networkLink target=_blank href=mailto:lukeogburn@protonmail.com>PROTON</a>
<a class=networkLink target=_blank href=https://github.com/logburn>GITHUB</a>
<a class=networkLink target=_blank href=https://gitlab.com/logburn>GITLAB</a>
<a class=networkLink target=_blank href=https://stackoverflow.com/users/13157956/luke-ogburn>STACKOVERFLOW</a>
<a class=networkLink target=_blank href=https://linkedin.com/in/logburn>LINKEDIN</a>
<a class=networkLink target=_blank href=https://keybase.io/logburn>KEYBASE</a>
<a class=networkLink target=_blank href=https://pixelfed.social/logburn>PIXELFED</a>
</div>
</body>
</html>