Delete index.php

This commit is contained in:
Josiah Ogburn
2020-08-09 20:27:56 -04:00
committed by GitHub
parent 5532e4e7ae
commit 65683cdc70

View File

@@ -1,35 +0,0 @@
<!--
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>