Skip to content

Commit

Permalink
added slides from block 2
Browse files Browse the repository at this point in the history
  • Loading branch information
minnaheim committed Nov 7, 2024
1 parent 6d5f1d4 commit f8fc8e2
Showing 1 changed file with 30 additions and 11 deletions.
41 changes: 30 additions & 11 deletions src/components/SpeedSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import { progress } from "@tailus/themer-progress";
<th scope="col" class="px-6 py-3"> Session </th>
<th scope="col" class="px-6 py-3"> </th>
<th scope="col" class="px-6 py-3"> </th>
<th scope="col" class="px-6 py-3"> </th>
<th scope="col" class="px-6 py-3"> Slides </th>
</tr>
</thead>
<tbody>
Expand All @@ -66,9 +66,14 @@ import { progress } from "@tailus/themer-progress";
<td class="px-6 py-4">
<a
href="https://h4sci.github.io/h4sci-course/block_1_session_1_classopen.html"
target="_blank">Slides</a
></td
>
target="_blank"
>Intro,
</a>
<a
href="https://h4sci.github.io/h4sci-course/block_1_session_2_big_picture.html"
target="_blank">Big Picture</a
>
</td>
</tr>
<tr
class="bg-white border-b dark:bg-gray-800 dark:border-gray-700"
Expand All @@ -85,10 +90,14 @@ import { progress } from "@tailus/themer-progress";
<td class="px-6 py-4"> 10:00 - 2:00 p.m. </td>
<td class="px-6 py-4">
<a
href="https://h4sci.github.io/h4sci-course/block_1_session_2_big_picture.html#/title-slide"
target="_blank">Slides</a
></td
>
href="https://h4sci.github.io/h4sci-course/block_1_session_3_git_requirements.html"
target="_blank">Git Requirements,</a
>
<a
href="https://h4sci.github.io/h4sci-course/block_1_session_4_git_101.html#/title-slide"
target="_blank">Git 101</a
>
</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -119,7 +128,7 @@ import { progress } from "@tailus/themer-progress";
<th scope="col" class="px-6 py-3"> Session </th>
<th scope="col" class="px-6 py-3"> </th>
<th scope="col" class="px-6 py-3"> </th>
<th scope="col" class="px-6 py-3"> </th>
<th scope="col" class="px-6 py-3"> Slides </th>
</tr>
</thead>
<tbody>
Expand All @@ -136,7 +145,12 @@ import { progress } from "@tailus/themer-progress";
Thursday, October 24
</td>
<td class="px-6 py-4"> 10:00 - 1:00 p.m. </td>
<td class="px-6 py-4"> </td>
<td class="px-6 py-4">
<a
href="https://h4sci.github.io/h4sci-course/block_2_session_1_r_programming.html"
target="_blank">Programming 101</a
></td
>
</tr>
<tr
class="bg-white border-b dark:bg-gray-800 dark:border-gray-700"
Expand All @@ -149,7 +163,12 @@ import { progress } from "@tailus/themer-progress";
</th>
<td class="px-6 py-4"> Friday, October 25 </td>
<td class="px-6 py-4"> 10:00 - 2:00 p.m. </td>
<td class="px-6 py-4"> </td>
<td class="px-6 py-4">
<a
href="https://h4sci.github.io/h4sci-course/block_2_session_2_programming_w_data.html#/title-slide"
target="_blank">Programming with Data</a
></td
>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit f8fc8e2

Please sign in to comment.