File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,15 @@ <h2 class="section-header">Pipelines</h2>
114114 < section >
115115 < h2 class ="section-header "> Training & Workshops</ h2 >
116116 < div class ="grid grid-cols-1 md:grid-cols-3 gap-6 ">
117- < div class ="flex items-center justify-center p-8 bg-gray-100 rounded-lg ">
118- < p class ="text-gray-500 italic "> Future training materials will be listed here</ p >
119- </ div >
117+ < repo-tile
118+ v-for ="repo in trainingWorkshops "
119+ :key ="repo.name "
120+ :title ="repo.title "
121+ :repo-name ="repo.repoName "
122+ :description ="repo.description "
123+ :url ="repo.url "
124+ :repo-image ="repo.repoImage ">
125+ </ repo-tile >
120126 </ div >
121127 </ section >
122128
@@ -237,6 +243,15 @@ <h3 class="text-xl font-bold">Monash Bioinformatics Platform</h3>
237243 url : 'https://github.com/MonashBioinformaticsPlatform/celaref' ,
238244 repoImage : null
239245 }
246+ ] ,
247+ trainingWorkshops : [
248+ {
249+ title : 'Recommended Learning Resources' ,
250+ repoName : 'MonashBioinformaticsPlatform/learning-resource-links' ,
251+ description : 'Learning resources for bioinformatics, genomics and computational biology' ,
252+ url : 'https://github.com/MonashBioinformaticsPlatform/learning-resource-links' ,
253+ repoImage : null
254+ }
240255 ]
241256 }
242257 }
You can’t perform that action at this time.
0 commit comments