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
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created June 16, 2023 11:28
QR Code Reader - Javascript
<h1>QR Code Reader using Javascript</h1>
<!-- QR SCANNER CODE BELOW -->
<div class="row">
<div class="col">
<div id="reader"></div>
</div>
<div class="col" style="padding: 30px">
<h4>Scan Result </h4>
<div id="result">
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created June 16, 2023 11:39
qr code generator
<input id="text" type="text" value="http://indiorlei.github.io/"/>
<div id="qrcode"></div>
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created June 16, 2023 11:42
QR Code Generator using JavaScript
<h1>QR Code Generator</h1>
<input type="text" spellcheck="false" id="text" value="https://google.com" />
<div id="qrcode"></div>
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created July 31, 2023 03:20
Multiple Splide Sliders on the Same Page
<!-- First slider codes -->
<section class="splide" id="first-slider" aria-label="Splide Basic HTML Example">
<div class="splide__track">
<ul class="splide__list">
<li class="splide__slide">Slide 01</li>
<li class="splide__slide">Slide 02</li>
<li class="splide__slide">Slide 03</li>
</ul>
</div>
</section>
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Last active September 8, 2023 10:48
Music Player | Audio Player 🎵
<!-- Tracks used in this music/audio player application are free to use. I downloaded them from Soundcloud and NCS websites. I am not the owner of these tracks. -->
<div id="app-cover">
<div id="bg-artwork"></div>
<div id="bg-layer"></div>
<div id="player">
<div id="player-track">
<div id="album-name"></div>
<div id="track-name"></div>
<div id="track-time">

Expandable Search Box

Expandable search box with auto toggle search icon to submit button feature. (Updated: Jan 9 2016)

A Pen by Morteza on CodePen.

License.

@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created October 28, 2023 03:11
Pure CSS Expand Collapse List
<ul class="m-d expand-list">
<li data-md-content="200">
<label name="tab" for="tab1" tabindex="-1" class="tab_lab" role="tab">Product Description</label>
<input type="checkbox" checked class="tab" id="tab1" tabindex="0" />
<span class="open-close-icon">
<i class="fas fa-plus"></i>
<i class="fas fa-minus"></i>
</span>
<div class="content">