Skip to content

Commit f62043e

Browse files
committed
updated a3 task
1 parent 061b2c1 commit f62043e

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,23 @@ <h2 class="card-title">VibeCoding Tutorial</h2>
125125
</div>
126126
</div>
127127
</article>
128+
129+
<!-- Card 3: A3: Personalised Agent -->
130+
<article class="card">
131+
<div style="text-align: left;">
132+
<h2 class="card-title">A3: Personalised Agent</h2>
133+
<p class="card-desc">
134+
Build an intelligent agent backed by your own multimodal knowledge base. Utilise LangGraph
135+
and Large Language Models (LLMs) to produce reliable, grounded, and domain-specific answers.
136+
</p>
137+
<div class="button-group">
138+
<a href="https://infs4205-7205.github.io/A3-Personalised-Multimodal-Chatbot/"
139+
class="btn btn-primary" target="_blank" rel="noopener noreferrer">
140+
View Task Sheet
141+
</a>
142+
</div>
143+
</div>
144+
</article>
128145
</div>
129146

130147
<!-- Team Section -->

styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ a {
228228
.card-grid {
229229
grid-template-columns: repeat(2, minmax(0, 1fr));
230230
}
231+
232+
.card-grid > .card:last-child:nth-child(odd) {
233+
grid-column: 1 / -1;
234+
justify-self: center;
235+
width: calc(50% - 0.75rem);
236+
}
231237
}
232238

233239
.card {

0 commit comments

Comments
 (0)