Skip to content

Commit cccace6

Browse files
added description of search dropdown
1 parent af52ebf commit cccace6

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

src/template_webpage.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ <h1 class="text-3xl md:text-4xl font-bold text-gray-800 mb-2 text-center">Photop
5454
This webpage provides a catalog of datasets containing photoplethysmography (PPG) signals.
5555
</p>
5656
<div class="my-2"></div>
57-
<p class="text-lg text-gray-600">
58-
View the entire list below, search for a particular dataset, or filter to narrow down the list.
59-
</p>
6057
<div class="my-2"></div>
6158
<p class="text-lg text-gray-600">
6259
<a href="#contribute-section" class="text-blue-600 hover:underline font-medium">See here to suggest additional datasets to be included</a>.
@@ -68,6 +65,9 @@ <h1 class="text-3xl md:text-4xl font-bold text-gray-800 mb-2 text-center">Photop
6865
<summary class="cursor-pointer list-none px-4 py-3 text-2xl font-bold text-gray-800 flex items-center justify-between">
6966
<span>Search & Filter</span>
7067
<span class="text-sm font-medium text-gray-500">Click to expand/collapse</span>
68+
<p class="text-lg text-gray-600">
69+
Search for a particular dataset, or filter to narrow down the list.
70+
</p>
7171
</summary>
7272
<div class="px-4 pb-4 pt-2">
7373
<div class="grid grid-cols-1 md:grid-cols-2 lg:col-span-4 gap-6">
@@ -195,9 +195,6 @@ <h1 class="text-3xl md:text-4xl font-bold text-gray-800 mb-2 text-center">Photop
195195

196196
<!-- New Subheading for the Table -->
197197
<h2 class="text-2xl font-bold text-gray-800 mb-4">Datasets</h2>
198-
<p class="text-gray-600 mb-8">
199-
The following datasets meet the selection criteria. You can sort by clicking column headers.
200-
</p>
201198

202199
<!-- Dataset Table Container -->
203200
<div class="overflow-x-auto rounded-xl border border-gray-200 shadow-md">

0 commit comments

Comments
 (0)