mactkg
https://gyazo.com/487268fb71896511f4cb623afa689f3b
https://gyazo.com/de470a5353e7697579077e67cff276f5
概要
会社員
Ruby(Rails), JavaScript(Vue.JS, React)を書いている
経験
言語
Golang
TypeScript/JavaScript
Node.js
大学時代スクリプティングに使ったり研究につかったりしている
Ruby
Rails
軽いスクリプトに使う
ISUCONは毎回Ruby
Links
code:script.js
code: script.js
code:script.js
let isAltPressed = false;
document.addEventListener('keydown', e => {
if(e.key == "Alt")
isAltPressed = true;
if(e.key == "PageUp") {
debugger;
}
if(e.key == "PageDown") {
}
});
document.addEventListener('keyup', e => {
if(e.key == "Alt")
isAltPressed = false;
});
code:script.js
code:script.js
daiiz
code:script.js
$('body').attr('data-daiiz-rel-bubble', 'on'); // 関連ページを吹き出し表示する
$('body').attr('data-daiiz-text-bubble', 'on'); // リンク先ページのテキストを表示する
プレゼン用のCSS
code:style.css
body .presentation .col-page {
max-width: 1400px;
}
body .presentation .section-title {
margin-bottom: 2em;
}
body .presentation .image {
max-height: 400px;
}
body .presentation {
color: #373942 !important; /* 全体のフォントカラーを変える */ font-family: "游ゴシック", YuGothic, sans-serif !important; /* フォントを游ゴシック優先にする */
}
.timer {
left: 0;
bottom: 0;
position: fixed;
padding: 16px;
font-size: 32px;
font-weight: 800;
margin-right: auto;
margin-left: auto;
z-index: 201;
}