my-tilde-homepage/index.php

98 lines
4.7 KiB
PHP
Raw Normal View History

2020-05-08 19:02:57 +00:00
<?php $user = posix_getpwuid(fileowner(__FILE__))["name"]; ?>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="tilde.team unix group">
<meta name="author" content="<?=$user?>">
<meta name="theme-color" content="#00cc00">
<title><?=$user?>~tilde.team</title>
<link rel="stylesheet" type="text/css" href="https://tilde.team/css/hacker.css">
<link rel="stylesheet" type="text/css" href="https://drwasabi.tilde.team/mycss.css">
<link rel="stylesheet" href="https://tilde.team/css/fork-awesome.min.css">
2020-05-08 19:02:57 +00:00
</head>
<body>
<div class="container">
<div class="page-header">
<div class="pull-right">
<p><a href="https://tilde.team/">&lt;- back to tilde.team</a></p><p>Best if viewed with 💩vision</p><img src="netnav-small.jpg" alt="" sizes="100px" srcset="">
</div>
<img src=".\images\Dr-WaSaBi-med-Avatar.png" class="img-fluid ${3|rounded-top,rounded-right,rounded-bottom,rounded-left,rounded-circle,|} " alt="When sentient WaSaBi goes bad" width=200" height="200">
<h1><Dr. WaSaBi</h1>
2020-05-08 19:02:57 +00:00
</div>
<center><h2>Welcome to the evil lair of Dr-WaSaBi</h2>
<p>What happens when WaSaBi becomes sentient... and goes BAD!!</p></center>
<p>If you must, you can email me <a href="mailto:drwasabi@tilde.team">drwasabi@tilde.team</a> </p>
<p></p>
<h3>Current Evil Plans: 🙈🙉🙊</h3>
<div class="row">
<div class="column">
<h4>About Me:🤷‍♂️</h4>
<p>Never know what to say to that question. Got my first computer in 1981. A
Commodore VIC-20. Oh the fun of trying to fill up that 3.5 K of free memory🤣.
Miss all my old computers now. Yeah I'm pretty old.</p>
<p>Still love to play D&D.</p>
<p>Been really getting into keyboards lately. Got my first nice real machincal one a few weeks ago
and have already had to order a second one. First one has gateron blues, and the the 2nd has gateron reds.
Very differnt to type on.</p>
</div>
<div class="column">
<h4>Projects:👷</h4>
<ul>
<li>Setting up this web page. Learning HTML and CSS. I guess some PHP again as well</li>
<li>Playing with my new ChromeBook</li>
<li>Getting into new Keyboards, clicky.</li>
2020-07-28 22:04:15 +00:00
<li><a href="https://tildegit.org/drwasabi">Gitea for Dr. WaSaBi</a></li>
<!-- <li><a href="http://gopher.tildeverse.org/tilde.team/1/~drWaSaBi">Dr. WaSaBi Gopher page</a></li> -->
<li>dotenv repo</li>
<li>VS Code</li>
<li>WSL/2 and Docker 🐱‍💻</li>
<li>AWK / grep / regex</li>
<li>The History of *nix systems 🖨️</li>
2021-09-02 00:16:18 +00:00
<ul><li> <a href="Life_with_Unix.pdf">Life with Unix</a> A Guide for Everyone by Don Libes & Sandy Ressler</li></ul>
</ul>
</div>
2020-07-28 21:06:10 +00:00
<div class="column">
<h4>Fun Stuff:🎉</h4>
<ul>
<li>Exploring nvim. It's amazing how fast you loss something when you stop using everyday. 🤪Crazy!</li>
<li>Can't wait for AOC2021, need to pick something new to write in. Or maybe go old school and try Fortran or Pascal??</li>
<li>Pinball Picker - <a href="https://tilde.team/~drwasabi/cspin/">Coin Slot Games</a> </li>
</ul>
2020-07-28 21:06:10 +00:00
</div>
</div>
2020-07-28 21:06:10 +00:00
<div class="row">
<hr>
<p>Are you new to the tildeverse? if so, you might want to check this out
<a href="https://tilde.team/wiki/?page=getting-started">How to ~tilde: Getting Started</a> for help.</p>
2020-07-28 21:06:10 +00:00
</div>
<!-- Begin Tilde.Team Ring Fragment-->
<div id="newring">
<center>
<hr>
[<a href="https://tilde.team/~ben/ring/?action=prev&me=drwasabi">previous</a>]
[<a href="https://tilde.team/~ben/ring/?action=random&me=drwasabi">random</a>]
[<a href="https://tilde.team/~ben/ring/?action=next&me=drwasabi">next</a>]
<br>
<a href="https://tilde.team/~ben/ring/">how to join this webring</a>
</center>
</div>
</div>
</body>
2020-05-08 19:02:57 +00:00
</html>