Update index.html
Browse files- index.html +9 -0
index.html
CHANGED
|
@@ -58,6 +58,15 @@
|
|
| 58 |
</div>
|
| 59 |
</a>
|
| 60 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
</div>
|
| 62 |
|
| 63 |
<!-- Computer Vision Section -->
|
|
|
|
| 58 |
</div>
|
| 59 |
</a>
|
| 60 |
</div>
|
| 61 |
+
<div class="col-md-3">
|
| 62 |
+
<a href="promise.html" class="text-decoration-none text-dark"> <!-- Hyperlink wrapping the card -->
|
| 63 |
+
<div class="card card-custom-height">
|
| 64 |
+
<div class="card-body">
|
| 65 |
+
<h5 class="card-title">Promise by pipeline function</h5>
|
| 66 |
+
</div>
|
| 67 |
+
</div>
|
| 68 |
+
</a>
|
| 69 |
+
</div>
|
| 70 |
</div>
|
| 71 |
|
| 72 |
<!-- Computer Vision Section -->
|