43 lines
2.8 KiB
PHP
Executable File
43 lines
2.8 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><div id=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 attending
|
|
JMU to major in Computer Science, and I'm going to study abroad if I can.
|
|
I have recently started to use <a target=_blank href=https://github.com/logburn>github</a>, which you should definitely check out! I'm very interested in concepts like cryptography and decentralization. My favorite idea is federation and I'm always on the lookout for new ways to explore the technologies being developed.
|
|
</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 disdain that 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>
|
|
<a rel="me" href="https://mastodon.online/@logburn" style=display:none>Mastodon</a>
|
|
</div></body>
|
|
</html>
|