A Pen by M Fathurrohman Mauludin on CodePen.
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
| <h1 style="text-align:center;"> Tour Guide Demo.</h1> | |
| <div class="container"> | |
| <div class="py-5 text-center"> | |
| <h2>Checkout form</h2> | |
| <p class="lead">Below is an example usage of Tour Guide content based approach. Click [Start tour] button below to start the guided tour:</p> | |
| <p> | |
| <button class="btn btn-success btn-lg btn-block" id="tourbutton"> | |
| Start tour |
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
| <div contenteditable class="magic-input" tab-index="1" data-placeholder="Write a message..." ></div> |
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
| <style> | |
| html, | |
| body { | |
| height: 100%; | |
| background: #f6f7fd; | |
| font-size: 16px; | |
| } | |
| .heading { | |
| margin: 36px 0; |
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
| <div id="ocr" class="ocr"> | |
| <h1 class="h">OCR with Tesseract</h1> | |
| <form id="ocr__form" class="ocr__form"> | |
| <label for="ocr__input">Image: </label> | |
| <input id="ocr__input" type="text" /> | |
| <button type="submit">Start</button> | |
| </form> | |
| <img id="ocr__img" class="ocr__img" /> |
A Pen by M Fathurrohman Mauludin on CodePen.
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
| <!-- オーバーレイ / Overlay --> | |
| <div id="overlay"> | |
| <p><span class="far"></span>now loading...</p> | |
| </div> | |
| <!-- ヘッダ / Header --> | |
| <div id="header"> | |
| <!-- 再生コントロール / Playback control --> | |
| <div id="control" class="far"> | |
| <a href="#" id="play" class="disabled"></a> |
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
| <!-- オーバーレイ / Overlay --> | |
| <div id="overlay"> | |
| <p><span class="far"></span>now loading...</p> | |
| </div> | |
| <!-- ヘッダ / Header --> | |
| <div id="header"> | |
| <!-- 再生コントロール / Playback control --> | |
| <div id="control" class="far"> | |
| <a href="#" id="play" class="disabled"></a> |
NewerOlder