mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
rebranding to BumpMesh
This commit is contained in:
+5
-8
@@ -3,7 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>CNC Kitchen STL Texturizer</title>
|
||||
<title>BumpMesh by CNC Kitchen</title>
|
||||
<link rel="icon" type="image/png" href="logo.png" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<script>
|
||||
// Apply saved theme before first paint to avoid flash
|
||||
@@ -38,12 +39,8 @@
|
||||
<body>
|
||||
<header>
|
||||
<div class="logo">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="#7c6aff" stroke-width="1.5" stroke-linejoin="round"/>
|
||||
<path d="M2 17L12 22L22 17" stroke="#7c6aff" stroke-width="1.5" stroke-linejoin="round"/>
|
||||
<path d="M2 12L12 17L22 12" stroke="#a08cff" stroke-width="1.5" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
<span>CNC Kitchen STL Texturizer</span>
|
||||
<img src="logo.png" alt="BumpMesh" width="24" height="24" />
|
||||
<span>BumpMesh <small style="opacity:.6;font-weight:400">by CNC Kitchen</small></span>
|
||||
</div>
|
||||
<div class="header-actions">
|
||||
<div class="lang-seg">
|
||||
@@ -359,7 +356,7 @@
|
||||
<!-- Sponsor popup -->
|
||||
<div id="sponsor-overlay" class="sponsor-overlay hidden" role="dialog" aria-modal="true" aria-labelledby="sponsor-title">
|
||||
<div class="sponsor-modal">
|
||||
<h2 id="sponsor-title" data-i18n="sponsor.title">Thanks for using CNC Kitchen STL Texturizer!</h2>
|
||||
<h2 id="sponsor-title" data-i18n="sponsor.title">Thanks for using BumpMesh by CNC Kitchen!</h2>
|
||||
<p data-i18n-html="sponsor.body">This tool is provided <strong>completely free</strong> by CNC Kitchen.<br>
|
||||
While your STL is being processed, why not check out the store that helps us keep making cool stuff for you?</p>
|
||||
<a href="https://geni.us/CNCStoreTexture" target="_blank" rel="noopener noreferrer" class="sponsor-link" data-i18n="sponsor.visitStore">
|
||||
|
||||
Reference in New Issue
Block a user