Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
- NEVER add any AI attribution, co-author tags, or tool attribution to commits
- NEVER include emojis like 🤖 in commit messages
- Commit messages should contain ONLY the commit description — nothing else
- This applies to all commits across all timepoint-ai repositories
- This applies to all commits across all timepointai repositories
2 changes: 1 addition & 1 deletion WHITEPAPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ What's built:
- **Deployed on BASE Sepolia** (Coinbase L2 testnet)
- **Django web application** for market creation and participation

The code is open source: [github.com/timepoint-ai/proteus](https://github.com/timepoint-ai/proteus)
The code is open source: [github.com/timepointai/proteus](https://github.com/timepointai/proteus)

---

Expand Down
2 changes: 1 addition & 1 deletion templates/marketing/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
Open source under MIT.
</p>
<div class="d-flex gap-4 justify-content-center mb-3" style="font-size: 0.85rem;">
<a href="https://github.com/timepoint-ai/proteus" target="_blank" class="text-decoration-none" style="color: var(--text-muted);">
<a href="https://github.com/timepointai/proteus" target="_blank" class="text-decoration-none" style="color: var(--text-muted);">
<i class="fab fa-github me-1"></i> GitHub
</a>
<a href="https://docs.timepointai.com/" target="_blank" class="text-decoration-none" style="color: var(--text-muted);">
Expand Down
6 changes: 3 additions & 3 deletions templates/marketing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h1 class="hero-title">
<a href="{{ url_for('marketing.demo') }}" class="btn btn-outline-light btn-lg">
TRY THE DEMO
</a>
<a href="https://github.com/timepoint-ai/proteus" target="_blank" class="btn btn-outline-light btn-lg">
<a href="https://github.com/timepointai/proteus" target="_blank" class="btn btn-outline-light btn-lg">
<i class="fab fa-github me-1"></i> VIEW SOURCE
</a>
</div>
Expand Down Expand Up @@ -582,7 +582,7 @@ <h5 style="color: #00c850;">Built</h5>
<li><span class="status-check">&#10003;</span> Deployed on BASE Sepolia testnet</li>
<li><span class="status-check">&#10003;</span> Flask web app + admin resolution dashboard</li>
<li><span class="status-check">&#10003;</span> JWT wallet auth (MetaMask) + email OTP</li>
<li><span class="status-check">&#10003;</span> Open source (MIT) at <a href="https://github.com/timepoint-ai/proteus" target="_blank" style="color: var(--tp-gold);">GitHub</a></li>
<li><span class="status-check">&#10003;</span> Open source (MIT) at <a href="https://github.com/timepointai/proteus" target="_blank" style="color: var(--tp-gold);">GitHub</a></li>
</ul>
</div>
<div class="col-md-6 status-col">
Expand Down Expand Up @@ -624,7 +624,7 @@ <h3 style="font-weight: 300; margin-bottom: 1rem;">
<a href="{{ url_for('marketing.demo') }}" class="btn btn-primary">
TRY THE DEMO
</a>
<a href="https://github.com/timepoint-ai/proteus" target="_blank" class="btn btn-outline-light">
<a href="https://github.com/timepointai/proteus" target="_blank" class="btn btn-outline-light">
<i class="fab fa-github me-1"></i> CONTRIBUTE
</a>
<a href="https://docs.timepointai.com/products/proteus" target="_blank" class="btn btn-outline-light">
Expand Down
2 changes: 1 addition & 1 deletion templates/marketing/whitepaper.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
{% block content %}
<div class="whitepaper-container">
<div style="text-align: right; margin-bottom: 1rem;">
<a href="https://github.com/timepoint-ai/proteus/blob/main/WHITEPAPER.md" target="_blank" rel="noopener noreferrer" style="color: var(--tp-gold); font-size: 0.85rem; text-decoration: none; opacity: 0.7;">
<a href="https://github.com/timepointai/proteus/blob/main/WHITEPAPER.md" target="_blank" rel="noopener noreferrer" style="color: var(--tp-gold); font-size: 0.85rem; text-decoration: none; opacity: 0.7;">
<i class="fab fa-github me-1"></i>View on GitHub
</a>
</div>
Expand Down
Loading