Skip to content

Commit f8fc8e2

Browse files
committed
added slides from block 2
1 parent 6d5f1d4 commit f8fc8e2

File tree

1 file changed

+30
-11
lines changed

1 file changed

+30
-11
lines changed

src/components/SpeedSection.astro

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { progress } from "@tailus/themer-progress";
4646
<th scope="col" class="px-6 py-3"> Session </th>
4747
<th scope="col" class="px-6 py-3"> </th>
4848
<th scope="col" class="px-6 py-3"> </th>
49-
<th scope="col" class="px-6 py-3"> </th>
49+
<th scope="col" class="px-6 py-3"> Slides </th>
5050
</tr>
5151
</thead>
5252
<tbody>
@@ -66,9 +66,14 @@ import { progress } from "@tailus/themer-progress";
6666
<td class="px-6 py-4">
6767
<a
6868
href="https://h4sci.github.io/h4sci-course/block_1_session_1_classopen.html"
69-
target="_blank">Slides</a
70-
></td
71-
>
69+
target="_blank"
70+
>Intro,
71+
</a>
72+
<a
73+
href="https://h4sci.github.io/h4sci-course/block_1_session_2_big_picture.html"
74+
target="_blank">Big Picture</a
75+
>
76+
</td>
7277
</tr>
7378
<tr
7479
class="bg-white border-b dark:bg-gray-800 dark:border-gray-700"
@@ -85,10 +90,14 @@ import { progress } from "@tailus/themer-progress";
8590
<td class="px-6 py-4"> 10:00 - 2:00 p.m. </td>
8691
<td class="px-6 py-4">
8792
<a
88-
href="https://h4sci.github.io/h4sci-course/block_1_session_2_big_picture.html#/title-slide"
89-
target="_blank">Slides</a
90-
></td
91-
>
93+
href="https://h4sci.github.io/h4sci-course/block_1_session_3_git_requirements.html"
94+
target="_blank">Git Requirements,</a
95+
>
96+
<a
97+
href="https://h4sci.github.io/h4sci-course/block_1_session_4_git_101.html#/title-slide"
98+
target="_blank">Git 101</a
99+
>
100+
</td>
92101
</tr>
93102
</tbody>
94103
</table>
@@ -119,7 +128,7 @@ import { progress } from "@tailus/themer-progress";
119128
<th scope="col" class="px-6 py-3"> Session </th>
120129
<th scope="col" class="px-6 py-3"> </th>
121130
<th scope="col" class="px-6 py-3"> </th>
122-
<th scope="col" class="px-6 py-3"> </th>
131+
<th scope="col" class="px-6 py-3"> Slides </th>
123132
</tr>
124133
</thead>
125134
<tbody>
@@ -136,7 +145,12 @@ import { progress } from "@tailus/themer-progress";
136145
Thursday, October 24
137146
</td>
138147
<td class="px-6 py-4"> 10:00 - 1:00 p.m. </td>
139-
<td class="px-6 py-4"> </td>
148+
<td class="px-6 py-4">
149+
<a
150+
href="https://h4sci.github.io/h4sci-course/block_2_session_1_r_programming.html"
151+
target="_blank">Programming 101</a
152+
></td
153+
>
140154
</tr>
141155
<tr
142156
class="bg-white border-b dark:bg-gray-800 dark:border-gray-700"
@@ -149,7 +163,12 @@ import { progress } from "@tailus/themer-progress";
149163
</th>
150164
<td class="px-6 py-4"> Friday, October 25 </td>
151165
<td class="px-6 py-4"> 10:00 - 2:00 p.m. </td>
152-
<td class="px-6 py-4"> </td>
166+
<td class="px-6 py-4">
167+
<a
168+
href="https://h4sci.github.io/h4sci-course/block_2_session_2_programming_w_data.html#/title-slide"
169+
target="_blank">Programming with Data</a
170+
></td
171+
>
153172
</tr>
154173
</tbody>
155174
</table>

0 commit comments

Comments
 (0)