GithubHelp home page GithubHelp logo

강한별과 우성섭의 결혼식 초대장 사이트 소스입니다.

강한별과 우성섭의 결혼식에 초대합니다.

이 페이지까지 찾아 들어오셨다면 저희에게 관심이 있는 분이시겠죠. 고맙습니다. 아직 청첩장을 못 받으셔서 서운하다거나 말이라도 전하고 싶다면 제(성섭) 페이스북이나 카톡, 전화 등으로 연락해주세요. 여러분들을 찾아뵙고 있지만 저희가 실수로 빠트린 분이 분명히 있을 것이라고 생각해요.

다시 한번 저희 인생의 중요한 이벤트에 관심 가져주셔서 고맙습니다.

결혼식 후기: 흔한 IT 업계 종사자의 모바일 청첩장 발행기

클릭 이벤트와 스크롤 추적 하는 법

  1. Google Analytics 코드 설치
  2. 링크 클릭 이벤트
<a onclick="ga('send', 'event', '페이스북 이벤트 페이지', '링크 클릭');" 
href="https://www.facebook.com/events/153683578462761/" >페이스북 이벤트에 댓글 달기</a>
  1. 사진 클릭 이벤트
<a onclick="ga('send', 'event', '갤러리', '클릭', '긴 하루의 끝');" href="./images/g9.jpg" 
class="magnific-zoom-gallery" title="긴 하루의 끝">
  1. 스크롤 추적 이벤트: 라이브러리 http://scrolldepth.parsnip.io/

화면의 25%, 50%, 75%, 100% 읽은 사람의 숫자를 google analytics에 보낸다.

<script src="js/jquery.scrolldepth.min.js"></script>
<script>
jQuery(function() {
  jQuery.scrollDepth();
});
</script>

hanbyeol-sungsub-wedding's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.