Skip to content

Instantly share code, notes, and snippets.

@Kvnbbg
Kvnbbg / make_dmg.sh
Last active June 3, 2024 18:48 — forked from HuangJiaLian/make_dmg.sh
Two steps to turn a Python file to a macOS installer
#!/bin/sh
# References
# https://www.pythonguis.com/tutorials/packaging-pyqt5-applications-pyinstaller-macos-dmg/
# https://medium.com/@jackhuang.wz/in-just-two-steps-you-can-turn-a-python-script-into-a-macos-application-installer-6e21bce2ee71
# ---------------------------------------
# Clean up previous builds
# ---------------------------------------
@Kvnbbg
Kvnbbg / css-only-shimmer-button-choose-your-products.markdown
Created June 15, 2024 11:08
CSS Only Shimmer Button - Choose Your Products

CSS Only Shimmer Button - Choose Your Products

I was really inspired by an old button from Aaron which had a glowing edge, using an SVG effect. I wanted to see if I can create something similar with CSS only.

I really love this.

A Pen by Kevin Marville on CodePen.

License.

@Kvnbbg
Kvnbbg / animated-form-css.markdown
Created June 15, 2024 11:09
Animated Form - CSS
@Kvnbbg
Kvnbbg / index.html
Created June 17, 2024 14:35
Vision Week (test)
<nav>
<ul>
<li><a href="#" id="homeLink">Home</a></li>
<li><a href="#" id="tourLink">Virtual Tour</a></li>
<li><a href="#" id="mapLink">Map</a></li>
<li><a href="#" id="profileLink">Profile</a></li>
</ul>
</nav>
<div class="container" id="content">