diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8f96039 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/.gitignore b/.gitignore index e43b0f9..3d72576 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.idea \ No newline at end of file diff --git a/README.md b/README.md index d38fbed..3acae25 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ CboxLauncher ============ -Cbox의 기본이 되는 Launcher 입니다. \ No newline at end of file +Cbox의 기본이 되는 Launcher 입니다. +# Prototype버전이며, v0.2로 다시 뵙겠습니다. \ No newline at end of file diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 3d2bca1..eba498d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1,29 +1,29 @@ -{ - "prompt_for_name": { - "message": "What's your name?", - "description": "Ask for the user's name" - }, - "hello": { - "message": "Hello, $USER$", - "description": "Greet the user", - "placeholders": { - "user": { - "content": "$1", - "example": "Cira" - } - } - }, - "bye": { - "message": "Goodbye, $USER$. Come back to $OUR_SITE$ soon!", - "description": "Say goodbye to the user", - "placeholders": { - "our_site": { - "content": "Example.com" - }, - "user": { - "content": "$1", - "example": "Cira" - } - } - } +{ + "prompt_for_name": { + "message": "What's your name?", + "description": "Ask for the user's name" + }, + "hello": { + "message": "Hello, $USER$", + "description": "Greet the user", + "placeholders": { + "user": { + "content": "$1", + "example": "Cira" + } + } + }, + "bye": { + "message": "Goodbye, $USER$. Come back to $OUR_SITE$ soon!", + "description": "Say goodbye to the user", + "placeholders": { + "our_site": { + "content": "Example.com" + }, + "user": { + "content": "$1", + "example": "Cira" + } + } + } } \ No newline at end of file diff --git a/_locales/ko/messages.json b/_locales/ko/messages.json index 3d2bca1..f0ec740 100644 --- a/_locales/ko/messages.json +++ b/_locales/ko/messages.json @@ -1,29 +1,29 @@ -{ - "prompt_for_name": { - "message": "What's your name?", - "description": "Ask for the user's name" - }, - "hello": { - "message": "Hello, $USER$", - "description": "Greet the user", - "placeholders": { - "user": { - "content": "$1", - "example": "Cira" - } - } - }, - "bye": { - "message": "Goodbye, $USER$. Come back to $OUR_SITE$ soon!", - "description": "Say goodbye to the user", - "placeholders": { - "our_site": { - "content": "Example.com" - }, - "user": { - "content": "$1", - "example": "Cira" - } - } - } +images{ + "prompt_for_name": { + "message": "What's your name?", + "description": "Ask for the user's name" + }, + "hello": { + "message": "Hello, $USER$", + "description": "Greet the user", + "placeholders": { + "user": { + "content": "$1", + "example": "Cira" + } + } + }, + "bye": { + "message": "Goodbye, $USER$. Come back to $OUR_SITE$ soon!", + "description": "Say goodbye to the user", + "placeholders": { + "our_site": { + "content": "Example.com" + }, + "user": { + "content": "$1", + "example": "Cira" + } + } + } } \ No newline at end of file diff --git a/games/breakout.jpg b/games/breakout.jpg deleted file mode 100644 index fe24698..0000000 Binary files a/games/breakout.jpg and /dev/null differ diff --git a/games/breakout.png b/games/breakout.png new file mode 100644 index 0000000..65b0a73 Binary files /dev/null and b/games/breakout.png differ diff --git a/games/cboxtech.png b/games/cboxtech.png new file mode 100644 index 0000000..4c3ecab Binary files /dev/null and b/games/cboxtech.png differ diff --git a/games/cboxtest.png b/games/cboxtest.png new file mode 100644 index 0000000..4ee64e5 Binary files /dev/null and b/games/cboxtest.png differ diff --git a/games/dkingkong.jpg b/games/dkingkong.jpg deleted file mode 100644 index bbcef9e..0000000 Binary files a/games/dkingkong.jpg and /dev/null differ diff --git a/games/garaga.gif b/games/garaga.gif deleted file mode 100644 index 61989c0..0000000 Binary files a/games/garaga.gif and /dev/null differ diff --git a/games/padv.jpg b/games/padv.jpg deleted file mode 100644 index 88d12ab..0000000 Binary files a/games/padv.jpg and /dev/null differ diff --git a/games/penguin-adv.png b/games/penguin-adv.png new file mode 100644 index 0000000..ad9dfca Binary files /dev/null and b/games/penguin-adv.png differ diff --git a/games/ramface.jpg b/games/ramface.jpg deleted file mode 100644 index ae09ec3..0000000 Binary files a/games/ramface.jpg and /dev/null differ diff --git a/games/smario.jpg b/games/smario.jpg deleted file mode 100644 index 8c1a128..0000000 Binary files a/games/smario.jpg and /dev/null differ diff --git a/games/sugarpang.png b/games/sugarpang.png new file mode 100644 index 0000000..7060211 Binary files /dev/null and b/games/sugarpang.png differ diff --git a/images/android-256.png b/images/android-256.png new file mode 100755 index 0000000..c475926 Binary files /dev/null and b/images/android-256.png differ diff --git a/main.html b/main.html index d6ccc89..98500ed 100644 --- a/main.html +++ b/main.html @@ -7,23 +7,22 @@ + + +
- -