Compare commits
3 Commits
54495f8872
...
e06ac521c6
Author | SHA1 | Date | |
---|---|---|---|
e06ac521c6 | |||
37385b368f | |||
27d4dd3a12 |
@ -3,9 +3,9 @@
|
|||||||
I'm the lead developer at [SemiColin Games](https://www.semicolin.games).
|
I'm the lead developer at [SemiColin Games](https://www.semicolin.games).
|
||||||
Previously at Google, reCAPTCHA, & Carnegie Mellon.
|
Previously at Google, reCAPTCHA, & Carnegie Mellon.
|
||||||
|
|
||||||
| | |
|
[![Twitter](/img/twitter.svg)](https://twitter.com/mcmillen) [@mcmillen](https://twitter.com/mcmillen)
|
||||||
|-|-|
|
|
||||||
| [![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) |
|
[![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).
|
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**.
|
Currently playing: **Persona 5**, **Monster Hunter Rise**, & **Slipways**.
|
||||||
Sometimes I stream on Twitch!
|
Sometimes I stream on Twitch!
|
||||||
|
|
||||||
| | |
|
[![Twitch](/img/twitch.svg)](https://twitch.tv/FamiColin) [FamiColin](https://twitch.tv/FamiColin)
|
||||||
|-|-|
|
|
||||||
| [![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/) |
|
[![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 |
|
|
||||||
|
[![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
|
## Recent Posts
|
||||||
|
|
||||||
@ -25,10 +32,3 @@ Sometimes I stream on Twitch!
|
|||||||
* another one
|
* another one
|
||||||
* post #3
|
* post #3
|
||||||
|
|
||||||
## Other Stuff
|
|
||||||
|
|
||||||
sigbovik etc
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,21 +1,8 @@
|
|||||||
<html>
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>Programming Language Checklist</title>
|
||||||
Programming Language Checklist
|
|
||||||
</title>
|
|
||||||
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<tt>
|
<tt>
|
||||||
|
@ -77,10 +77,6 @@ pre {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
color: var(--color-yellow);
|
color: var(--color-yellow);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user