Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - blott.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 00:47:55 GMT
Content-Type: text/html
Content-Length: 166
Connection: keep-alive
strict-transport-security: max-age=31536000
Location: https://www.blott.com/
X-Cluster-Name: eu-north-1-prod-hosting-red

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://blott.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 00:47:55 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
CF-Ray: 93cd30354992c0b8-ARN
CF-Cache-Status: HIT
Last-Modified: Thu, 17 Apr 2025 17:48:54 GMT
Strict-Transport-Security: max-age=31536000
surrogate-control: max-age=2147483647
surrogate-key: www.blott.com 67b5e4939681e062e30d39d6 pageId:67b5e4949681e062e30d3be0
x-lambda-id: 1354b57d-cf94-44ea-9ea9-84e51caa9db6
vary: Accept-Encoding
Set-Cookie: _cfuvid=jZibpdWpws7m.eW8nBD1GWLMyDKAZXRNZqSiv4OGDE0-1746751675837-0.0.1.1-604800000; path=/; domain=.www.blott.com; HttpOnly; Secure; SameSite=None
Server: cloudflare
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: blott.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><!-- Last Published: Mon Apr 14 2025 10:53:54 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.blott.com" data-wf-page="67b5e4949681e062e30d3be0" data-wf-site="67b5e4939681e062e30d39d6" lang="en"><head><meta charset="utf-8"/><title>Studio | Blott Ventures</title><meta content="Studio | Blott Ventures" property="og:title"/><meta content="https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b88ae14b1f266c8c746f66_Opengraph%20Image.webp" property="og:image"/><meta content="Studio | Blott Ventures" property="twitter:title"/><meta content="https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b88ae14b1f266c8c746f66_Opengraph%20Image.webp" property="twitter:image"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/css/blott-ventures-staging.49f13b6be.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b88a8b2546383ab53217bf_Favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b88a95db6ac5b2e55277e0_Webclip.png" rel="apple-touch-icon"/></head><body><div class="page-wrapper"><div class="global-styles w-embed"><style>

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

/* Set color style to inherit */
.inherit-color * {
    color: inherit;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}


/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/

/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.heading-style-h1,
.heading-style-h2,
.heading-style-h3,
.heading-style-h4,
.heading-style-h5,
.heading-style-h6 {
	margin: 0 0 0 0 !important;
}

ul, ul ul, ul ul ul {
  list-style-type: disc !important;
}

ul li::marker {
  font-size: 1.5rem;
}

[last-child="true"] {
	margin-bottom: 0 !important;
}

</style></div><div class="navbar_component"><div class="padding-global"><div class="container-large"><div class="navbar_wrapper"><a aria-label="Go to homepage" href="/" aria-current="page" class="navbar_brand w-inline-block w--current"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 129 51" fill="none" class="brand-logo-medium"><path d="M0 1.91528H12.2628C18.4318 1.91528 23.0124 3.31266 23.0124 9.21232C23.0124 11.8128 21.8468 13.7146 19.6758 15.0711C22.3137 16.0015 24.1406 17.9817 24.1406 21.3968C24.1406 27.7225 19.6008 30.0503 12.7707 30.0503H0V1.91528ZM6.63584 13.1693H12.4946C14.8224 13.1693 16.1039 12.0446 16.1039 10.2961C16.1039 8.54771 14.8224 7.50139 12.4946 7.50139H6.63584V13.1659V13.1693ZM6.63584 24.4642H12.8456C15.6779 24.4642 17.1162 23.2611 17.1162 21.2809C17.1162 19.3007 15.6813 18.0976 12.8456 18.0976H6.63584V24.4608V24.4642Z" fill="currentColor"></path><path d="M34.3434 24.1915H46.5142V30.0503H36.6167C31.6986 30.0503 27.7109 26.0627 27.7109 21.1446V1.91528H34.3468V24.1915H34.3434Z" fill="currentColor"></path><path d="M85.6159 7.73655H76.6113V1.91528H99.9953V7.73655H92.2892V30.0537H85.6125V7.73655H85.6159Z" fill="currentColor"></path><path d="M111.657 7.73655H103.988V1.91528H127.372V7.73655H118.33V30.0537H111.653V7.73655H111.657Z" fill="currentColor"></path><path d="M72.0597 5.09191L73.256 2.64138L67.8471 0L66.8894 2.17105C65.3591 1.6973 63.6891 1.44509 61.9032 1.44509C53.2497 1.44509 47.3125 7.22887 47.3125 15.9983C47.3125 20.5926 48.945 24.3655 51.7398 26.9183L50.5503 29.3586L55.9592 31.9999L56.9135 29.8323C58.4438 30.3026 60.1138 30.5514 61.9032 30.5514C70.5192 30.5514 76.4938 24.7677 76.4938 15.9983C76.4938 11.4074 74.8545 7.64127 72.0597 5.0885V5.09191ZM54.3335 16.0017C54.3335 10.0236 57.7485 6.91872 61.8998 6.91872C62.8438 6.91872 63.747 7.08232 64.5854 7.39928L61.9543 13.3705C61.7566 13.8204 61.3578 14.1476 60.8807 14.2533L58.7096 14.7406C57.9803 14.9042 57.3634 15.3916 57.0362 16.063L55.0219 20.1904C54.5823 19.0043 54.3335 17.607 54.3335 16.0017ZM61.8998 25.0846C60.9557 25.0846 60.0525 24.921 59.2141 24.6041L61.8452 18.6328C62.0429 18.1829 62.4417 17.8558 62.9188 17.7501L65.0899 17.2627C65.8192 17.0991 66.4361 16.6117 66.7633 15.9403L68.7776 11.813C69.2172 12.999 69.466 14.3964 69.466 16.0017C69.466 21.9797 66.051 25.0846 61.8998 25.0846Z" fill="currentColor"></path><path d="M70.2412 41.5282H71.4007L73.191 47.0753L74.935 41.5282H76.0481L73.7569 48.2534H72.5603L70.2412 41.5282ZM78.049 48.2534V41.5282H82.7056V42.428H79.1064V44.3481H82.5015V45.2386H79.1064V47.3536H82.7056V48.2534H78.049ZM90.4351 48.2534H88.9602L85.9918 42.6877V48.2534H84.9529V41.5282H86.4278L89.3962 47.0846V41.5282H90.4351V48.2534ZM94.5628 48.2534V42.428H92.4014V41.5282H97.7724V42.428H95.6203V48.2534H94.5628ZM99.637 41.5282H100.694V45.5633C100.694 46.8342 101.093 47.4835 102.355 47.4835C103.616 47.4835 104.025 46.7785 104.025 45.4891V41.5282H105.082V45.4334C105.082 47.4742 104.312 48.374 102.355 48.374C100.453 48.374 99.637 47.6134 99.637 45.4891V41.5282ZM111.748 48.2534L110.31 45.4149C110.171 45.4242 110.023 45.4242 109.875 45.4242H108.715V48.2534H107.657V41.5282H109.791C111.6 41.5282 112.685 41.9085 112.685 43.4669C112.685 44.4316 112.231 44.9789 111.387 45.2386L112.936 48.2534H111.748ZM109.912 42.4001H108.715V44.5615H109.93C110.923 44.5615 111.6 44.4131 111.6 43.4854C111.6 42.5207 110.867 42.4001 109.912 42.4001ZM115.159 48.2534V41.5282H119.816V42.428H116.217V44.3481H119.612V45.2386H116.217V47.3536H119.816V48.2534H115.159ZM124.512 45.3036L123.687 45.1366C122.731 44.9418 121.822 44.4038 121.822 43.2721C121.822 42.0012 123.139 41.4076 124.28 41.4076C125.523 41.4076 126.571 41.9734 126.84 43.3277H125.82C125.597 42.5393 124.874 42.2888 124.234 42.2888C123.742 42.2888 122.898 42.5207 122.898 43.2257C122.898 43.7823 123.334 44.0698 123.918 44.1904L124.716 44.3574C125.792 44.58 126.97 44.9789 126.97 46.3425C126.97 47.6783 125.681 48.374 124.382 48.374C122.833 48.374 121.766 47.5113 121.618 46.1013H122.657C122.852 47.029 123.464 47.4928 124.419 47.4928C125.301 47.4928 125.904 47.0846 125.904 46.426C125.904 45.7303 125.226 45.452 124.512 45.3036Z" fill="currentColor"></path></svg></a><ul role="list" class="navbar_link-list w-list-unstyled"><li class="navbar_link-item"><a href="/" aria-current="page" class="navbar_link w-inline-block w--current"><div class="text-size-regular">Studio</div></a></li><li class="navbar_link-item"><a href="/products" class="navbar_link w-inline-block"><div class="text-size-regular">Products</div></a></li><li class="navbar_link-item"><a href="/investments" class="navbar_link w-inline-block"><div class="text-size-regular">Investments</div></a></li></ul></div></div></div><div class="w-embed"><style>

.navbar_component ul {
	list-style-type: none !important;
}

</style></div></div><main class="main-wrapper"><section class="section_card"><div class="hide w-embed"><style>

.card_component {
	background-color: #A861FF;
}

</style></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><h1 class="visually-hidden">Blott Ventures: Studio</h1><div class="card_container"><div class="card_component"><div class="card_wrapper"><div class="card_text"><h2 class="heading-style-h2">Blott Studio</h2><p class="text-size-regular">Blott Studio is a design and technology partner for ambitious companies, crafting digital experiences that drive real impact. With expertise in product design, web development, and software engineering, we transform ideas into beautifully executed solutions.</p></div><a data-wf--button--variant="black" href="https://www.blott.studio/" target="_blank" class="button w-inline-block"><div class="text-size-regular">Visit website</div></a></div><img src="https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b6df817355c3023314c059_blott-studio.avif" loading="eager" alt="Blott Studio illustration" sizes="(max-width: 479px) 85vw, (max-width: 767px) 91vw, (max-width: 991px) 94vw, 592px" srcset="https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b6df817355c3023314c059_blott-studio-p-500.avif 500w, https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b6df817355c3023314c059_blott-studio-p-800.avif 800w, https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b6df817355c3023314c059_blott-studio-p-1080.avif 1080w, https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b6df817355c3023314c059_blott-studio-p-1600.avif 1600w, https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b6df817355c3023314c059_blott-studio-p-2000.avif 2000w, https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/67b6df817355c3023314c059_blott-studio.avif 2372w" class="card_image"/></div></div></div></div></div></section><footer class="footer_component"><div class="padding-global"><div class="container-large"><div class="footer_wrapper"><div class="footer_info"><div class="footer_info-wrapper"><div class="footer_heading"><div class="hide w-embed"><style>

.footer_heading h2 {
	max-width: 20rem;
  color: var(--base-color-neutral--pure-white);
}

.footer_heading p {
	color: var(--base-color-neutral--stone);
}

</style></div><h2 class="heading-style-h1">Sign up for our newsletter</h2><p class="text-size-regular">We partner with investment leaders with strategic brand and product-building services, driving growth and value across their portfolios.</p></div><div class="newsletter-form_block w-form"><form id="form-newsletter" name="wf-form-Newsletter" data-name="Newsletter" method="get" class="newsletter-form_form" data-wf-page-id="67b5e4949681e062e30d3be0" data-wf-element-id="75cd9ef5-5633-e130-ae23-f7b81f4e7fb7" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="hide w-embed"><style>

.newsletter-form_form .button {
	background-color: var(--base-color-neutral--pure-white);
  color: var(--base-color-neutral--inkblot-black);
}

.newsletter-form_field::placeholder {
	color: var(--base-color-neutral--light-grey) !important;
}

.newsletter-form_field:focus::placeholder {
	opacity: 0;
}

</style></div><input class="newsletter-form_field w-input" maxlength="256" name="Email-2" data-name="Email 2" placeholder="Email address" type="email" id="Email-2" required=""/><input type="submit" data-wait="Submit" class="button w-button" value="Submit"/></form><div class="newsletter-form_success w-form-done"><div class="newsletter-form_form"><div class="hide w-embed"><style>

[element="form-success"] {
	pointer-events: none;
}

</style></div><input type="email" placeholder="Thanks for joining our newsletter!" id="email-success" element="form-success" class="newsletter-form_field"/><a element="form-success" href="#" class="button w-button">Sent!</a></div></div><div class="newsletter-form_error w-form-fail"><div class="newsletter-form_error-wrapper"><div class="newsletter-form_error-message"><div class="text-size-small">Error</div></div></div></div><div class="newsletter-form_message"><div class="hide w-embed"><style>

.newsletter-form_message a {
	color: var(--base-color-neutral--pure-white);
}

</style></div><p class="text-size-small">By subscribing, you confirm that you have read and agree to our <a href="/privacy-policy">Privacy Policy</a> and consent to receiving updates from us.</p></div></div></div><div class="footer_disclaimer"><div class="text-size-regular">© 2025 Blott.com. All rights reserved</div></div></div><div class="footer_menu"><div class="hide w-embed"><style>

.footer_menu h3 {
	color: var(--base-color-neutral--pure-white);
}

</style></div><div class="footer_menu-wrapper"><div class="footer_menu-item"><h3 class="text-size-regular">Directory</h3><ul role="list" class="footer_link-list w-list-unstyled"><li class="footer_link-item"><a href="/" aria-current="page" class="footer_link w-inline-block w--current"><div class="text-size-regular">Studio</div><div class="link-underline"></div></a></li><li class="footer_link-item"><a href="/products" class="footer_link w-inline-block"><div class="text-size-regular">Products</div><div class="link-underline"></div></a></li><li class="footer_link-item"><a href="/investments" class="footer_link w-inline-block"><div class="text-size-regular">Investments</div><div class="link-underline"></div></a></li></ul></div><div class="footer_menu-item"><h3 class="text-size-regular">Legal</h3><ul role="list" class="footer_link-list w-list-unstyled"><li class="footer_link-item"><a href="/privacy-policy" class="footer_link w-inline-block"><div class="text-size-regular">Privacy Policy</div><div class="link-underline"></div></a></li><li class="footer_link-item"><a href="/terms-of-use" class="footer_link w-inline-block"><div class="text-size-regular">Terms of Service</div><div class="link-underline"></div></a></li><li class="footer_link-item"><a href="/cookie-settings" class="footer_link w-inline-block"><div class="text-size-regular">Cookie Settings</div><div class="link-underline"></div></a></li></ul></div><div class="footer_menu-item"><h3 class="text-size-regular">Socials</h3><ul role="list" class="footer_link-list w-list-unstyled"><li class="footer_link-item"><a href="https://www.linkedin.com/company/blott" target="_blank" class="footer_link w-inline-block"><div class="text-size-regular">LinkedIn</div><div class="link-underline"></div></a></li></ul></div></div><a aria-label="Go to homepage" href="/" aria-current="page" class="footer_brand w-inline-block w--current"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 463 182" fill="none"><path d="M0 6.95215H44.508C66.8981 6.95215 83.5236 12.0239 83.5236 33.4368C83.5236 42.8752 79.293 49.7778 71.4132 54.7011C80.9877 58.0782 87.6181 65.2653 87.6181 77.6602C87.6181 100.619 71.141 109.068 46.3512 109.068H0V6.95215ZM24.0848 47.7986H45.3492C53.798 47.7986 58.4492 43.7164 58.4492 37.3705C58.4492 31.0246 53.798 27.2269 45.3492 27.2269H24.0848V47.7862V47.7986ZM24.0848 88.7934H46.6233C56.9029 88.7934 62.1232 84.4267 62.1232 77.2396C62.1232 70.0526 56.9153 65.6859 46.6233 65.6859H24.0848V88.781V88.7934Z" fill="currentColor"></path><path d="M124.656 87.8039H168.83V109.068H132.907C115.057 109.068 100.584 94.5952 100.584 76.745V6.95227H124.669V87.8039H124.656Z" fill="currentColor"></path><path d="M310.739 28.0806H278.057V6.95227H362.929V28.0806H334.96V109.081H310.726V28.0806H310.739Z" fill="currentColor"></path><path d="M405.259 28.0806H377.426V6.95227H462.298V28.0806H429.48V109.081H405.246V28.0806H405.259Z" fill="currentColor"></path><path d="M261.545 18.4811L265.887 9.58691L246.255 0L242.779 7.87982C237.225 6.16036 231.163 5.24497 224.681 5.24497C193.274 5.24497 171.725 26.2372 171.725 58.0657C171.725 74.7408 177.65 88.4346 187.793 97.6999L183.476 106.557L203.108 116.144L206.571 108.276C212.126 109.983 218.187 110.887 224.681 110.887C255.953 110.887 277.638 89.8943 277.638 58.0657C277.638 41.4031 271.688 27.734 261.545 18.4687V18.4811ZM197.207 58.0781C197.207 36.3808 209.602 25.1115 224.669 25.1115C228.096 25.1115 231.374 25.7053 234.417 26.8557L224.867 48.5283C224.15 50.1612 222.702 51.3487 220.97 51.7322L213.091 53.5011C210.443 54.0949 208.204 55.8638 207.017 58.3008L199.706 73.2811C198.11 68.9763 197.207 63.9045 197.207 58.0781ZM224.669 91.0447C221.243 91.0447 217.964 90.4509 214.921 89.3005L224.471 67.6279C225.189 65.995 226.636 64.8075 228.368 64.424L236.248 62.6551C238.895 62.0613 241.134 60.2924 242.321 57.8554L249.632 42.8751C251.228 47.18 252.131 52.2517 252.131 58.0781C252.131 79.7754 239.736 91.0447 224.669 91.0447Z" fill="currentColor"></path><path d="M254.942 150.06H259.151L265.649 170.194L271.978 150.06H276.018L267.702 174.47H263.359L254.942 150.06ZM283.28 174.47V150.06H300.182V153.326H287.119V160.295H299.441V163.527H287.119V171.204H300.182V174.47H283.28ZM328.236 174.47H322.883L312.109 154.269V174.47H308.338V150.06H313.691L324.465 170.227V150.06H328.236V174.47ZM343.218 174.47V153.326H335.373V150.06H354.867V153.326H347.056V174.47H343.218ZM361.634 150.06H365.472V164.706C365.472 169.318 366.92 171.675 371.499 171.675C376.078 171.675 377.559 169.116 377.559 164.437V150.06H381.397V164.235C381.397 171.641 378.603 174.907 371.499 174.907C364.597 174.907 361.634 172.147 361.634 164.437V150.06ZM405.592 174.47L400.374 164.167C399.869 164.201 399.33 164.201 398.791 164.201H394.583V174.47H390.745V150.06H398.488C405.054 150.06 408.993 151.441 408.993 157.097C408.993 160.598 407.343 162.585 404.279 163.527L409.902 174.47H405.592ZM398.926 153.225H394.583V161.07H398.993C402.596 161.07 405.054 160.531 405.054 157.164C405.054 153.663 402.394 153.225 398.926 153.225ZM417.972 174.47V150.06H434.874V153.326H421.811V160.295H434.133V163.527H421.811V171.204H434.874V174.47H417.972ZM451.918 163.763L448.922 163.157C445.454 162.45 442.155 160.497 442.155 156.39C442.155 151.777 446.936 149.623 451.077 149.623C455.588 149.623 459.393 151.676 460.369 156.592H456.666C455.858 153.73 453.232 152.821 450.908 152.821C449.124 152.821 446.06 153.663 446.06 156.222C446.06 158.242 447.643 159.285 449.764 159.723L452.659 160.329C456.565 161.137 460.841 162.585 460.841 167.534C460.841 172.382 456.161 174.907 451.447 174.907C445.825 174.907 441.953 171.776 441.414 166.659H445.185C445.892 170.025 448.114 171.709 451.582 171.709C454.78 171.709 456.969 170.227 456.969 167.837C456.969 165.312 454.511 164.302 451.918 163.763Z" fill="currentColor"></path></svg></a></div></div></div></div></footer></main></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=67b5e4939681e062e30d39d6" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/js/blott-ventures-staging.schunk.4a394eb5af8156f2.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/67b5e4939681e062e30d39d6/js/blott-ventures-staging.864c0715.f195b52c9caef296.js" type="text/javascript"></script><!-- GSAP library -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/gsap.min.js"></script><!-- Card load -->
<script>

document.addEventListener('DOMContentLoaded', () => {
  gsap.fromTo(
    '.card_component',
    {
      y: '50%',
      opacity: 0
    },
    {
      y: '0%',
      opacity: 1,
      stagger: 0.3,
      duration: 1,
      ease: 'power1.out',
    }
  );
});

</script></body></html>                               

Whois info of domain

Domain Name: BLOTT.COM
Registry Domain ID: 22173600_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-03-12T13:17:49Z
Creation Date: 2000-03-11T21:03:57Z
Registry Expiry Date: 2027-03-11T21:03:57Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS31.DOMAINCONTROL.COM
Name Server: NS32.DOMAINCONTROL.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 52978 13 2 1D5F21983DD390FD1B2CA6D9FF2F55916CC2E12B6384D88A0164E7EF47A13370
DNSSEC DS Data: 33160 13 2 039D9567FE9CA295B46944A2C6EF351E3CA75F84D62AC1AE827B178C2DE887B9
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T00:47:35Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass