Skip to content

Commit 60c1a04

Browse files
author
Said Elimam
committed
SIMT project Live
1 parent 4bf6279 commit 60c1a04

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

index.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ <h1 class="subtitle">
9999

100100
<div class="cards-container">
101101
<!-- Live Projects -->
102-
<div class="card" data-status="soon">
103-
<span class="card-label label-soon">
104-
<span class="status-dot"></span>soon
102+
<div class="card" data-status="live">
103+
<span class="card-label label-live">
104+
<span class="status-dot"></span>live
105105
</span>
106106
<a href="https://simt.app" class="card-image">
107107
<div class="card-image-wrapper">
@@ -116,12 +116,19 @@ <h2 class="card-title">
116116
<span class="card-year">2026</span>
117117
</div>
118118
<p class="card-description">Don't just find your way—own it!</p>
119-
<a href="https://simt.app" class="card-link">
120-
<span>View Website</span>
121-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
122-
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
123-
</svg>
124-
</a>
119+
<div class="card-links">
120+
<a href="https://simt.app" class="card-link">
121+
<span>View Website</span>
122+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
123+
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
124+
</svg>
125+
</a>
126+
<a href="https://play.google.com/store/apps/details?id=app.simt" class="play-store-link tooltip-trigger" target="_blank" rel="noopener noreferrer" aria-label="Download SIMT on Google Play" data-tooltip="Get on Google Play">
127+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="20" height="20">
128+
<path fill="currentColor" d="M 7.125 2 L 28.78125 23.5 L 34.71875 17.5625 L 8.46875 2.40625 C 8.03125 2.152344 7.5625 2.011719 7.125 2 Z M 5.3125 3 C 5.117188 3.347656 5 3.757813 5 4.21875 L 5 46 C 5 46.335938 5.070313 46.636719 5.1875 46.90625 L 27.34375 24.90625 Z M 36.53125 18.59375 L 30.1875 24.90625 L 36.53125 31.1875 L 44.28125 26.75 C 45.382813 26.113281 45.539063 25.304688 45.53125 24.875 C 45.519531 24.164063 45.070313 23.5 44.3125 23.09375 C 43.652344 22.738281 38.75 19.882813 36.53125 18.59375 Z M 28.78125 26.3125 L 6.9375 47.96875 C 7.300781 47.949219 7.695313 47.871094 8.0625 47.65625 C 8.917969 47.160156 26.21875 37.15625 26.21875 37.15625 L 34.75 32.25 Z"/>
129+
</svg>
130+
</a>
131+
</div>
125132
</div>
126133
</div>
127134

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,12 @@ body {
851851
margin-left: auto;
852852
}
853853

854+
@media (max-width: 1024px) {
855+
.git-blame-message {
856+
display: none;
857+
}
858+
}
859+
854860
.footer-link {
855861
color: var(--accent-primary);
856862
text-decoration: none;

0 commit comments

Comments
 (0)