Skip to content

Instantly share code, notes, and snippets.

View mnngfl's full-sized avatar

Hyomin Kang mnngfl

View GitHub Profile
@mnngfl
mnngfl / drop-rain.html
Last active June 7, 2020 10:13
Raindrop animation
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Falling rain Animation</title>
<style>
canvas {
background-color: rgba(27, 27, 47, 1);
background-image: linear-gradient(
to bottom,
@mnngfl
mnngfl / drop-rain-v2.html
Created June 7, 2020 10:27
Raindrop animation (Add bottom collision effects)
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Falling rain Animation</title>
<style>
canvas {
background-color: rgba(27, 27, 47, 1);
background-image: linear-gradient(
to bottom,
⭐ Total Stars: 2
➕ Total Commits: 524
🔀 Total PRs: 53
🚩 Total Issues: 17
📦 Contributed to: 0
@mnngfl
mnngfl / I'm a night 🦉
Last active July 24, 2024 01:34
I'm a night 🦉
🌞 Morning 2 commits ▏░░░░░░░░░░░░░░░░░░░░ 0.6%
🌆 Daytime 53 commits ███▎░░░░░░░░░░░░░░░░░ 16.0%
🌃 Evening 215 commits █████████████▌░░░░░░░ 64.8%
🌙 Night 62 commits ███▉░░░░░░░░░░░░░░░░░ 18.7%