Skip to content

Instantly share code, notes, and snippets.

View abdelghanyMh's full-sized avatar
🕵️
On the hunt for a new gig!

Mahammedi Abdelghani abdelghanyMh

🕵️
On the hunt for a new gig!
View GitHub Profile
:root {
--transition: 0.3s ease-in-out all
--text-font-stack: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif
--shadow-1: 0px 0px 0px 3px var(--colors-blue-50);
--border-radius: 4px;
--ring-color: rgba(66, 153, 225, 0.6);
--colors-transparent: transparent;
--colors-current: currentColor;
--colors-black: #000000;
--colors-white: #ffffff;
@abdelghanyMh
abdelghanyMh / algeria_map_2019_present.svg
Last active July 11, 2022 14:59
Blank administrative map of Algeria ( 2019-Present)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@abdelghanyMh
abdelghanyMh / index.html
Created June 22, 2022 22:43
magnetic button vanilla js
<div class='container' onmousemove='MagneticBtn(event)'>
<button class='btn'>hello</button>
</div>
@abdelghanyMh
abdelghanyMh / dark_light.py
Created July 20, 2021 15:38
switch between dark mode and light mode in Linux mint cinnamon
#!/usr/bin/python3
import sys
from gi.repository import Gio
import time
# for light theme ./dark_light.py light
# for dark theme ./dark_light.py dark
# if no theme has been specified scripte will stop
if len(sys.argv) == 1:
@abdelghanyMh
abdelghanyMh / algeria.svg
Created July 2, 2021 15:06
Blank administrative map of Algeria ( 1983-2019)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.