From 6d5f1d403210548941d5178037d36cc04da28741 Mon Sep 17 00:00:00 2001 From: Minna Heim <91681064+minnaheim@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:13:22 +0200 Subject: [PATCH] added links to slides1,2 --- .gitignore | 3 + src/components/SpeedSection.astro | 475 ++++++++++++++++-------------- 2 files changed, 254 insertions(+), 224 deletions(-) diff --git a/.gitignore b/.gitignore index 7329a85..28dcce4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ pnpm-debug.log* # macOS-specific files .DS_Store + +# .vscode +/.vscode diff --git a/src/components/SpeedSection.astro b/src/components/SpeedSection.astro index bb5e491..c3a96d9 100644 --- a/src/components/SpeedSection.astro +++ b/src/components/SpeedSection.astro @@ -1,256 +1,283 @@ --- import { cn } from "@lib/utils"; import Container from "./Container.astro"; -import {progress} from "@tailus/themer-progress" +import { progress } from "@tailus/themer-progress"; ---
+ + +
-

Course Schedule

-

H4Sci is organized in four blocks of two half-day sessions.

+

+ Course Schedule +

+

+ H4Sci is organized in four blocks of two half-day sessions. +

-

Block 1 - Getting Started

+

+ Block 1 - Getting Started +

-
- -
- - - - - - - - - - - - - - - - - - - - - - - -
- Session - - - - - - -
- The Big Picture - - Thursday, September 26 - - 10:00 - 1:00 p.m. - - -
- Git & Workflow - - Friday, September 27 - - 10:00 - 2:00 p.m. - - -
-
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
Session
+ The Big Picture + + Thursday, September 26 + 10:00 - 1:00 p.m. + Slides
+ Git & Workflow + + Friday, September 27 + 10:00 - 2:00 p.m. + Slides
-
+ +
-

Block 2 - Programming

+

+ Block 2 - Programming +

- -
- - - - - - - - - - - - - - - - - - - - - - - -
- Session - - - - - - -
- Programming 101 - - Thursday, October 24 - - 10:00 - 1:00 p.m. - - -
- Programming with Data - - Friday, October 25 - - 10:00 - 2:00 p.m. - - -
-
-
- + +
+ + + + + + + + + + + + + + + + + + + + + + + +
Session
+ Programming 101 + + Thursday, October 24 + 10:00 - 1:00 p.m.
+ Programming with Data + Friday, October 25 10:00 - 2:00 p.m.
+
+ +
-

Block 3 - Infrastructure

+

+ Block 3 - Infrastructure +

+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
Session
+ A Glimpse of DevOps + + Thursday, November 21 + 10:00 - 1:00 p.m.
+ Infrastructure for Team Projects + Friday, November 22 10:00 - 2:00 p.m.
+
- -
- -
- - - - - - - - - - - - - - - - - - - - - - - -
- Session - - - - - -
- A Glimpse of DevOps - - Thursday, November 21 - - 10:00 - 1:00 p.m. - - -
- Infrastructure for Team Projects - - Friday, November 22 - - 10:00 - 2:00 p.m. - - -
-
-
- -
+ +
-

Block 4 - Teamwork

+

+ Block 4 - Teamwork +

- -
- -
- - - - - - - - - - - - - - - - - - - - - - - -
- Session - - - - - -
- Team Project Coaching - - Thursday, December 5 - - 10:00 - 1:00 p.m. - - -
- Team Project Coaching - - Friday, December 6 - - 10:00 - 2:00 p.m. - - -
-
-
- -
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
Session
+ Team Project Coaching + + Thursday, December 5 + 10:00 - 1:00 p.m.
+ Team Project Coaching + Friday, December 6 10:00 - 2:00 p.m.
+
+
+ +
-
\ No newline at end of file +