Skip to content

Instantly share code, notes, and snippets.

View ozkite's full-sized avatar
💭
gm agents!

☐𝕫𝕜 ozkite

💭
gm agents!
View GitHub Profile
@ozkite
ozkite / index.html
Created October 19, 2025 08:25
Portfolio splash idea
<div class="wrapper nopre">
<div id="container">
<div id="left" href="#">
<span>H</span>
<!--
(messing around with rainbow animation effect + colors)
<div class="rainbow"></div>
-->
<div class="content">
<h1 data-shadow-text="Personal half">Halving LAbs</h1>
@ozkite
ozkite / README.md
Created September 6, 2025 10:57 — forked from briangonzalez/README.md
img2boxshadow - a ruby script to convert images to CSS [http://codepen.io/briangonzalez/details/AvrGI#pen-details-tab]

img2boxshadow.rb

a ruby script to convert images to CSS (box-shadows)

Installation

gem install rmagick    # you'll need ImageMagick & Ruby first
gem install colormath
gem install micro-optparse