In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "MediaWiki:Common.js"

From WiiUBrew
Jump to navigation Jump to search
(:-()
 
 
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
$("body").append("<style>\
 
@import url(https://fonts.googleapis.com/css?family=Merriweather:300);\
 
body {overflow-y:hidden}\
 
#ben *{margin:0;box-sizing:border-box}\
 
#ben img{max-width:100%;height:auto;vertical-align:baseline;}\
 
#ben {font:300 18px/1.5em Merriweather,serif;background:#d8d9db;color:#444;position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:auto;z-index:100000;}\
 
#ben main{max-width:42em;margin:10vh auto;padding:0 3em}\
 
#ben figure{float:left;width:25%;min-width:120px;margin-bottom:1.5em}\
 
#ben figcaption{text-align:center;line-height:1.2em;font-size:80%}\
 
#ben div{margin-left:30%}\
 
#ben p{margin-bottom:.75em}\
 
#ben em{display:inline-block;width:100%;margin:0.5em 0;font-style:normal;font-size:1.5em}\
 
@media (max-width:1024px){#ben{font-size:16px}}@media (max-width:639px){#ben{font-size:14px;}#ben figure{float:none;margin-left:auto;margin-right:auto;} #ben main{max-width:28em} #ben div{margin:0}}\
 
</style><div id='ben'><main><figure><img src=\"http://static.hackmii.com/ben.jpg\" width=\"300\" height=\"450\" alt=\"\"><figcaption>Ben Byer<br>1980 – 2016</figcaption></figure>\
 
<div>\
 
<p>We are deeply saddened by the news that our member, colleague, and friend <em>Ben&nbsp;“bushing”&nbsp;Byer</em> passed&nbsp;away of natural&nbsp;causes on Monday, February 8th.</p>\
 
<p>Many of you knew him as one of the public faces of our group, fail0verflow, and before that, Team&nbsp;Twiizers and the iPhone&nbsp;Dev&nbsp;Team.<p>\
 
<p>Outspoken but never confrontational, he was proof that even in the competitive and oftentimes aggressive hacking scene, there is a&nbsp;place for both a sharp mind and a kind&nbsp;heart.</p>\
 
<p>To us he was, of course, much&nbsp;more. He&nbsp;brought&nbsp;us together, as a group and in spirit. Without him, we as a team would not&nbsp;exist. He&nbsp;was a mentor to many, and an inspiration to&nbsp;us&nbsp;all.</p>\
 
<p>Yet above anything, he&nbsp;was our&nbsp;friend. He&nbsp;will&nbsp;be dearly&nbsp;missed.</p>\
 
<p>Our thoughts go out to his wife and family.</p>\
 
<p>Keep hacking. It's what bushing would have wanted.</p>\
 
</div>\
 
</main></div>");
 

Latest revision as of 19:28, 10 February 2016

/* Any JavaScript here will be loaded for all users on every page load. */