Skip to content

Instantly share code, notes, and snippets.

View BoxPistols's full-sized avatar

a.ito BoxPistols

View GitHub Profile
書いてみます。
<h1>ギス</h1>
差異
@BoxPistols
BoxPistols / index.html
Created July 20, 2015 05:19
レスポンシブメニュー
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width">
<title>レスポンシブメニュー</title>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
</head>
<body>
<div id="menu-box">
@BoxPistols
BoxPistols / Grid CSS Calender > CSS
Last active July 4, 2017 07:01
Grid CSS Calender
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
/* Grid CSS Calender ========================================================================== */
.cmp__calender {
max-width: 500px;
width: 100%;
margin: 0 auto;
font-family: 'Source Sans Pro', sans-serif;
}
@BoxPistols
BoxPistols / compass_guide.md
Last active January 13, 2018 20:25
Compass 導入ガイド
@BoxPistols
BoxPistols / d3js_getstarted.md
Last active January 14, 2018 06:16
d3.js_GetStarted

d3入門

基本

1- 要素を指定する

  • 単数指定:select
  • 複数指定 : selectAll
  • 要素追加 : append
@BoxPistols
BoxPistols / d3-js-omg-particles-ii.markdown
Last active May 19, 2018 06:02
D3.js OMG Particles II
# パス指定
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
# オプション
output_style = :expanded
line_comments = false
@BoxPistols
BoxPistols / index.html
Created June 24, 2018 17:56
SVG animation using CSS
<h1>Bauhaus</h1>
<h2>Asagiri Design</h2>
<svg>
<polygon id="triangle" points="400,100 140, 550 660,550"/>
</svg>
<svg><use xlink:href="#triangle" /></svg>
<svg><use xlink:href="#triangle" /></svg>
<svg><use xlink:href="#triangle" /></svg>
<button data-iziModal-open=".iziModal">Click</button>
<div class="iziModal" data-izimodal-title="Header Title" data-izimodal-subtitle="Lorem Ipsum is simply dummy text of the printing and typesetting industry.">
<p>Dummy Contents</p>
</div>
<div class="iziModal" data-izimodal-title="No1" data-izimodal-subtitle="Sub Title">
<p style="text-align:center;padding:10px;">Dummy Contents<br> Photo
</p>
<figure style="text-align:center;"><img src="https://picsum.photos/600/600?image=1083" alt="uzurea icon" width="400" height="400" /></figure>
</div>