Skip to content

Instantly share code, notes, and snippets.

View yamoo9's full-sized avatar
πŸŽ“
Blended Learning

야무 yamoo9

πŸŽ“
Blended Learning
  • Mentor of E.UID
  • South korea
  • X @yamoo9
View GitHub Profile
@yamoo9
yamoo9 / each.scss
Created June 27, 2014 12:35
SASS Each 문을 ν™œμš©ν•˜λŠ” 방법
$list: mouse smartphone cup notebook remote-control book;
$map: (
mouse: 20px 12px,
smartphone: 40px 22px,
cup: 30px 62px,
notebook: 100px 34px,
remote-control: 1000px 300px,
book: 820px 42px
);
@yamoo9
yamoo9 / Preferences.sublime-settings
Last active April 22, 2016 13:20
Sublime Text 3 μ»€μŠ€ν…€ ν™˜κ²½μ„€μ •
{
// Typography
"font_family" : "Source Code Pro",
"font_size" : 15.0,
"font_options" : [ "no_bold", "no_italic" ],
// Padding
"line_padding_top" : 1,
"line_padding_bottom" : 1,
@yamoo9
yamoo9 / Default (Windows).sublime-keymap
Created July 5, 2014 15:23
Sidebar Enhancement μ»€μŠ€ν…€ ν‚€ μ„€μ •
[
// Sidebar Enhancement κΈ°λŠ₯ 단좕킀 μ„€μ •
{ "keys": ["ctrl+alt+n"] , "command": "side_bar_new_file" },
{ "keys": ["f2"] , "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+m"] , "command": "side_bar_move" },
{ "keys": ["ctrl+alt+d"] , "command": "side_bar_delete" }
]
@yamoo9
yamoo9 / triangle.html
Created July 14, 2014 07:09
CSS borderλ₯Ό μ΄μš©ν•œ μ‚Όκ°ν˜• 그리기
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8">
<title>μ‚Όκ°ν˜• λ§Œλ“€κΈ°</title>
<style>
.triangle-top {
width: 0px;
height: 0px;
@yamoo9
yamoo9 / SassMeister-input-HTML.html
Created July 21, 2014 13:33
Generated by SassMeister.com.
<div id="header">
header
</div>
<div class="container">
container
</div>
<div id="footer">
footer
@yamoo9
yamoo9 / _singularitygs-guide.sass
Created July 25, 2014 10:02
Singularity.gs μ„€μ • μ˜΅μ…˜ κ°€μ΄λ“œ
////////////////////////////////
// Singularity.gs v1.2 μ„€μ • μŠ€λ‹ˆνŽ«
////////////////////////////////
// μ„€μ • μ˜΅μ…˜
////////////////////////////////
// 디버깅 λͺ¨λ“œ ν™œμ„±ν™” : false | true
+sgs-change('debug', true)
// κ·Έλ¦¬λ“œ λ°©ν–₯ : ltr | rtl | both
@yamoo9
yamoo9 / .bashrc
Created October 15, 2014 06:12
Bash - ls 별칭(Alias) μ„€μ •
alias ls='ls -ph -1 --color=auto --show-control-chars'
alias lsa='ls -al --color=auto --show-control-chars'
@yamoo9
yamoo9 / main.scss
Created October 21, 2014 09:50
ν”„λ‘œμ νŠΈ 디렉토리 λ ˆμ΄μ•„μ›ƒ
# Project Dire tory Layout
src/
files/
fonts/
images/
js/
collections/
controllers/
main.js
@yamoo9
yamoo9 / float.html
Created November 1, 2014 09:32
Float μ„€λͺ…
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8">
<title>Float Design</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<style>
.fl { float: left; }
.fr { float: right; }
@yamoo9
yamoo9 / axFbz.markdown
Created November 4, 2014 11:22
A Pen by 야무.