{"id":8,"date":"2026-04-23T16:47:51","date_gmt":"2026-04-23T16:47:51","guid":{"rendered":"https:\/\/uncbrick.fun\/?page_id=8"},"modified":"2026-04-23T19:17:05","modified_gmt":"2026-04-23T19:17:05","slug":"elementor-8","status":"publish","type":"page","link":"https:\/\/uncbrick.fun\/","title":{"rendered":"Elementor #8"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8\" class=\"elementor elementor-8\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5eb699c e-con-full e-flex e-con e-parent\" data-id=\"5eb699c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c8dc6f8 elementor-widget elementor-widget-html\" data-id=\"c8dc6f8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>$UNCBRICK<\/title>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Jersey+10&display=swap');\n\nbody, html {\n    margin: 0;\n    padding: 0;\n    font-family: 'Jersey 10', sans-serif;\n    background: #000;\n    color: #000;\n    overflow-x: hidden;\n    scroll-behavior: smooth;\n}\n\n\/* --- TRUE SEAMLESS BRICK DIVIDER --- *\/\n\/* Uses a repeating gradient so the teeth never stretch or warp *\/\n.brick-divider {\n    height: 40px;\n    width: 100%;\n    position: relative;\n    z-index: 50;\n    background-color: var(--bg-prev);\n    background-image: linear-gradient(90deg, var(--bg-next) 50%, transparent 50%);\n    background-size: 80px 100%; \/* 40px tooth, 40px gap *\/\n}\n\n\/* --- FULL PAGE SECTION --- *\/\nsection {\n    position: relative;\n    width: 100vw;\n    height: 100vh;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    overflow: hidden;\n}\n\n.bg-full {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    z-index: 1;\n}\n\n.bg-full video, .bg-full img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n}\n\n\/* --- THE BIG TITLES --- *\/\n.text-layer {\n    position: relative;\n    z-index: 10;\n    width: 100%;\n    padding: 0 5%;\n    box-sizing: border-box;\n}\n\nh1 { \n    font-size: 25vw; \n    margin: 0; \n    line-height: 0.7; \n    text-transform: uppercase; \n    -webkit-text-stroke: 4px #000;\n    color: #fff;\n    filter: drop-shadow(15px 15px 0px #000);\n}\n\n.giant-title {\n    font-size: 8vw; \n    line-height: 0.8;\n    background: #fff;\n    color: #000;\n    padding: 15px 30px;\n    border: 8px solid #000;\n    display: inline-block;\n    box-shadow: 15px 15px 0px #000;\n    text-transform: uppercase;\n}\n\np {\n    font-size: 3rem;\n    max-width: 800px;\n    background: rgba(255, 255, 255, 0.9);\n    padding: 20px;\n    border: 6px solid #000;\n    margin-top: 20px;\n    line-height: 1;\n}\n\n\/* --- BUTTONS & CTA --- *\/\n.btn-massive {\n    display: inline-block;\n    background: #ff4444;\n    color: #fff;\n    font-family: 'Jersey 10', sans-serif;\n    font-size: 4rem;\n    padding: 25px 60px;\n    text-decoration: none;\n    border: 8px solid #000;\n    box-shadow: 12px 12px 0px #000;\n    margin-top: 40px;\n    cursor: pointer;\n    text-transform: uppercase;\n    transition: 0.1s;\n}\n\n.btn-massive:active { \n    transform: translate(10px, 10px); \n    box-shadow: 0px 0px 0px #000; \n}\n\n\/* Hero CA CTA *\/\n.btn-ca {\n    display: inline-block;\n    background: #ff4444;\n    color: #fff;\n    font-family: 'Jersey 10', sans-serif;\n    font-size: 2.5rem;\n    padding: 15px 35px;\n    text-decoration: none;\n    border: 6px solid #000;\n    box-shadow: 8px 8px 0px #000;\n    margin-top: 10px;\n    cursor: pointer;\n    text-transform: uppercase;\n    transition: 0.1s;\n}\n\n.btn-ca:active {\n    transform: translate(6px, 6px);\n    box-shadow: 0px 0px 0px #000;\n}\n\n.ca-container {\n    margin-top: 10px;\n}\n\n.ca-address {\n    font-family: 'Jersey 10', sans-serif;\n    font-size: 1.5rem;\n    background: #fff;\n    padding: 8px 15px;\n    border: 4px solid #000;\n    display: inline-block;\n    margin-top: 10px;\n}\n\n\/* --- TOKENOMICS GRID --- *\/\n.token-grid {\n    display: flex;\n    gap: 40px;\n    margin-top: 50px;\n    flex-wrap: wrap;\n}\n\n.stat-card {\n    background: #fff;\n    border: 8px solid #000;\n    padding: 30px;\n    text-align: center;\n    box-shadow: 15px 15px 0px #000;\n}\n\n.stat-card b { font-size: 7rem; display: block; border-bottom: 8px solid #000; line-height: 0.9; }\n.stat-card span { font-size: 2.5rem; text-transform: uppercase; }\n\n\/* --- FIXED SOCIAL BUTTONS (ICONS) --- *\/\n.fixed-socials {\n    position: fixed;\n    bottom: 30px;\n    right: 30px;\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n    z-index: 9999;\n}\n\n.social-btn {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    color: #000;\n    text-decoration: none;\n    width: 70px;\n    height: 70px;\n    font-size: 2.5rem; \/* Icon size *\/\n    border: 6px solid #000;\n    box-shadow: 8px 8px 0px #000;\n    transition: 0.1s;\n    box-sizing: border-box;\n}\n\n.social-btn:active {\n    transform: translate(8px, 8px);\n    box-shadow: 0px 0px 0px #000;\n}\n\n.bg-x { background: #fff; }\n.bg-tg { background: #00e5ff; } \n.bg-pump { background: #39ff14; }\n\n@media (max-width: 900px) {\n    h1 { font-size: 22vw; }\n    .giant-title { font-size: 12vw; }\n    .btn-massive { font-size: 2.5rem; padding: 20px 40px; }\n    .btn-ca { font-size: 2rem; padding: 10px 25px; }\n    .ca-address { font-size: 1.2rem; }\n    .stat-card b { font-size: 5rem; }\n    \n    .brick-divider { height: 25px; background-size: 50px 100%; }\n    \n    .fixed-socials { bottom: 15px; right: 15px; gap: 10px; }\n    .social-btn {\n        width: 55px; height: 55px; font-size: 1.8rem;\n        border: 4px solid #000; box-shadow: 5px 5px 0px #000;\n    }\n    .social-btn:active { transform: translate(5px, 5px); }\n}\n<\/style>\n<\/head>\n<body>\n\n<section style=\"background: #000;\">\n    <div class=\"bg-full\">\n        <video autoplay muted loop playsinline>\n            <source src=\"http:\/\/uncbrick.fun\/wp-content\/uploads\/2026\/04\/7cea28975ff24961a50eb275e7aaaf52.mp4\" type=\"video\/mp4\">\n        <\/video>\n    <\/div>\n    <div class=\"text-layer\">\n        <h1>$UNC<br>BRICK<\/h1>\n        \n        <div class=\"ca-container\">\n            <button class=\"btn-ca\" id=\"ca-btn\" onclick=\"copyCA()\">COPY CONTRACT ADDRESS<\/button>\n            <br>\n            <div class=\"ca-address\" id=\"ca-text\">CA: YOUR_SOLANA_CA_HERE_123456789<\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"brick-divider\" style=\"--bg-prev: #000; --bg-next: #e0f0ff;\"><\/div>\n\n<section style=\"background: #e0f0ff;\">\n    <div class=\"bg-full\">\n        <img decoding=\"async\" src=\"http:\/\/uncbrick.fun\/wp-content\/uploads\/2026\/04\/he_has_a_202604240126-scaled.jpeg\">\n    <\/div>\n    <div class=\"text-layer\" style=\"text-align: right;\">\n        <div class=\"giant-title\" style=\"transform: rotate(-1deg);\">UNC'S LOG<\/div>\n        <div style=\"display: flex; justify-content: flex-end;\">\n            <p>\"LISTEN KID, IF THE PIECES DON'T CLICK, IT'S NOT A PROJECT. STACK BRICKS, IGNORE FUD, AND MOW THE LAWN. XD\"<\/p>\n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"brick-divider\" style=\"--bg-prev: #e0f0ff; --bg-next: #fff;\"><\/div>\n\n<section style=\"background: #fff;\">\n    <div class=\"bg-full\">\n        <img decoding=\"async\" src=\"http:\/\/uncbrick.fun\/wp-content\/uploads\/2026\/04\/front_angle_of_202604240130-scaled.jpeg\">\n    <\/div>\n    <div class=\"text-layer\">\n        <div class=\"giant-title\" style=\"background: #ffff00;\">THE SPECS<\/div>\n        <div class=\"token-grid\">\n            <div class=\"stat-card\"><b>1B<\/b><span>TOTAL BRICKS<\/span><\/div>\n            <div class=\"stat-card\"><b>0%<\/b><span>FEE STACK<\/span><\/div>\n            <div class=\"stat-card\"><b>BURNT<\/b><span>LP FOREVER<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"brick-divider\" style=\"--bg-prev: #fff; --bg-next: #ffff00;\"><\/div>\n\n<section style=\"background: #ffff00;\">\n    <div class=\"bg-full\">\n        <img decoding=\"async\" src=\"http:\/\/uncbrick.fun\/wp-content\/uploads\/2026\/04\/put_him_in_202604240134-scaled.jpeg\">\n    <\/div>\n    <div class=\"text-layer\" style=\"text-align: center;\">\n        <div class=\"giant-title\" style=\"background: #000; color: #fff; transform: rotate(1deg);\">READY TO JOIN?<\/div>\n        <br>\n        <a href=\"#\" class=\"btn-massive\">BUY $UNCBRICK<\/a>\n        <br>\n        <p style=\"margin: 30px auto; max-width: 600px;\">THE GRILL IS ON. THE SHADES ARE SECURED. DON'T GET STEPPED ON. XD<\/p>\n    <\/div>\n<\/section>\n\n<div class=\"brick-divider\" style=\"--bg-prev: #ffff00; --bg-next: #000;\"><\/div>\n\n<footer style=\"background: #000; color: #fff; text-align: center; padding: 80px 20px; font-size: 4rem;\">\n    $UNCBRICK \u00a9 2026 \u2022 BUILT TO LAST\n<\/footer>\n\n<div class=\"fixed-socials\">\n    <a href=\"#\" class=\"social-btn bg-x\" target=\"_blank\"><i class=\"fa-brands fa-x-twitter\"><\/i><\/a>\n    <a href=\"#\" class=\"social-btn bg-tg\" target=\"_blank\"><i class=\"fa-brands fa-telegram\"><\/i><\/a>\n    <a href=\"#\" class=\"social-btn bg-pump\" target=\"_blank\"><i class=\"fa-solid fa-capsules\"><\/i><\/a>\n<\/div>\n\n<script>\n    function copyCA() {\n        const contractAddress = \"YOUR_SOLANA_CA_HERE_123456789\"; \n        \n        navigator.clipboard.writeText(contractAddress).then(() => {\n            const btn = document.getElementById(\"ca-btn\");\n            const originalText = \"COPY CONTRACT ADDRESS\";\n            \n            btn.innerHTML = 'COPIED TO CLIPBOARD! <i class=\"fa-solid fa-check\"><\/i>';\n            btn.style.background = \"#ffff00\";\n            btn.style.color = \"#000\";\n            \n            setTimeout(() => { \n                btn.innerText = originalText; \n                btn.style.background = \"#ff4444\";\n                btn.style.color = \"#fff\";\n            }, 2000);\n        }).catch(err => {\n            console.error('Failed to copy CA: ', err);\n        });\n    }\n<\/script>\n\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>$UNCBRICK $UNCBRICK COPY CONTRACT ADDRESS CA: YOUR_SOLANA_CA_HERE_123456789 UNC&#8217;S LOG &#8220;LISTEN KID, IF THE PIECES DON&#8217;T CLICK, IT&#8217;S NOT A PROJECT. STACK BRICKS, IGNORE FUD, AND MOW THE LAWN. XD&#8221; THE SPECS 1BTOTAL BRICKS 0%FEE STACK BURNTLP FOREVER READY TO JOIN? BUY $UNCBRICK THE GRILL IS ON. THE SHADES ARE SECURED. DON&#8217;T GET STEPPED ON. XD [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/uncbrick.fun\/index.php\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uncbrick.fun\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uncbrick.fun\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/uncbrick.fun\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/uncbrick.fun\/index.php\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":46,"href":"https:\/\/uncbrick.fun\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":68,"href":"https:\/\/uncbrick.fun\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions\/68"}],"wp:attachment":[{"href":"https:\/\/uncbrick.fun\/index.php\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}