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 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>
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created March 9, 2024 13:04
metaballs demonstration
<div class="help"></div>
<div class="blobs">
<div class="blob"></div>
<div class="blob"></div>
</div>
@MFathurrohmanMauludin
MFathurrohmanMauludin / draggable-touch-friendly-slider-carousel.markdown
Created January 9, 2024 13:55
Draggable & Touch-friendly Slider Carousel
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created December 19, 2023 06:31
Speech to text Converter
<html>
<head>
<title>Speech to text Converter</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<h3 align="center">Speech to text converter JavaScript</h3>
<div id="result"></div>
<button onclick="startConverting();"><i class="fa fa-microphone btn btn-danger" aria-hidden="true"></i></button>
</body>
@MFathurrohmanMauludin
MFathurrohmanMauludin / index.html
Created November 3, 2023 08:04
React SPA Example page
<div id="wrapper"></div>
@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">

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.