Skip to content

Commit 2e4d314

Browse files
feat: update about page
1 parent ad21648 commit 2e4d314

File tree

6 files changed

+65
-27
lines changed

6 files changed

+65
-27
lines changed

content/about/clic.mdx

+9-5
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ color: b4c4d6
99
theme: light
1010
---
1111

12-
CLIC is a student organisation for the Computer Science and Communication Systems students at EPFL.
12+
CLIC is a student organisation for the Computer Science and Communication Systems students at EPFL.
1313

1414
We organise various events for the faculty, from fun to career oriented.
1515

1616
### IT Co-Manager
17+
1718
Our main responsibility is keeping our infrastructure up and running, but we also have various projects !
1819

19-
* [CLIC Website V2](https://github.com/clicepfl/clic-website-v2)
20-
* [Clicketing](https://github.com/clicepfl/clicketing-archived), a ticketing system for our events (V2 coming soon)
21-
* An SSO solution (we have many self hosted services: NextCloud, Mattermost, BookStack, Directus, Vaultwarden...)
22-
* ... and many more ;)
20+
- [CLIC Website](https://github.com/clicepfl/website), the new version of our website
21+
- [Overclicked](https://github.com/clicepfl/overclicked), a register and order management system for our events
22+
- [Clicketing](https://github.com/clicepfl/clicketing), a ticketing system for our events (in progress)
23+
- [S4S coding workshop](https://github.com/clicepfl/s4s-2024) for the first year students,
24+
with a custom website for students to program a checkers AI and play against it
25+
- Rust workshop (coming soon)
26+
- Managing all of our self hosted services: NextCloud, Mattermost, BookStack, Directus, Vaultwarden...

content/about/epfl.mdx

+13-13
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ theme: dark
1313

1414
### Computer Science Bachelor & Master
1515

16-
I have recently finished my Bachelor in Computer Science and
17-
I am currently pursuing my Master's degree in the same field.
16+
I am currently pursuing my Master's degree in Computer Science at EPFL.
1817

1918
### Assistantship
2019

21-
#### Mentoring (Autumn 2022 & 2023)
22-
23-
Tutoring a group of 15 first year Bachelor students.\
24-
I provide guidance and support to help them succeed in their studies and adapt
25-
to university life. I also organize and lead weekly exercises sessions.
26-
27-
#### Software Construction (Autumn 2023)
20+
#### Software Construction (Autumn 2023, Autumn 2024)
2821

29-
New course with functionnal programming and software engineering content.\
30-
I assisted students with labs and exercices,
31-
and helped develop and review course material (8h+ weekly).
22+
Functionnal programming and software engineering course.\
23+
I assist students with labs and exercices,
24+
and helped develop and review course material.
25+
In 2024 I was also responsible for the grading infrastructure and CI for the course.
3226

3327
#### Fundamentals of Digital Systems (Spring 2024)
3428

3529
New course including hardware, logic gates, Verilog and Risk V.\
36-
I assisted students with the exercices (6h weekly).
30+
I assisted students with the exercices.
31+
32+
#### Mentoring (Autumn 2022 & 2023)
33+
34+
Tutoring a group of 15 first year Bachelor students.\
35+
I provide guidance and support to help them succeed in their studies and adapt
36+
to university life. I also organize and lead weekly exercises sessions.

content/about/game-star.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ theme: light
88

99
### Team Member
1010

11-
Helping with various events.
12-
13-
The main event I have a role in is ICeLAN.
11+
A student organisation centered around video games.
12+
We organise ICeLAN, as well as various events such as a game development course.
1413

content/about/icelan.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ theme: dark
1212
25 hour LAN event with 150 participants
1313

1414
* Catering Manager (2022 & 2023)
15-
* Created the [ICeLAN Website](https://www.icelan.ch/)
15+
* IT Manager (2023 & 2024), created the [ICeLAN Website](https://www.icelan.ch/)

content/about/languages.mdx

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ theme: dark
77

88
## Languages
99

10-
I speak
11-
1210
* Native French
13-
1411
* Fluent English
15-
16-
* B2 German (ein bisschen)
12+
* B2 German (ein bisschen)
13+
* Various programming languages: Scala, C, C++, Java, Python, HTML/CSS/JS, Verilog and more...

content/recipes/eggplant-tatin.mdx

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Eggplant Tatin
3+
description: A fancy savory tarte tatin featuring eggplants.
4+
coverImage: img/port-eggplant-lasagna.jpg
5+
contentImage: img/illus-eggplant-lasagna.jpg
6+
date: 2024-10-19
7+
tags: [eggplant, lasagna]
8+
published: true
9+
10+
yield: 1
11+
yieldUnit: tarte tatin
12+
prepTime: 20
13+
cookTime: 30
14+
---
15+
16+
<Ingredients>
17+
| | |
18+
| :---------------- | ------------: |
19+
| Puff pastry | 1 |
20+
| Eggplants | 2 |
21+
| Onion | 1 |
22+
| Tomato paste | |
23+
| Feta cheese | |
24+
| Olive Oil | 2 tbsp |
25+
| Salt | to taste |
26+
| Black Pepper | to taste |
27+
| Nutmeg | to taste |
28+
| Thyme | to taste |
29+
| Cayenne Pepper | to taste |
30+
</Ingredients>
31+
32+
<Instructions>
33+
1. Enjoy!
34+
</Instructions>
35+
36+
<InfoBox title="Tip!">
37+
placeholder
38+
</InfoBox>

0 commit comments

Comments
 (0)