Skip to content

Commit 8d33188

Browse files
mayurpiseclaude
andcommitted
feat(web): professionalize footer credit (DraftHQ + author + engine)
- Lead with "© 2026 DraftHQ" linked to the org; MIT License linked to the repo license; "Created & maintained by Mayur Pise" linked to LinkedIn - Move the codebase-memory-mcp / DeusData engine attribution to a quieter second line (.footer-credit-sub) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a2cc1bd commit 8d33188

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

web/css/refresh-v4.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,11 @@
214214
.tb-cell:nth-child(2n) { border-right: none; }
215215
.tb-cell { border-bottom: 1px solid var(--border); }
216216
}
217+
218+
/* ---- Footer credit: professional, with a quiet engine line - */
219+
.footer-credit-sub {
220+
margin-top: 0.4rem;
221+
font-size: 0.8rem;
222+
color: var(--text-muted);
223+
opacity: 0.85;
224+
}

web/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,8 @@ <h2>Frequently asked <span class="text-amber">questions</span></h2>
14801480
</div>
14811481
</div>
14821482
<div class="footer-bottom">
1483-
<p>MIT License &middot; Made by <a href="https://www.linkedin.com/in/mayurpise/" target="_blank" rel="noopener noreferrer">Mayur Pise</a> &middot; Graph engine: <a href="https://github.com/DeusData/codebase-memory-mcp" target="_blank" rel="noopener noreferrer">codebase-memory-mcp</a> by <a href="https://github.com/DeusData" target="_blank" rel="noopener noreferrer">DeusData</a></p>
1483+
<p>&copy; 2026 <a href="https://github.com/drafthq" target="_blank" rel="noopener noreferrer">DraftHQ</a> &middot; Open source under the <a href="https://github.com/drafthq/draft/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">MIT License</a> &middot; Created &amp; maintained by <a href="https://www.linkedin.com/in/mayurpise/" target="_blank" rel="noopener noreferrer">Mayur Pise</a></p>
1484+
<p class="footer-credit-sub">Graph engine: <a href="https://github.com/DeusData/codebase-memory-mcp" target="_blank" rel="noopener noreferrer">codebase-memory-mcp</a> by <a href="https://github.com/DeusData" target="_blank" rel="noopener noreferrer">DeusData</a></p>
14841485
</div>
14851486
</footer>
14861487

0 commit comments

Comments
 (0)