I hereby claim:
- I am jckdotim on github.
- I am jckdotim (https://keybase.io/jckdotim) on keybase.
- I have a public key ASDkBNGA5x4XLCUkIayjWQPzwbTsX64Jd_-Rin93e45W2go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
class Oyakodong(Combined, HP10Food): | |
ticker_name = 'OYKD' | |
recipe = {'RICE', 'EGGS', 'CHKN'} | |
class Carbonara(Combined, HP10Food): | |
ticker_name = 'CBNR' | |
recipe = {'WHET', 'EGGS', 'MEAT'} | |
### 랜딩페이지 텍스트 작성 규칙 | |
- 30대 중후반의 열정적 소상공인을 생각하며 | |
- 설명은 모호하지 않는 선에서 최대한 간결하게 | |
- 훅 메세지는 세련되고 위트있게 | |
- 맞춤법은 기본 |
javascript:window.open('/places/' + encodeURIComponent($($('.context')[1]).text()), 'width=1024&height=768'); |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>My Page</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.css" /> | |
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script> | |
<script src="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.js"></script> | |
</head> | |
<body> |
$ heroku create | |
Created sushi.herokuapp.com | git@heroku.com:sushi.git | |
$ git push heroku master | |
-----> Heroku receiving push | |
-----> Rails app detected | |
-----> Compiled slug size is 8.0MB | |
-----> Launching... done, v1 | |
http://sushi.herokuapp.com deployed to Heroku |
require 'sinatra' | |
get '/hi' do | |
"Hello World!" | |
end |