Files
lukeogburn.com/index.php
2020-10-23 00:10:34 -04:00

44 lines
2.6 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 <span class="letter">L</span><span class="letter">u</span><span class="letter">k</span><span class="letter">e</span> <span class="letter">O</span><span class="letter">g</span><span class="letter">b</span><span class="letter">u</span><span class="letter">r</span><span class="letter">n</span>, 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://hongkongfp.com/2020/06/25/explainer-from-five-demands-to-black-cops-to-independence-the-evolution-of-hong-kongs-protest-slogans/ target=_blank>Five demands, not one less</a>.<br>
<a href=https://hongkongfp.com/>Hong Kong Free Press</a>, <a href=https://hk.appledaily.com/engnews/>Apple Daily</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>
<div class=bottom>
<a href=pubkey.txt target=_blank>PGP key</a>
</div>
</body>
</html>