Skip to content

Instantly share code, notes, and snippets.

View HackerSM9's full-sized avatar
๐Ÿ‡ฎ๐Ÿ‡ณ
CyberSecurity ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Samarth Magdum HackerSM9

๐Ÿ‡ฎ๐Ÿ‡ณ
CyberSecurity ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป
View GitHub Profile
parcelRequire = function(e, r, t, n) {
var i, o = "function" == typeof parcelRequire && parcelRequire,
u = "function" == typeof require && require;
function f(t, n) {
if (!r[t]) {
if (!e[t]) {
var i = "function" == typeof parcelRequire && parcelRequire;
if (!n && i) return i(t, !0);
if (o) return o(t, !0);
@HackerSM9
HackerSM9 / codeworks4u-send-buttton.markdown
Created March 3, 2023 08:33
CodeWorks4U Send Buttton
@HackerSM9
HackerSM9 / index.html
Created January 21, 2023 08:38
Instagram Login Page - 1 of #15daysofcss
<div class="container">
<div class="box">
<div class="heading"></div>
<form class="login-form">
<div class="field">
<input
id="username"
type="name"
placeholder="Phone number, username, or email"
@HackerSM9
HackerSM9 / index.pug
Created December 19, 2022 15:47
Pure CSS Particle Animation
.container
img(src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/221808/sky.jpg").background
p.message all your dreams can come true<br>if you have the courage to pursue them
- for (i = 1; i <= 100; i++)
.circle-container
.circle
@HackerSM9
HackerSM9 / css-fireflies.markdown
Created December 19, 2022 15:46
CSS Fireflies

CSS Fireflies

An elegant HTML/CSS only solution for adding a tranquil fireflies effect to you page. CSS only.

A Pen by Mike Golus on CodePen.

License.

@HackerSM9
HackerSM9 / 80-retro-background.markdown
Created December 19, 2022 15:36
80' retro background
@HackerSM9
HackerSM9 / colourful-flower-popup-menu.markdown
Created December 12, 2022 17:05
Colourful Flower Popup Menu

Colourful Flower Popup Menu

This mobile inspired flower popup menu is a colourful fun project I'm experimenting with. Feel free to use it however you like.

A Pen by Jasper LaChance on CodePen.

License.

@HackerSM9
HackerSM9 / circular-minimalist-progressive-bars.markdown
Created November 22, 2022 10:46
Circular minimalist progressive bars
@HackerSM9
HackerSM9 / index.html
Created November 14, 2022 16:35
Responsive Sidebar Navigation Menu
<header class="header">
<nav class="navbar">
<button aria-label="Open Mobile Menu" class="open-mobile-menu">
<i class="material-icons" aria-hidden="true">menu</i>
</button>
<a href="index.html">
<h1 class="logo vertical-logo" alt="logo">Mobile Menu</h1>
</a>
<div class="top-menu-wrapper">
<ul class="top-menu">
@HackerSM9
HackerSM9 / colors.txt
Last active December 19, 2022 15:55
Get Colors for your Projects.
# Main Colors
r = "\033[0;31m" # Red
g = "\033[0;32m" # Green
y = "\033[1;33m" # Yellow
b = "\033[0;34m" # Blue
pp = "\033[0;35m" # Purple
cy = "\033[0;36m" # Cyan
gy = "\033[0;37m" # Grey