We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b5d2a commit e406f65Copy full SHA for e406f65
index.html
@@ -294,10 +294,11 @@ <h5 class="card-title">VenueMaster</h5>
294
</div>
295
296
<div class="card-footer d-flex justify-content-between">
297
+ <!-- GitHub Code Button -->
298
<a href="https://github.com/Elphazy/tk-venue-booking-" target="_blank" class="btn btn-sm btn-primary">
- <i class="fab fa-github"></i> Code
299
- </a>
300
- <a href="#" target="_blank" class="btn btn-sm btn-outline-secondary">
+ <i class="fab fa-github"></i> Code </a>
+ <!-- Live Demo Coming Soon Button -->
301
+ <a href="#" class="btn btn-sm btn-outline-secondary disabled" title="Live Demo will be available soon">
302
<i class="fas fa-external-link-alt"></i> Live Demo
303
</a>
304
0 commit comments