Skip to content

Commit f469282

Browse files
Merge pull request #27 from kir-rescomp/dev
decrease font size for cards
2 parents 1308526 + f0c7477 commit f469282

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/index.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,32 @@
2121
__Introduction to the Linux Command Line__
2222

2323
---
24-
24+
<span style="font-size: 0.7rem;">
2525
Explore the foundations of working efficiently in a Linux environment through the command line interface. This beginner-level workshop introduces essential commands for navigating the filesystem, managing files and processes, and automating tasks
26-
26+
</span><br>
27+
2728
[Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-intro-to-linux-cli/){ .md-button }
2829

2930
- <center>![intro-to-git](./images/git_and_github.png){ width="220" }</center>
3031

3132
__Introduction to Git and Github__
3233

3334
---
34-
35+
<span style="font-size: 0.7rem;">
3536
How to manage code and collaborate effectively using Git and GitHub. This workshop introduces version control concepts, repositories, branching, commits, and pull requests, providing the skills needed to track changes and contribute confidently to modern software projects
36-
37+
</span><br>
38+
3739
[Start :octicons-arrow-right-24:](./azure/){ .md-button }
3840

3941
- <center>![intro-to-git](./images/apptainer.png){ width="220" }</center>
4042

4143
__Introduction to Apptainer__
4244

4345
---
44-
46+
<span style="font-size: 0.7rem;">
4547
Introduction to using the Apptainer container platform. Apptainer is particularly suited to running containers on infrastructure where users don’t have administrative privileges, for example shared infrastructure such as High Performance Computing (HPC) clusters
46-
48+
</span><br>
49+
4750
[Start :octicons-arrow-right-24:](./azure/){ .md-button }
4851

4952
- <center>![intro-to-snakemake](./images/snakemake_new_logo.png){ width="220" }</center>
@@ -52,9 +55,9 @@
5255
__Introduction to Snakemake__
5356

5457
---
55-
58+
<span style="font-size: 0.7rem;">
5659
Snakemake is a powerful workflow management system designed to create reproducible and scalable data analyses through simple, human-readable Python-based syntax. It automatically detects dependencies, parallelizes tasks efficiently, and can seamlessly scale from a single workstation to computing clusters and cloud environments
57-
60+
</span><br>
5861

5962
[Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-intro-to-snakemake/){ .md-button }
6063

0 commit comments

Comments
 (0)