Skip to content

Instantly share code, notes, and snippets.

View magkooh's full-sized avatar
💭
I may be slow to respond.

magkooh

💭
I may be slow to respond.
View GitHub Profile
@magkooh
magkooh / index.html
Created June 4, 2024 14:46
Timed Cards Opening
<body>
<div class="indicator"></div>
<nav>
<div>
<div class="svg-container">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
🚴‍♂️ 2055km █████████████▊░░░░░░
⛷ 454km ███░░░░░░░░░░░░░░░░░
🚶‍♂️ 394km ██▌░░░░░░░░░░░░░░░░░
‍🏃‍♂️ 52km ▏░░░░░░░░░░░░░░░░░░░
2954km total
# encoding: utf-8
xml.instruct!
xml.urlset "xmlns" => "http://www.sitemaps.org/schemas/sitemap/0.9" do
page_count = 0
sitemap.resources.each do |page|
catch :next_page do
# Exclude images, metadata, config, ...
throw :next_page if page.url.start_with?('/images/')