File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments