This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <script> | |
| const showTiles = function(tag) { | |
| // reset any previously hidden tiles | |
| if (tag !== "all") { | |
| showTiles("all"); | |
| } | |
| // get all HTML elements with css class tile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Deploy Storybook | |
| on: | |
| push: | |
| paths: ["frontend-components/**", ".storybook/**"] # Trigger the action only when files change in the folders defined here | |
| jobs: | |
| build-and-deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2.3.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 가다,to go, 1A | |
| 비싸다,to be expensive, 1A | |
| 켜요,to turn on, 1A | |
| 꺼요,to turn off, 1A | |
| 바빠요,to be busy, 1A | |
| 느려요, slow, 1A | |
| 짜요, salty , 1A | |
| 공원, park, 1A | |
| 공항, airport, 1A | |
| 만나요,to meet , 1A |
OlderNewer