Add files via upload

This commit is contained in:
Josiah Ogburn
2020-08-09 20:29:24 -04:00
committed by GitHub
parent 2b2e5ab26a
commit 5463337b8d
19 changed files with 488 additions and 0 deletions

39
index.php Normal file
View File

@@ -0,0 +1,39 @@
<!--
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>
<p>The Chinese Communist Party has <a href=https://transitjam.com/2020/06/30/national-security-law-english-translation/#_Toc44451716 target=_blank>made it illegal world-wide</a> to criticize their rule or promote
freedom to Hong Kong. For that reason, I find it necessary to use this medium to express the incredible amount of disdain I hold
for the CCP and declare that I fully support any efforts to end their rule in China, including
the restoration of the rightful autonomy of Hong Kong. <a href=https://www.reddit.com/r/HongKong/comments/czhs4q/the_five_demands_of_the_protest/ target=_blank>Five demands, not one less</a>.</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://pixelfed.social/logburn>PIXELFED</a>
<a class=networkLink target=_blank href=resume/>RESUME</a>
</div>
</body>
</html>