Skip to content

Instantly share code, notes, and snippets.

View ksyunnnn's full-sized avatar
🏠
Working from home

こばしゅん ksyunnnn

🏠
Working from home
View GitHub Profile
<style type="text/css">
body {
font-family: "游ゴシック Bold",
"游ゴシック Regular",
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3",
"メイリオ",
"Meiryo",
"MS Pゴシック",
"MS PGothic",
@ksyunnnn
ksyunnnn / create.php
Created July 5, 2017 07:39
せっかく作ったので載っけておく
function td($contents,$colspan,$display,$propArr=array()){
$rt;
$prop;
$prop = implode(" ",$propArr);
$rt = '<td scope="col" colspan="'.$colspan.'" style="display:'.$display.'" '.$prop.'>'.$contents.'</td>';
return $rt;
}
@ksyunnnn
ksyunnnn / index.pug
Created July 7, 2017 04:41
table paging
.container.card
h2 TABLE PAGENATION
span#prev
i.fa.fa-hand-o-left(aria-hidden="true")
span#page <span></span>
span#next
i.fa.fa-hand-o-right(aria-hidden="true")
table
tr
th header1
#members
h2 MEMBER
.member
img src="https://s-media-cache-ak0.pinimg.com/564x/78/da/5d/78da5df9e9b6f964ca322d8f8e9899f7.jpg"
p.position Creative Div.
p.name kobashi syunsuke
.member
img src="https://s-media-cache-ak0.pinimg.com/564x/41/6b/2d/416b2d251588b1a1e8c6f569e42c0e05.jpg"
p.position Creative Div.
p.name kobashi syunsuke
@ksyunnnn
ksyunnnn / index.slim
Last active July 10, 2017 11:16
Like James Bond
.agent-menu
ul
li
a href="#" エージェントIA
li
a href="#" 潜入拠点
li
a href="#" 極秘情報
li
a href="#" 機密文書
.agent-dummy.card
h3 agent ia
.agent-header.card
.agent-title
h3 agent ia
.agent-button
i.fa.fa-bars
.agent-menu.card
ul
li
/*
目的:media queryを簡素化
方法:
```
{selector}{
@include respond-to(pc){ background:red;}
@include respond-to(sp){ background:gray;}
}
```
*/
@ksyunnnn
ksyunnnn / index.pug
Last active September 6, 2017 15:42
PROFILE
.header
p
a(href="http://syunsukekobashi.me") syunsukekobashi.me
a(href="https://about.me/syunsukekobashi" target="_blank")
i.fa.fa-external-link(aria-hidden="true")
a(href="https://gist.github.com/ksyunnnn/ee10cfac76f6cfbcadc9723b33e6f408" target="_blank")
i.fa.fa-code(aria-hidden="true")
.container
#app-io
.console-container
@ksyunnnn
ksyunnnn / index.pug
Last active September 19, 2017 10:33
TheJamhouse
#app-home
.hero
img(src="https://i.imgur.com/YFAHS61.jpg")
section.header
.container
.row
.col-md-12
h1 {{ display.service.title }}
p.copy(v-html="display.service.copy")
p produced by