Compare commits

..

3 Commits

Author SHA1 Message Date
e06ac521c6 un-table-ify things 2021-06-28 15:10:11 -04:00
37385b368f un-table-ify things 2021-06-28 15:09:28 -04:00
27d4dd3a12 remove google analytics; update to html5 2021-06-28 15:08:27 -04:00
3 changed files with 17 additions and 34 deletions

View File

@ -3,9 +3,9 @@
I'm the lead developer at [SemiColin Games](https://www.semicolin.games).
Previously at Google, reCAPTCHA, & Carnegie Mellon.
| | |
|-|-|
| [![Twitter](/img/twitter.svg)](https://twitter.com/mcmillen) [@mcmillen](https://twitter.com/mcmillen) | [![Git](/img/git.svg)](https://git.mcmillen.dev/mcmillen?tab=activity) [git.mcmillen.dev](https://git.mcmillen.dev/mcmillen?tab=activity) |
[![Twitter](/img/twitter.svg)](https://twitter.com/mcmillen) [@mcmillen](https://twitter.com/mcmillen)
[![Git](/img/git.svg)](https://git.mcmillen.dev/mcmillen?tab=activity) [git.mcmillen.dev](https://git.mcmillen.dev/mcmillen?tab=activity)
For more details, check my [resumé](resume.html) & [publications](publications.html).
@ -14,10 +14,17 @@ For more details, check my [resumé](resume.html) & [publications](publications.
Currently playing: **Persona 5**, **Monster Hunter Rise**, & **Slipways**.
Sometimes I stream on Twitch!
| | |
|-|-|
| [![Twitch](/img/twitch.svg)](https://twitch.tv/FamiColin) [FamiColin](https://twitch.tv/FamiColin) | [![Steam](/img/steam.svg)](https://steamcommunity.com/id/FamiColin/) [FamiColin](https://steamcommunity.com/id/FamiColin/) |
| [![PlayStation](/img/playstation.svg)](https://psnprofiles.com/robomancer) [robomancer](https://psnprofiles.com/robomancer) | ![Nintendo Switch](/img/nintendoswitch.svg) SW-1906-3662-4308 |
[![Twitch](/img/twitch.svg)](https://twitch.tv/FamiColin) [FamiColin](https://twitch.tv/FamiColin)
[![Steam](/img/steam.svg)](https://steamcommunity.com/id/FamiColin/) [FamiColin](https://steamcommunity.com/id/FamiColin/)
[![PlayStation](/img/playstation.svg)](https://psnprofiles.com/robomancer) [robomancer](https://psnprofiles.com/robomancer)
![Nintendo Switch](/img/nintendoswitch.svg) SW-1906-3662-4308
## Miscellaneous Silliness
* [Programming Language Checklist](language_checklist.html): You appear to be advocating a new programming language. Your language will not work. Here is why it will not work.
## Recent Posts
@ -25,10 +32,3 @@ Sometimes I stream on Twitch!
* another one
* post #3
## Other Stuff
sigbovik etc

View File

@ -1,21 +1,8 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Programming Language Checklist
</title>
<title>Programming Language Checklist</title>
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25704949-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<tt>

View File

@ -77,10 +77,6 @@ pre {
font-size: 13px;
}
td {
width: 200px;
}
strong {
color: var(--color-yellow);
}