Skip to content

Commit

Permalink
table
Browse files Browse the repository at this point in the history
  • Loading branch information
imuniyat committed Mar 27, 2024
1 parent bf423bd commit 55ec94b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/learningmodule/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ Type the subject name or topic of interest in the search box below.

<script src="table.js"></script>

<input type="text" id="myInput" style="background:#6F4A9E;color:white;border-radius:10px;padding:15px;width:60vw;" onkeyup="myFunction()" placeholder="Search by subject.." title="Type in a name">
<input type="text" id="myInput" style="background:#6F4A9E;color:white;border-radius:10px;padding:15px;width:60vw;" onkeyup="myFunction()" placeholder="Search by subject..">

<table id="myTable" class="table table-bordered table-hover table-condensed">

<thead><tr><th title="Field #1">Subject</th>
<thead>
<tr><th title="Field #1">Subject</th>
<th title="Field #2">Grade</th>
<th title="Field #3">Title</th>
<th title="Field #4">Description</th>
<th title="Field #5">Link</th>
<th title="Field #6">Date Added</th>
</tr></thead>
</tr>
</thead>
<tbody><tr>
<td>Biology</td>
<td>12</td>
Expand Down

0 comments on commit 55ec94b

Please sign in to comment.