Skip to content

Instantly share code, notes, and snippets.

View MFathurrohmanMauludin's full-sized avatar
⛩️
Working from home

M Fathurrohman Mauludin MFathurrohmanMauludin

⛩️
Working from home
View GitHub Profile
<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
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created March 21, 2025 02:22
Pure CSS auto height chat input box
<div contenteditable class="magic-input" tab-index="1" data-placeholder="Write a message..." ></div>
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created November 28, 2024 22:11
Three Dots - CSS loading animations made with single element
<style>
html,
body {
height: 100%;
background: #f6f7fd;
font-size: 16px;
}
.heading {
margin: 36px 0;
@MFathurrohmanMauludin
MFathurrohmanMauludin / access-camera-in-browser-and-take-pictures.markdown
Created November 10, 2024 00:18
Access Camera in Browser and Take Pictures
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created October 29, 2024 02:20
OCR with Tesseract
<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" />
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created May 22, 2024 08:12
TextAlive App API | lyric sheet
<!-- オーバーレイ / Overlay -->
<div id="overlay">
<p><span class="far">&#xf254;</span>now loading...</p>
</div>
<!-- ヘッダ / Header -->
<div id="header">
<!-- 再生コントロール / Playback control -->
<div id="control" class="far">
<a href="#" id="play" class="disabled">&#xf144;</a>
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created May 22, 2024 07:28
TextAlive App API | lyric sheet
<!-- オーバーレイ / Overlay -->
<div id="overlay">
<p><span class="far">&#xf254;</span>now loading...</p>
</div>
<!-- ヘッダ / Header -->
<div id="header">
<!-- 再生コントロール / Playback control -->
<div id="control" class="far">
<a href="#" id="play" class="disabled">&#xf144;</a>