eliana's blog

pika-3

content

CODEPENS TUMBLR THEME [https://codepen.io/tezeta/pen/PwPZOeJ] CUSTOM BULLET LIST ICON [https://codepen.io/tezeta/pen/WbQrZOG] TEMPLATE 4 [https://codepen.io/tezeta/pen/NPGxvoK] TEMPLATE 3 [https://codepen.io/tezeta/pen/bNVErOX] 7/19 WORK [https://codepen.io/tezeta/pen/gbaPxvQ] BUTTON FOR SECTIONS [https://codepen.io/tezeta/pen/pvjgrjX] MY GUESTBOOK [https://codepen.io/tezeta/pen/ogjbbMq] MY BUTTONS [https://codepen.io/tezeta/pen/PwPZZeV] STYLE.CSS [https://codepen.io/tezeta/pen/ByooqVQ]USE TEMPLATE [https://codepen.io/pen?template=ByooqVQ] CONTAINERS SNIPPET [https://codepen.io/tezeta/pen/bNVVgqM] NEW FUN CODE [https://codepen.io/tezeta/pen/pvjjEJv] CODE SECTIONS TEMPLATE [https://codepen.io/tezeta/pen/VYvvKwy] TEMPLATE IDEA SADGRL [https://codepen.io/tezeta/pen/gbaaMdz] ANOTHER TEMPLATE [https://codepen.io/tezeta/pen/myeePzE] SIDEBAR NAV FORMAT [https://codepen.io/tezeta/pen/JoYYXaQ] STATUS CAFE WIDGET [https://codepen.io/tezeta/pen/wBKaYQr] HTML SKELETON [https://codepen.io/tezeta/pen/VYvLGgR] BOOKMARKS.HTML [https://codepen.io/tezeta/pen/zxvGNrx] SITEMAP TEMPLATE [https://codepen.io/tezeta/pen/WbQvoWy] LAYOUT.JS [https://codepen.io/tezeta/pen/JoYdbOg] MY GITHUB PROFILE [https://codepen.io/tezeta/pen/empNJaM] GITHUB FLAVORED MARKDOWN CHEAT SHEET [https://codepen.io/tezeta/pen/VYvLeNJ] HELPFUL CODE [https://codepen.io/tezeta/pen/MYaYrvv] BUTTONS DATABASE [https://codepen.io/tezeta/pen/zxvxprP] VUE TESTER [https://codepen.io/tezeta/pen/myeypeg] STATUS CAFE THEME [https://codepen.io/tezeta/pen/OPyJrRV] WEBPAGE TEMPLATE! 7/17 [https://codepen.io/tezeta/pen/GgpRPKb] 404.HTML [https://codepen.io/tezeta/pen/NPGWORY] FOOTER DRAFT [https://codepen.io/tezeta/pen/bNVGpKm] FOOTER #1 [https://codepen.io/tezeta/pen/zxvYqrg] MY STYLE.CSS! [https://codepen.io/tezeta/pen/GgpRZgm] CSS THEME #1 [https://codepen.io/tezeta/pen/GgpRZRW] NEOCITIES THEME [https://codepen.io/tezeta/pen/azOegeQ] PAGE INDEX [https://codepen.io/tezeta/pen/EajqBMe] BUTTONS [https://codepen.io/tezeta/pen/yyNmdwP] TAGS [https://codepen.io/tezeta/pen/raVXpmP] PAGE INDEX/BEAR BLOG [https://codepen.io/tezeta/pen/pvJMdGd] MY WIDGETS [https://codepen.io/tezeta/pen/myJNqMN] DASHBOARD / BEAR BLOG VIA [https://codepen.io/tezeta/pen/RNPXLXE]HTTPS://CSSGRADIENT.IO/[https://cssgradient.io/] THEME 1 [https://codepen.io/tezeta/pen/KwpOzzj]

"

username&domain checker

APPS

domains to check

" "

image hosting on tumblr

  • max 150 photo posts per day

  • max 30 images per post

  • 150 x 30 = 4500

neocities idea having pages scrolled at footer back [https://purinpixel.tumblr.com/tagged/icons/page/1] 1 [https://purinpixel.tumblr.com/tagged/icons/page/1] 2 3 [https://purinpixel.tumblr.com/tagged/icons/page/3] 4 [https://purinpixel.tumblr.com/tagged/icons/page/4] 5 [https://purinpixel.tumblr.com/tagged/icons/page/5] next [https://purinpixel.tumblr.com/tagged/icons/page/3]

to extract

// Extract all src URLs const imgTags = Array.from(document.querySelectorAll(‘img’)).map(img => img.src);

// Extract all background-image URLs const bgImages = Array.from(document.querySelectorAll(‘*’)).map(el => { const bg = window.getComputedStyle(el).backgroundImage; if (bg && bg !== ‘none’) { // Remove the url(“…”) wrapper return bg.slice(4, -1).replace(//g, ‘’); } }).filter(Boolean);

// Combine and remove duplicates const allImages = […new Set([…imgTags, …bgImages])];

console.log(allImages);

" "

graphics

  <!DOCTYPE html>
<html lang=en>
<head>
<meta charset=UTF-8 />
<title>50 Buttons Example</title>
</head>
<body>

<!-- Container for buttons -->
<div id=buttons-container></div>

<!-- Sections (initially hidden) -->
<div id=sections>
  <!-- Generate sections dynamically -->
</div>

<script>
  // Function to create buttons and sections
  const totalButtons = 50;
  const container = document.getElementById('buttons-container');
  const sectionsDiv = document.getElementById('sections');

  for (let i = 1; i <= totalButtons; i++) {
    // Create button
    const btn = document.createElement('button');
    btn.textContent = i;
    btn.onclick = () => showSection('section' + i);
    container.appendChild(btn);

    // Create section
    const section = document.createElement('div');
    section.id [http://section.id] = 'section' + i;
    section.style [http://section.style].display = 'none'; // Hidden initially
    section.innerHTML = <h2>Section ${i}</h2><p>This is content for section
${i}.</p>;
    sectionsDiv.appendChild(section);
  }

  // Function to show only the selected section
  function showSection(sectionId) {
    const sections = document.querySelectorAll('div[id^=section]');
    sections.forEach(sec => sec.style [http://sec.style].display = 'none');

    const target = document.getElementById(sectionId);
    if (target) {
      target.style [http://target.style].display = 'block';
    }
  }
</script>

</body>
</html>
markdown links

  ![](https://pixelsafari.neocities.org/dividers/flowerfield.gif
[https://pixelsafari.neocities.org/dividers/flowerfield.gif])

</style>

<!-- Your images grid -->
<div class=buttons-container>
    <img src=https://pixelsafari.neocities.org/dividers/flowerfield.gif
[https://pixelsafari.neocities.org/dividers/flowerfield.gif] class=button-img
alt=Flowerfield>

</style>
<!-- Your images grid -->
<div class=buttons-container>
    <img src=https://pixelsafari.neocities.org/dividers/flowerfield.gif
class=button-img alt=Flowerfield>

    <img src=https://file.garden/aHwDA7j9PThoD4oE/indieweb.png?v=1752966952451
[https://file.garden/aHwDA7j9PThoD4oE/indieweb.png?v=1752966952451]
class=button-img />

markdown links

  ![](https://pixelsafari.neocities.org/dividers/flowerfield.gif
[https://pixelsafari.neocities.org/dividers/flowerfield.gif])

</style>

<!-- Your images grid -->
<div class=buttons-container>
    <img src=https://pixelsafari.neocities.org/dividers/flowerfield.gif
[https://pixelsafari.neocities.org/dividers/flowerfield.gif] class=button-img
alt=Flowerfield>

</style>
<!-- Your images grid -->
<div class=buttons-container>
    <img src=https://pixelsafari.neocities.org/dividers/flowerfield.gif
class=button-img alt=Flowerfield>

    <img src=https://file.garden/aHwDA7j9PThoD4oE/indieweb.png?v=1752966952451
[https://file.garden/aHwDA7j9PThoD4oE/indieweb.png?v=1752966952451]
class=button-img />

" "

wiki
MENU

WIKIPEDIA'S SISTER PROJECTS
Wikipedia is written by volunteer editors and hosted by the Wikimedia Foundation [https://en.wikipedia.org/wiki/Wikimedia_Foundation], a non-profit organization that also hosts a range of other volunteer projects [https://wikimediafoundation.org/our-work/wikimedia-projects/]:

OTHER AREAS OF WIKIPEDIA

IN OTHER PROJECTS

WIKIPEDIA:CATEGORIZATION

Topics

Types

Places, people and times

Indices

WIKIPEDIA:CONTENTS/OVERVIEWS

Miscellaneous Knowledge / Wikipedia Pages

  1. Digital scrapbooking [https://en.wikipedia.org/wiki/Digital_scrapbooking]

  2. Search media - Wikimedia Commons [https://commons.m.wikimedia.org/w/index.php?search=Default+avatar+&title=Special:MediaSearch&type=image]

  3. Wiki of Westeros [https://gameofthrones.fandom.com/wiki/Wiki_of_Westeros]

  4. Tartarian Empire - Wikipedia [https://en.m.wikipedia.org/wiki/Tartarian_Empire]

  5. Alignment (Dungeons & Dragons) [https://en.wikipedia.org/wiki/Alignment_(Dungeons_%26_Dragons)]

  6. Godspeed (ship) [https://en.wikipedia.org/wiki/Godspeed_(ship)]

  7. Harem [https://en.wikipedia.org/wiki/Harem]

  8. HSTS [https://en.wikipedia.org/wiki/HSTS]

  9. Levant [https://en.wikipedia.org/wiki/Levant]

  10. List of Latin phrases (L) [https://en.wikipedia.org/wiki/List_of_Latin_phrases_(L)]

  11. Gematria [https://en.wikipedia.org/wiki/Gematria]

  12. Dorcelessness [https://jtohs-joke-towers.fandom.com/wiki/User_blog:EpicTheGamer2014/Dorcelessness]

  13. Wikipedia:Vital articles/Level/1 - Wikipedia [https://en.wikipedia.org/wiki/Wikipedia:Vital_articles/Level/1]

"

under construction 🌟🌟🌟🌟🌟🌟

test

Thoughts? Leave a comment