<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>nbg design</title>
	<link>https://nickgodoff.com</link>
	<description>nbg design</description>
	<pubDate>Sat, 29 Jul 2023 22:14:52 +0000</pubDate>
	<generator>https://nickgodoff.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Desktop</title>
				
		<link>https://nickgodoff.com/Desktop</link>

		<pubDate>Sat, 29 Jul 2023 22:14:52 +0000</pubDate>

		<dc:creator>nbg design</dc:creator>

		<guid isPermaLink="true">https://nickgodoff.com/Desktop</guid>

		<description>



html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

/* Main container */
.overlay-container {
  position: relative;
  height: calc(100vh - 60px);
  width: 100%;
  overflow: hidden;
}

/* Clickable background layer (sits above video, below gallery) */
.background-click-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}

/* Gallery layer */
.image-gallery {
  position: relative;
  z-index: 2;

  padding: 20px;
  box-sizing: border-box;

  display: flex;
  flex-wrap: wrap;

  pointer-events: none; /* 🔥 THIS IS THE FIX */
}

/* Individual icons stay interactive */
.image-link {
  margin: 10px;
  cursor: grab;
  pointer-events: auto; /* 🔥 restores clicks + drag */
}


/* Footer */
.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 60px;
  color: #777;
  z-index: 3;
}




  
  

  
  
&#60;img width="5275" height="3957" width_o="5275" height_o="3957" data-src="https://freight.cargo.site/t/original/i/9db4ebc48a6d7d4ad0a3d76e56dd9ceaed190071ed51537bc3456a0549ccc107/CH-DICE-ICON.png" data-mid="243899484" border="0" data-draggable alt="WINDOWS/PROPS" data-caption="WINDOWS/PROPS" src="https://freight.cargo.site/w/1000/i/9db4ebc48a6d7d4ad0a3d76e56dd9ceaed190071ed51537bc3456a0549ccc107/CH-DICE-ICON.png" /&#62;
&#60;img width="1451" height="1450" width_o="1451" height_o="1450" data-src="https://freight.cargo.site/t/original/i/44347a3f0e6e53600084d071c4304ee70a3746e08af02fba9a8e65c1d829236b/chair-icon.png" data-mid="209174462" border="0" data-draggable alt="FURNITURE" data-caption="FURNITURE" src="https://freight.cargo.site/w/1000/i/44347a3f0e6e53600084d071c4304ee70a3746e08af02fba9a8e65c1d829236b/chair-icon.png" /&#62;
&#60;img width="1845" height="757" width_o="1845" height_o="757" data-src="https://freight.cargo.site/t/original/i/4827beb3f9f644dfdabba9d8a2cc589e726383281130522ff401edaca2250496/icon-2.png" data-mid="209586500" border="0" data-draggable alt="Fabrication" data-caption="Fabrication" src="https://freight.cargo.site/w/1000/i/4827beb3f9f644dfdabba9d8a2cc589e726383281130522ff401edaca2250496/icon-2.png" /&#62;
&#60;img width="2333" height="2068" width_o="2333" height_o="2068" data-src="https://freight.cargo.site/t/original/i/0ac8f5a7b059f8247f283b513539b6ae13c4ffcf8f578102fee82882a1a80be5/perry-chair-icon.png" data-mid="221883688" border="0" data-draggable alt="LIGHTING/ELECTRIC" data-caption="LIGHTING/ELECTRIC" src="https://freight.cargo.site/w/1000/i/0ac8f5a7b059f8247f283b513539b6ae13c4ffcf8f578102fee82882a1a80be5/perry-chair-icon.png" /&#62;
&#60;img width="512" height="512" width_o="512" height_o="512" data-src="https://freight.cargo.site/t/original/i/e701be6f3692dd82275ce0514324091aed9efaf8da3595f8a7931fbd72f69d9e/pngegg.png" data-mid="212737473" border="0" data-draggable alt="Resume" data-caption="Resume" src="https://freight.cargo.site/w/512/i/e701be6f3692dd82275ce0514324091aed9efaf8da3595f8a7931fbd72f69d9e/pngegg.png" /&#62;





  © copyright nick godoff 2026



(function () {

  const randomPages = [
    "Pippa-Garner",
    "Sondra-Perry",
    "Kiyan-Williams",
    "Sylvie-Fluery",
    "aka-NoMad",
    "Shrike-Hovercraft",
    "Reclaimed-Coffee-Table",
    "Day-Bed",
    "Flowform-Table",
    "Sawblade-Benches",
    "Ella-Chair",
    "Macy-s-Holiday-24",
    "Burberry-Bloomingdale-s-25",
    "T-Co-Holiday-25",
    "T-Co-Frankenstein-25",
    "T-Co-Holiday-24",
    "BC-Bergdorf-Goodman-24",
    "Chrome-Hearts-24",
    "Sandy-Liang"
  ];

  document.addEventListener("click", function (e) {

    const bg = e.target.closest(".background-click-layer");
    if (!bg) return;

    const page =
      randomPages[Math.floor(Math.random() * randomPages.length)];

    if (window.Cargo &#38;&#38; Cargo.Core &#38;&#38; Cargo.Core.navigate) {
      Cargo.Core.navigate(page);
    } else {
      window.location.href = page;
    }
  });

})();
</description>
		
	</item>
		
	</channel>
</rss>