Skip to content

Instantly share code, notes, and snippets.

@Kriordan
Kriordan / index.html
Created May 7, 2025 02:25 — forked from sophiawisdom/index.html
Screenshot hoster. Download these two files, put your screenshots in the same directory, run lister.py, and you have a fun website that shows all your screenshots.
<html>
<title> vibe images <!-- change this to whatever you want! --> </title>
<!-- Add any text here if you so desire; the images won't be drawn over it. -->
<div id="container">
</div>
<script>
function shuffleArray(array) {
for (let i = array.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
@Kriordan
Kriordan / SassMeister-input.scss
Created January 18, 2016 18:48
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
.vital_data {
padding: 10px;
&_tab {
background: #E4E4E4;
border: 1px solid #d9d9d9;