GithubHelp home page GithubHelp logo

mcard's Introduction

mcard

강환기 김진숙의 모바일 청첩장

  • 모바일 청첩장
  • 웨딩촬영 앨범
  • 감사글 남기기

github pages로 publising

  1. Setting 메뉴에서 github pages를 생성
  2. gh-pages를 Default branch로 설정

bootstrap으로 layout 처리하기

bootstrap의 반응형 class를 사용하여 쉽게 모바일에서도 잘 보여지는 이미지 처리를 할 수 있다.

<img class='img-responsive' src='' />

firebase로 댓글 게시판 만들기

// firebase 객체생성
var fb = new Firebase('https://kangki.firebaseio.com/');

// 전송 : 정보 입력
fb.push({ name: name, message: message });

// 이벤트 : 정보 입력
fb.on(‘child_added’, function(s){
	var data = s.val();
	console.log(data.name + ‘,’ + data.message);
});

mcard's People

Contributors

kangki avatar

Stargazers

 avatar

Watchers

 avatar  avatar

mcard's Issues

안녕하세요? 덕분에 도움을 얻었습니다.

동생 모바일청첩장을 만들어주는데 도움을 받았습니다.
그런데 clone을 했더니... img안에 사진들이 있어서요.
그래서 삭제는 했습니다만 .gitignore에 추가하시는 게 좋을 듯해서(상관없으시면 안하셔도 됩니다 :-) )
이슈아닌 이슈에 올립니다.

덕분에 도움을 얻었습니다. 감사합니다!

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.