Skip to content

Instantly share code, notes, and snippets.

View JeongInyoung's full-sized avatar

UI Developer Project Management JeongInyoung

View GitHub Profile
/* Thin */
@font-face {
font-family: 'NotoSansKR';
font-style: normal;
font-weight: 250;
src: local('NotoSansKR-Thin'),
url('//cdn.jsdelivr.net/korean-webfonts/latest/corps/google/NotoSansKR/NotoSansKR-Thin-Hangul.woff2') format('woff2'),
url('//cdn.jsdelivr.net/korean-webfonts/latest/corps/google/NotoSansKR/NotoSansKR-Thin-Hangul.woff') format('woff');
font-stretch: normal;
unicode-range: U+0021-33FF,U+A000-F8FF,U+FB00-F251;
@JeongInyoung
JeongInyoung / calcPicRatio.html
Created April 4, 2016 04:31 — forked from riix/calcPicRatio.html
화면 비율 계산기
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Document</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" charset="utf-8"></script>
<script type="text/javascript">
<!-- //
$(function(){
$('input[type="submit"]:eq(0)').on('click', function(event){
(function($){
var popup = $('.notice-popup');
function closeWin(obj) {
if (obj === "1" ) {
notice_setCookie( "popup", "done" , 1);
}
popup.css( "display", "none" );
}
@JeongInyoung
JeongInyoung / yamoo9.scrollFollow.js
Last active August 25, 2017 05:08 — forked from yamoo9/yamoo9.scrollFollow.js
스크롤 위치를 따라다니는 yamoo9.scrollFollow 라이브러리
(function(global, y9){
'use strict';
// scrollFollow 객체 정의
var scrollFollow = {
/**
* 초기 설정(Initialization) 메소드
* yamoo9.scrollFollow.init(
* [문자] el : 적용대상 요소 선택자,
* [숫자] start_pos : 시작 위치,
@JeongInyoung
JeongInyoung / SassMeister-input.sass
Created February 5, 2015 04:40
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
=table-scaffolding
th
text-align: center
font-weight: bold
td, th
@JeongInyoung
JeongInyoung / Rem-and-Px-Mixin-for-Sass.markdown
Last active August 29, 2015 14:14
Rem and Px Mixin for Sass
@JeongInyoung
JeongInyoung / Simple-Confirmation-Popup.markdown
Created February 2, 2015 04:13
Simple Confirmation Popup
@JeongInyoung
JeongInyoung / Magnific-Popup-+-Animate.css.markdown
Created February 2, 2015 02:55
Magnific Popup + Animate.css