Skip to content

Instantly share code, notes, and snippets.

View SecretRecipe's full-sized avatar
🏯
Working from subterranean dwelling

Secret Recipe SecretRecipe

🏯
Working from subterranean dwelling
View GitHub Profile
@SecretRecipe
SecretRecipe / index.pug
Created November 3, 2024 23:29
Live Cryptocurrency Watch
.center
.phone
.stats
.signal
span ● ● ● ○ ○
i.wifi.material-icons wifi
.time 00:00 AM
.indicators
@SecretRecipe
SecretRecipe / index.html
Created November 3, 2024 23:26
Voxelizing glTF Models with Three.js
<canvas id="canvas"></canvas>
<div class="container">
</div>
<div class="links">
<a href="https://tympanus.net/codrops/2023/03/28/turning-3d-models-to-voxel-art-with-three-js/" target="_blank">tutorial<img class="icon" src="https://ksenia-k.com/img/icons/link.svg"></a>
</div>
<div id="copyright">
<div>
<a href="https://poly.pizza/m/8BsjISKsNIz" target="_blank">Cherry</a> by <a href="https://poly.pizza/u/Poly%20by%20Google" target="_blank">Poly by Google</a>&nbsp;[<a href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC-BY</a>] via Poly Pizza
</div>
@SecretRecipe
SecretRecipe / gooey-menu-concept-webgl-gsap.markdown
Created November 3, 2024 23:23
Gooey Menu Concept (WebGL + GSAP)
@SecretRecipe
SecretRecipe / index.html
Created November 3, 2024 23:22
Minimal Three.js Laptop Template
<div class="container">
<canvas id="laptop"></canvas>
</div>
<script type="importmap">{
"imports": {
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.151.0/three.module.min.js",
"three/addons/": "https://unpkg.com/three@0.151.0/examples/jsm/"
}
}
@SecretRecipe
SecretRecipe / coinbase-clone-with-bootstrap-4.markdown
Created November 1, 2024 04:59
Coinbase Clone with Bootstrap 4
@SecretRecipe
SecretRecipe / index.html
Created November 1, 2024 04:55
Password Generator with Vue JS
<div id="app">
<div class="wrapper">
<article class="passbox">
<header>
<h1>Select options</h1>
</header>
<section>
<div class="slidecontainer">
<label for="passRange" >length: {{ passwordLength }}</label>
<input type="range" min="8" max="24" v-model="passwordLength" class="slider" id="passRange">
@SecretRecipe
SecretRecipe / index.html
Created November 1, 2024 04:53
Photorealistic pure CSS mobile phone
<!-- Pure CSS image (no graphics included) -->
<div class="background-panels">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
@SecretRecipe
SecretRecipe / dashboto-dashboard.markdown
Created November 1, 2024 04:49
dashBoto -dashboard