Help
RSS
API
Feed
Maltego
Contact
Domain > branding.spcprt.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-27
104.21.38.123
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Fri, 27 Feb 2026 12:52:46 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareLocation: https://branding.spcprt.com/X-GitHub-Request-Id: BF40:27CD0D:2759D9:2BECEA:69A1939EAccept-Ranges: bytesAge: 0Via: 1.1 varnishX-Served-By: cache-sjc10040-SJCX-Cache: MISSX-Cache-Hits: 0X-Timer: S1772196766.955319,VS0,VE252Vary: Accept-EncodingX-Fastly-Request-ID: bfa7a681dd454665afce82fc7a610feb177957d6cf-cache-status: DYNAMICReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s470eikcsDTbZYgpGikJlJI6Ida0zrnP1MFjNL%2BKmhMQ2jnGfKRC9ybH4YKFOgFg45Ei8CWqb85Sn25XHYK4Pn86fT4wVIh%2BlJaPnz0s8moJE}}CF-RAY: 9d47d23ade4ba60a-PDXalt-svc: h3:443; ma86400 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 27 Feb 2026 12:52:46 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarelast-modified: Thu, 04 Dec 2025 19:39:02 GMTaccess-control-allow-origin: *expires: Fri, 27 Feb 2026 13:02:46 GMTCache-Control: max-age600Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s0bN18R4CaknsPQInutRhwaitMHLHpjLqUhMynpOLCJN2H2BP9snI3CLgbPcs16ZTLmx9mUVlU6dZraDf6R%2BtZDr0NoELyT3URDcODKpTo5zV}}x-proxy-cache: MISSx-github-request-id: 947C:118E10:2F04A9:3395D5:69A1939DNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Age: 0via: 1.1 varnishx-served-by: cache-sjc10036-SJCx-cache: MISSx-cache-hits: 0x-timer: S1772196766.308908,VS0,VE90vary: Accept-Encodingx-fastly-request-id: aa340aa7b4391b1ad478279a62ce96c150826bf6cf-cache-status: DYNAMICCF-RAY: 9d47d23d1a2d5ed3-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Brand Estimate Generator/title> !-- Fonts: Instrument Serif (Regular), Inter for Tech --> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInstrument+Serif&familyInter:wght@300;400;500;600&displayswap relstylesheet> style> :root { /* Core Palette - High Contrast Architectural */ --bg-deep: #000000; --bg-card: #000000; /* Text Colors */ --text-primary: #ffffff; --text-secondary: rgba(255, 255, 255, 0.75); /* Increased opacity for clarity */ --text-muted: rgba(255, 255, 255, 0.4); /* 40% opacity */ /* Accents */ --accent-active: #ffffff; --accent-new: #4ade80; /* Light green for NEW */ /* Borders using Opacity */ --border-dim: rgba(255, 255, 255, 0.15); /* 15% opacity */ --border-light: rgba(255, 255, 255, 0.3); /* 30% opacity */ --border-active: #ffffff; --radius: 12px; --font-display: Instrument Serif, serif; --font-body: Inter, sans-serif; } body { background-color: var(--bg-deep); color: var(--text-primary); font-family: var(--font-body); margin: 0; padding: 60px 20px; min-height: 100vh; } .container { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; } header { text-align: center; margin-bottom: 60px; } h1 { font-family: var(--font-display); font-weight: 400; font-style: normal; /* No Italics */ font-size: 3.5rem; margin: 0 0 10px 0; line-height: 1.1; letter-spacing: -0.01em; color: var(--text-primary); } p.subtitle { color: var(--text-secondary); font-size: 1.1rem; font-weight: 300; letter-spacing: 0.02em; } /* Package Cards */ .packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 50px; } .package-card { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius); padding: 32px; cursor: pointer; transition: all 0.2s ease; position: relative; display: flex; flex-direction: column; } .package-card:hover { border-color: var(--border-light); background: rgba(255, 255, 255, 0.03); } .package-card.active { border-color: var(--border-active); background: rgba(255, 255, 255, 0.05); } .package-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 24px; border-bottom: 1px solid var(--border-dim); padding-bottom: 20px; } .package-name { font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; color: var(--text-primary); } .package-price { font-family: var(--font-body); font-size: 1.2rem; font-weight: 500; color: var(--text-secondary); } .package-card.active .package-price { color: var(--text-primary); } .package-desc { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.5; margin-bottom: 25px; min-height: 40px; } ul.features { list-style: none; padding: 0; margin: 0; } /* Unified, breathable styling for feature list */ ul.features li { margin-bottom: 16px; /* Increased margin for breathability */ font-size: 0.95rem; /* Slightly larger font */ color: var(--text-secondary); display: flex; align-items: flex-start; /* Align bullet to top of multi-line text */ font-weight: 300; } /* Removed all feature-label/upgrade/new specific styles */ ul.features li .feature-label { display: none; } ul.features li::before { content: ; display: inline-block; width: 6px; height: 6px; background-color: var(--text-muted); border-radius: 0px; /* Square dots for architectural feel */ margin-right: 12px; margin-top: 5px; /* Better alignment for text */ transition: background-color 0.3s; flex-shrink: 0; /* Prevents the bullet from shrinking */ } /* Active card makes everything bright/clear */ .package-card.active ul.features li::before { background-color: var(--accent-active); } .package-card.active ul.features li { color: var(--text-primary); } /* Removed .upgrade and .feature-base classes */ inputtyperadio { display: none; } /* Sections */ .addons-section, .questions-section { border-top: 1px solid var(--border-dim); padding: 40px 0; } .section-title { font-family: var(--font-display); font-size: 1.8rem; font-weight: 400; margin-bottom: 20px; color: var(--text-primary); } .addon-item { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--border-dim); } .addon-item:last-child { border-bottom: none; } .addon-info label { font-weight: 400; font-size: 1rem; display: block; cursor: pointer; color: var(--text-primary); } .addon-info span { font-size: 0.85rem; color: var(--text-secondary); margin-top: 4px; display: block; font-weight: 300; } .addon-price { font-family: var(--font-body); font-weight: 500; color: var(--text-secondary); margin-left: 20px; font-size: 0.95rem; } .price-negative { color: #4ade80; /* Subtle green for discounts */ } /* Minimal Switch */ .switch { position: relative; display: inline-block; width: 40px; height: 22px; margin-right: 20px; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: transparent; transition: .3s; border-radius: 24px; border: 1px solid var(--text-muted); } .slider:before { position: absolute; content: ; height: 14px; width: 14px; left: 3px; bottom: 3px; background-color: var(--text-muted); transition: .3s cubic-bezier(0.25, 0.8, 0.25, 1); border-radius: 50%; } input:checked + .slider { border-color: var(--text-primary); background-color: transparent; } input:checked + .slider:before { transform: translateX(18px); background-color: var(--text-primary); } /* Bio/Contact Section Styles */ .bio-section { padding: 60px 0 160px 0; /* Extra padding at the bottom for fixed footer */ border-top: 1px solid var(--border-dim); text-align: center; display: flex; flex-direction: column; align-items: center; /* Ensures strict center alignment of children */ } .bio-portrait { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; margin: 0 auto 20px auto; border: 2px solid var(--border-light); display: block; } .bio-text { max-width: 500px; margin: 0 auto 30px auto; color: var(--text-secondary); line-height: 1.6; font-size: 0.95rem; text-align: center; /* Explicitly centers the text lines */ } /* Style for the embedded link */ .bio-text a { color: var(--text-primary); text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; } .bio-text a:hover { color: var(--text-muted); } .contact-info { margin-bottom: 30px; font-size: 0.9rem; text-align: center; } .contact-info a { color: var(--text-primary); text-decoration: none; font-weight: 500; margin: 0 10px; transition: color 0.2s; } .contact-info a:hover { color: var(--text-muted); } .signature-block { padding-top: 20px; border-top: 1px solid var(--border-dim); max-width: 300px; width: 100%; /* Ensures line stretches */ margin: 40px auto 0 auto; text-align: center; } .signature-img { max-width: 100%; height: 50px; /* Constrain height */ width: auto; display: inline-block; /* Helps with centering */ object-fit: contain; } /* Sticky Footer */ .total-bar { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); /* Adjusted width to ensure minimum 40px margin on desktop/wider screens */ width: calc(100% - 80px); max-width: 860px; background: #090909; /* Slightly lighter than pure black */ border: 1px solid var(--border-dim); padding: 16px 30px; border-radius: 100px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 20px 50px rgba(0,0,0,0.8); z-index: 100; } .total-group { display: flex; flex-direction: column; } .total-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 2px; } .total-amount { font-family: var(--font-display); font-size: 1.8rem; font-weight: 400; color: var(--text-primary); line-height: 1; } .action-btn { background: var(--text-primary); color: #000; border: none; padding: 12px 28px; border-radius: 50px; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; cursor: pointer; transition: all 0.2s ease; text-decoration: none; /* Styles for the hover icon effect */ position: relative; overflow: hidden; } .action-btn:active { transform: scale(0.96); opacity: 0.9; } /* Container for text and icon */ .action-btn .btn-content { display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; } /* Copy Icon styling */ .action-btn .copy-icon { margin-right: 0px; opacity: 0; transition: all 0.3s ease; } .action-btn:hover .btn-content { transform: translateX(-4px); /* Shift text left to make room for icon */ } .action-btn:hover .copy-icon { margin-right: 8px; /* Add margin to separate icon and text */ opacity: 1; } .copy-feedback { position: absolute; top: -40px; right: 20px; background: white; color: black; padding: 8px 12px; border-radius: 6px; font-size: 0.8rem; font-weight: 500; opacity: 0; transition: opacity 0.3s; pointer-events: none; } .copy-feedback.visible { opacity: 1; top: -50px; } /* Mobile */ @media (max-width: 600px) { h1 { font-size: 2.5rem; } .total-bar { /* Set width to ensure a 20px margin on each side of the screen */ width: calc(100% - 40px); bottom: 20px; border-radius: 12px; padding: 15px 20px; } .total-amount { font-size: 1.5rem; } .action-btn { padding: 10px 20px; font-size: 0.85rem; } } /style>/head>body>div classcontainer> header> h1>Brand Configuration/h1> p classsubtitle>Select your foundation and fine-tune the details./p> /header> !-- Base Packages --> div classpackages-grid> !-- Package A: Essentials (Base Feature Set) --> label classpackage-card onclickselectPackage(this)> input typeradio namepackage value299 data-nameEssentials> div classpackage-header> span classpackage-name>Essentials/span> span classpackage-price>$299/span> /div> p classpackage-desc>Perfect for quick start. Includes core branding assets and a foundational website (hosting not included)./p> ul classfeatures> li>1 Logo Concept + 1 Revision/li> li>Standard Color Palette & Font Pairing/li> li>Multi-Page Starter Website (3 pages max)/li> li>Digital Business Card Design/li> li>Print-Ready Card Files (Design only)/li> li>Basic Email Signature Design/li> /ul> /label> !-- Package B: Professional (Non-Contradictory List) --> label classpackage-card active onclickselectPackage(this)> input typeradio namepackage value649 checked data-nameProfessional> div classpackage-header> span classpackage-name>Professional/span> span classpackage-price>$649/span> /div> p classpackage-desc>A complete system for market presence. Includes all Essentials features, plus major upgrades and new assets./p> ul classfeatures> !-- Upgraded Features (Replaces Essentials) --> li>2 Logo Concepts + 3 Revisions/li> li>Custom 5-Page Website (Detailed Layouts)/li> !-- Added Features --> li>Full Brand System Guidelines (Usage PDF)/li> li>Social Media Headers (3 Platform Templates)/li> !-- Base Features (Retained) --> li>Standard Color Palette & Font Pairing/li> li>Digital Business Card Design/li> li>Print-Ready Card Files (Design only)/li> li>Basic Email Signature Design/li> /ul> /label> !-- Package C: Launch Kit (Non-Contradictory List) --> label classpackage-card onclickselectPackage(this)> input typeradio namepackage value1399 data-nameLaunch Kit> div classpackage-header> span classpackage-name>Launch Kit/span> span classpackage-price>$1,399/span> /div> p classpackage-desc>The ultimate package for leading the market. Includes all Professional features, unlimited revisions, and advanced tech integration./p> ul classfeatures> !-- Ultimate Features (Replaces Professional) --> li>3-4 Logo Concepts + Unlimited Revisions/li> li>Advanced Site (MLS Listings Integration)/li> li>Comprehensive Brand Guide (Master Document)/li> !-- Added Features --> li>Print Assets: Signs & Flyers (2 Concepts)/li> li>1 Month Priority Support/li> !-- Base Features (Retained) --> li>Standard Color Palette & Font Pairing/li> li>Digital Business Card Design/li> li>Print-Ready Card Files (Design only)/li> li>Basic Email Signature Design/li> /ul> /label> /div> !-- Project Dynamics (New Section) --> div classquestions-section> div classsection-title>Project Details/div> div classaddon-item> div styledisplay:flex; align-items:center;> label classswitch> input typecheckbox value149 data-nameRush Timeline onchangecalculateTotal()> span classslider>/span> /label> div classaddon-info> label>Priority / Rush Timeline/label> span>Need it done in under 10 days?/span> /div> /div> div classaddon-price>+$149/div> /div> div classaddon-item> div styledisplay:flex; align-items:center;> label classswitch> input typecheckbox value-50 data-nameClient Copywriting onchangecalculateTotal()> span classslider>/span> /label> div classaddon-info> label>I will write all text content/label> span>I dont need help with copywriting/headlines/span> /div> /div> div classaddon-price price-negative>-$50/div> /div> /div> !-- Add-ons (Includes requested toggleable options) --> div classaddons-section> div classsection-title>Optional Add-ons/div> div classaddon-item> div styledisplay:flex; align-items:center;> label classswitch> input typecheckbox value50 data-nameDomain Acquisition onchangecalculateTotal()> span classslider>/span> /label> div classaddon-info> label>Domain Acquisition & Setup/label> span>We purchase and configure your domain name (includes the $50 purchase fee)./span> /div> /div> div classaddon-price>+$50/div> /div> div classaddon-item> div styledisplay:flex; align-items:center;> label classswitch> input typecheckbox value49 data-nameHosting Configuration onchangecalculateTotal()> span classslider>/span> /label> div classaddon-info> label>Hosting Environment Configuration/label> span>We handle the full setup, configuration, and launch environment preparation./span> /div> /div> div classaddon-price>+$49/div> /div> div classaddon-item> div styledisplay:flex; align-items:center;> label classswitch> input typecheckbox value99 data-nameAdditional Web Page onchangecalculateTotal()> span classslider>/span> /label> div classaddon-info> label>Additional Web Page/label> span>For specific listings or agent bios/span> /div> /div> div classaddon-price>+$99/div> /div> div classaddon-item> div styledisplay:flex; align-items:center;> label classswitch> input typecheckbox value129 data-nameSocial Media Pack onchangecalculateTotal()> span classslider>/span> /label> div classaddon-info> label>Social Media Template Pack/label> span>5 editable Canva templates for posts/span> /div> /div> div classaddon-price>+$129/div> /div> div classaddon-item> div styledisplay:flex; align-items:center;> label classswitch> input typecheckbox value19 data-nameMonthly Maintenance onchangecalculateTotal()> span classslider>/span> /label> div classaddon-info> label>Monthly Site Maintenance/label> span>Security updates and minor text edits/span> /div> /div> div classaddon-price>$19/mo/div> /div> /div> !-- Bio / Contact / Signature Section --> div classbio-section> !-- Profile Pic source path updated --> img srcDD2ABF0A-C632-4FC9-9F37-9042DDDDA523_1_105_c.jpeg altPortrait of Gabriel classbio-portrait onerrorthis.onerrornull; this.srchttps://placehold.co/120x120/1a1a1a/ffffff?textGA;> p classbio-text> Hey! My name is Gabriel and I love building high-impact companies. I specialize in brand identity, logo design, and web development. Full-time I’m developing this a hrefhttps://spcprt.com target_blank>Spatial Real Estate/a> company.br>br> If you’d like to work together, reach out below and I’d be happy to setup a call. Once you have a branding package that fits your needs, click “copy configuration” and send it over to me. I look forward to working together :) /p> div classcontact-info> a hreftel:+13609214886>360.921.4886/a> | a href/cdn-cgi/l/email-protection#ec8b8d8e9e858980ac9f9c8f9c9e98c28f8381>span class__cf_email__ data-cfemaila0c7c1c2d2c9c5cce0d3d0c3d0d2d48ec3cfcd>email protected/span>/a> /div> div classsignature-block> !-- Signature Pic source path updated --> img srctransparent_white_signature.png altGabriels Signature classsignature-img onerrorthis.onerrornull; this.srchttps://placehold.co/300x50/000000/ffffff?textGabriel\s+Signature;> /div> /div>/div>!-- Sticky Footer -->div classtotal-bar> div classtotal-group> div classtotal-label>Estimated Investment/div> div classtotal-amount iddisplayTotal>$0/div> /div> div styleposition:relative;> div classcopy-feedback idcopyMsg>Copied!/div> button classaction-btn onclickcopyConfiguration()> span classbtn-content> !-- SVG Icon for Copy --> svg classcopy-icon xmlnshttp://www.w3.org/2000/svg width18 height18 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround> rect x9 y9 width13 height13 rx2 ry2>/rect> path dM5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1>/path> /svg> span>Copy Configuration/span> /span> /button> /div>/div>script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>script> // Initialize calculateTotal(); function selectPackage(card) { // Remove active class from all cards document.querySelectorAll(.package-card).forEach(c > c.classList.remove(active)); // Add active class to clicked card card.classList.add(active); // Check the hidden radio input const radio card.querySelector(inputtyperadio); radio.checked true; calculateTotal(); } function calculateTotal() { let total 0; let maintenance 0; // Get Base Package const selectedPackage document.querySelector(inputnamepackage:checked); if (selectedPackage) { total + parseInt(selectedPackage.value); } // Get Add-ons & Toggles const checkboxes document.querySelectorAll(inputtypecheckbox:checked); checkboxes.forEach(box > { if (box.dataset.name Monthly Maintenance) { maintenance + parseInt(box.value); } else { total + parseInt(box.value); } }); // Format and Display const formatter new Intl.NumberFormat(en-US, { style: currency, currency: USD, maximumFractionDigits: 0 }); let displayString formatter.format(total); if (maintenance > 0) { displayString + ` span stylefont-size:0.6em; color:var(--text-secondary); font-family:var(--font-body)>+ $${maintenance}/mo/span>`; } document.getElementById(displayTotal).innerHTML displayString; } function copyConfiguration() { // Gather Data const selectedPackage document.querySelector(inputnamepackage:checked); const checkboxes document.querySelectorAll(inputtypecheckbox:checked); // The total amount is pulled from the displayed text, ensuring it includes the monthly fee info let totalText document.getElementById(displayTotal).innerText.replace(/\n/g, ).replace(+, + ); let text `PROJECT CONFIGURATION\n\n`; text + `BASE PACKAGE:\n${selectedPackage.dataset.name} ($${selectedPackage.value})\n\n`; if (checkboxes.length > 0) { text + `ADD-ONS & DETAILS:\n`; checkboxes.forEach(box > { let price ; // Determine the price format for the output if (box.dataset.name Monthly Maintenance) { price `$${box.value}/mo`; } else if(parseInt(box.value) 0) { price `-$${Math.abs(box.value)}`; } else if(parseInt(box.value) > 0) { price `+$${box.value}`; } text + `- ${box.dataset.name} (${price})\n`; }); } text + `\nESTIMATED TOTAL: ${totalText}`; // Fallback for better iframe compatibility const tempTextArea document.createElement(textarea); tempTextArea.value text; tempTextArea.style.position fixed; // Prevent scrolling to the bottom tempTextArea.style.opacity 0; document.body.appendChild(tempTextArea); tempTextArea.select(); try { const successful document.execCommand(copy); if (successful) { const msg document.getElementById(copyMsg); msg.classList.add(visible); setTimeout(() > { msg.classList.remove(visible); }, 2000); } else { console.error(Copy command failed.); } } catch (err) { console.error(Error copying text:, err); } finally { document.body.removeChild(tempTextArea); } }/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]