diff --git a/.gitignore b/.gitignore index 5d947ca..2eeeb4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,64 @@ -# Build and Release Folders -bin-debug/ -bin-release/ -[Oo]bj/ -[Bb]in/ - -# Other files and folders -.settings/ - -# Executables -*.swf -*.air -*.ipa -*.apk - -# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` -# should NOT be excluded as they contain compiler settings and other important -# information for Eclipse / Flash Builder. +# บันทึก +บันทึก +* .log +NPM-debug.log * +เส้นด้าย debug.log * +เส้นด้าย error.log * + +# ข้อมูลรันไทม์ +PIDs +* .pid +* .seed +* .pid.lock + +# ไดเรกทอรีสำหรับ libs ที่สร้างโดย jscoverage / JSCover +lib-COV + +# ไดเรกทอรีที่ครอบคลุมที่ใช้โดยเครื่องมือเช่น istanbul +ความคุ้มครอง + +# ครอบคลุมการทดสอบ NYC +.nyc_output + +# ที่เก็บข้อมูลกลางที่รุนแรง (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# ไดเรกทอรีพึ่งพา Bower (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# addons ไบนารีที่คอมไพล์แล้ว (https://nodejs.org/api/addons.html) +สร้าง / ที่วางจำหน่าย + +# ไดเรกทอรีการพึ่งพา +node_modules / +jspm_packages / + +# ไฟล์ประกาศ TypeScript v1 +typings / + +# ไดเรกทอรีแคช npm ที่เป็นตัวเลือก +.npm + +# แคช eslint ที่เป็นตัวเลือก +.eslintcache + +# ประวัติ REPL เพิ่มเติม +.node_repl_history + +# เอาต์พุตของ 'npm pack' +* .tgz + +# ไฟล์ Yarn Integrity +.yarn สมบูรณ์ + +# ไฟล์ตัวแปรสภาพแวดล้อม dotenv +.env + +# next.js สร้างเอาต์พุต +.ต่อไป + +# ไฟล์ mac +* DS_Store diff --git a/404.md b/404.md deleted file mode 100644 index eb72d29..0000000 --- a/404.md +++ /dev/null @@ -1,4 +0,0 @@ -YAML ---- -permalink: /404.html ---- diff --git a/action.yml b/action.yml deleted file mode 100644 index ff8c432..0000000 --- a/action.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: 'Hello World' -description: 'Greet someone and record the time' -inputs: - who-to-greet: # id of input - description: 'Who to greet' - required: true - default: 'World' -outputs: - time: # id of output - description: 'The time we greeted you' -runs: - using: 'node12' - main: 'index.js' diff --git a/index.html b/index.html index 186175a..dfbd2ca 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,23 @@ - - ꧁💓 @:꓄ꍏꈤᖘꍏ꓄꓄ꍏꌩ💓꧂BOTS LIFF-APP - - + + ptatan1983BOTS LIFF-APP + +
-
- HELLO !! - +
+ HELLO!! +
-

-

-

-

-

+

+

+

+

+

-

꧁💓 @:꓄ꍏꈤᖘꍏ꓄꓄ꍏꌩ💓꧂BOTS LIFF-APP - - - - - +

ptatan1983BOTS LIFF-APP

+
+ + + diff --git a/index.js b/index.js index 723a82e..bca03b6 100644 --- a/index.js +++ b/index.js @@ -1,15 +1,16 @@ -const core = require('@actions/core'); -const github = require('@actions/github'); - -try { - // `who-to-greet` input defined in action metadata file - const nameToGreet = core.getInput('who-to-greet'); - console.log(`Hello ${nameToGreet}!`); - const time = (new Date()).toTimeString(); - core.setOutput("time", time); - // Get the JSON webhook payload for the event that triggered the workflow - const payload = JSON.stringify(github.context.payload, undefined, 2) - console.log(`The event payload: ${payload}`); -} catch (error) { - core.setFailed(error.message); -} +import React from 'react' +import Features from 'src/components/home/Features' +import SEO from 'src/components/seo' +import Hero from 'src/components/home/hero' +import DarkBlock from 'src/components/home/DarkBlock' + +const IndexPage = () => ( + + + + + + +) + +export default IndexPage diff --git a/README.md b/index.md similarity index 59% rename from README.md rename to index.md index 4c134e5..abc4587 100644 --- a/README.md +++ b/index.md @@ -1,6 +1,6 @@ ## Welcome to GitHub Pages -You can use the [editor on GitHub](https://github.com/tanpattaya/github.io/edit/master/index.md) to maintain and preview the content for your website in Markdown files. +You can use the [editor on GitHub](https://github.com/pratannaimjoi/github.io/pratannaimjoi.github.io/edit/master/index.md) to maintain and preview the content for your website in Markdown files. Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. @@ -30,29 +30,8 @@ For more details see [GitHub Flavored Markdown](https://guides.github.com/featur ### Jekyll Themes -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/tanpattaya/aditmadzs.github.io/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/pratannaimjoi/github.io/pratannaimjoi.github.io/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. ### Support or Contact Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. -# Hello world javascript action - -This action prints "Hello World" or "Hello" + the name of a person to greet to the log. - -## Inputs - -### `who-to-greet` - -**Required** The name of the person to greet. Default `"World"`. - -## Outputs - -### `time` - -The time we greeted you. - -## Example usage - -uses: actions/hello-world-javascript-action@v1 -with: - who-to-greet: 'Mona the Octocat' diff --git a/index.php b/index.php index b0e04b7..51d3d6d 100644 --- a/index.php +++ b/index.php @@ -1 +1 @@ - + \ No newline at end of file diff --git a/liff-starter.js b/liff-starter.js index 40718be..1c28570 100644 --- a/liff-starter.js +++ b/liff-starter.js @@ -182,7 +182,7 @@ function meProfile(){ { type:"uri", label:"Me", - uri:"line://app/1653536815-WyNbrkGr?type=profile" + uri:"line://app/1626602314-EjxgRaD5?type=profile" } ] } diff --git a/main.css b/main.css new file mode 100644 index 0000000..9aece13 --- /dev/null +++ b/main.css @@ -0,0 +1,167 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} + +[hidden] { + display: none; +} + +html { + font-family: 'Poppins', sans-serif; +} + +* { + box-sizing: border-box; +} + +/* Custom Styles */ + +p, li { + font-size: 15px; + line-height: 1.7; + font-weight: 300; +} + +p { + padding: 10px 0; +} + +ul { + padding: 10px 0; +} + +strong { + font-weight: bold; + color: #cc33ff; +} + +li { + list-style-type: disc; + list-style-position: inside; + padding: 8px 0; +} + +.documentation h1 { + font-size: 42px; + font-weight: 600; + padding: 30px 0 10px; +} + +.documentation h2 { + font-size: 22px; + font-weight: 300; +} + +.documentation h3 { + color: #cc33ff; + font-size: 22px; + padding: 30px 0 5px; + font-weight: 500; +} + +.documentation h4 { + font-weight: 600; + padding: 20px 0 5px; +} + +.documentation p { + display: inline-block; +} + +/* overriding some prism background styles */ +:not(pre) > code[class*="language-"], pre[class*="language-"] { + border-radius: 4px; + background-color: #413844; + font-size: 13px; +} + +/* in text code styling */ +:not(pre) > code[class*="language-text"] { + background-color: #cc8bd81a; + color: #413844; + padding: 2px 6px; + border-radius: 0; + font-size: 14px; + font-weight: bold; + border-radius: 1px; + display: inline-block; +} + +a > code[class*="language-text"], .documentation a { + color: #fb3b49; + font-weight: 600; +} + +p > code[class*="language-text"] { + display: inline-block; +} + +.documentation h1::before { + content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 26'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18.13' x2='25.6' y1='13.48' y2='13.48' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fb8817'/%3E%3Cstop offset='.37' stop-color='%23fb8719'/%3E%3Cstop offset='.51' stop-color='%23fa8420'/%3E%3Cstop offset='.61' stop-color='%23f9802c'/%3E%3Cstop offset='.69' stop-color='%23f7793d'/%3E%3Cstop offset='.76' stop-color='%23f47053'/%3E%3Cstop offset='.82' stop-color='%23f1656e'/%3E%3Cstop offset='.87' stop-color='%23ed578f'/%3E%3Cstop offset='.92' stop-color='%23e948b5'/%3E%3Cstop offset='.97' stop-color='%23e437de'/%3E%3Cstop offset='1' stop-color='%23e02aff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='17.89' x2='25.84' y1='13.48' y2='13.48' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fb8817'/%3E%3Cstop offset='1' stop-color='%23e02aff'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='1' x2='18.69' y1='17.84' y2='17.84' xlink:href='%23a'/%3E%3ClinearGradient id='d' x1='.76' x2='18.93' y1='17.84' y2='17.84' xlink:href='%23b'/%3E%3ClinearGradient id='e' x1='1' x2='20.48' y1='7.33' y2='7.33' xlink:href='%23a'/%3E%3ClinearGradient id='f' x1='.76' x2='20.72' y1='7.33' y2='7.33' xlink:href='%23b'/%3E%3C/defs%3E%3Cpath fill='url(%23a)' stroke='url(%23b)' stroke-miterlimit='10' stroke-width='.48' d='M18.53 24.24a.28.28 0 01-.34-.41L25 14.06l-5-11a.28.28 0 11.5-.23L25.58 14a.28.28 0 010 .28l-6.91 9.9a.28.28 0 01-.14.06z'/%3E%3Cpath fill='url(%23c)' stroke='url(%23d)' stroke-miterlimit='10' stroke-width='.48' d='M18.53 24.24a.28.28 0 01-.14 0l-12-1.15a.28.28 0 01-.23-.09L1 11.81a.28.28 0 11.5-.23l5.07 11L18 23.68 13 13a.28.28 0 11.5-.23l5.12 11.12a.28.28 0 01-.09.35z'/%3E%3Cpath fill='url(%23e)' stroke='url(%23f)' stroke-miterlimit='10' stroke-width='.48' d='M13.4 13.12a.25.25 0 01-.14 0L1.25 12a.28.28 0 01-.2-.44L8 1.64a.28.28 0 01.25-.12l12 1.18a.28.28 0 01.2.44L13.51 13a.25.25 0 01-.11.12z'/%3E%3C/svg%3E"); + position: relative; + display: inline-block; + padding-right: 8px; + top: 3px; + width: 28px; +} + +.active-sidebar-link { + background-color: #ffebff; +} + +.active-navbar-link { + border-bottom: 3px solid #cc33ff; +} + +.header-link-class { + margin-left: -24px; +} + +.disabled-body { + overflow: hidden; +} diff --git a/main.yml b/main.yml deleted file mode 100644 index 15e08fc..0000000 --- a/main.yml +++ /dev/null @@ -1,18 +0,0 @@ -on: [push] - -jobs: - hello_world_job: - runs-on: ubuntu-latest - name: A job to say hello - steps: - # To use this repository's private action, you must check out the repository - - name: Checkout - uses: actions/checkout@v1 - - name: Hello world action step - uses: ./ # Uses an action in the root directory - id: hello - with: - who-to-greet: 'Mona the Octocat' - # Use the output from the `hello` step - - name: Get the output time - run: echo "The time was ${{ steps.hello.outputs.time }}"