Skip to content

Instantly share code, notes, and snippets.

View mikurdi's full-sized avatar
🏠
Working from home

mikurdi mikurdi

🏠
Working from home
View GitHub Profile
@mikurdi
mikurdi / dotcss-inspiration-1.markdown
Created November 29, 2022 18:55
DotCSS - Inspiration 1
@mikurdi
mikurdi / glowing-text-animation-effects.markdown
Created November 29, 2022 01:47
Glowing Text Animation Effects
@mikurdi
mikurdi / green-apple.markdown
Created November 28, 2022 23:49
Green apple

Green apple

More of the same: particles inside a path. This time I'm using 2 SVG paths drawn on canvas using the Path2D API
Verified on Google, Firefox, Opera & Safari

A Pen by Gabi on CodePen.

License.

@mikurdi
mikurdi / index.html
Last active November 28, 2022 23:51
Matrix rain animation with message
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>mowaffaq kurdi</title>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@500&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<link rel="stylesheet" href="style.css">