From 86f34bf45ef5052f4701f9a33829fe07c281e0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 27 May 2022 22:27:57 +0200 Subject: [PATCH] feat: more bullshit :eyes: --- src/_data/resumes/fr.yml | 15 +++++++++++++++ src/ePortfolio/Entrepreneurship.md | 20 +++++++++++++++++++- src/scss/style.scss | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/src/_data/resumes/fr.yml b/src/_data/resumes/fr.yml index 67fe484..bed615a 100644 --- a/src/_data/resumes/fr.yml +++ b/src/_data/resumes/fr.yml @@ -46,6 +46,21 @@ experience: school_projects: title: Projets scolaires list: + # Deep Learning: + # repo: https://github.com/Tocard-Inc/Deep-Learning + # role: Author + # description: Projet d'apprentissage profond, consiste en la classifcation (en temps réel) d'images du jeu vidéo Rocket League Sideswipe, générées et labélisées automatiquement via un émulateur [android](https://www.android.com/). + + # r/place clone: + # repo: TODO + # role: Author + # description: Projet d'application web, ... + + # Compilateur: + # repo: TODO + # role: Author + # description: TODO + Sagittarius: repo: https://git.inpt.fr/fainsil/sagittarius pdf: https://git.inpt.fr/fainsil/sagittarius/-/blob/master/docs/iteration3/rapport3.pdf diff --git a/src/ePortfolio/Entrepreneurship.md b/src/ePortfolio/Entrepreneurship.md index a5e515c..eb94e72 100644 --- a/src/ePortfolio/Entrepreneurship.md +++ b/src/ePortfolio/Entrepreneurship.md @@ -9,6 +9,7 @@ eleventyNavigation: # Entrepreneurship Since the 4th of May 2021 and for one year, I hold the position of Treasurer at net7 and President at INP-net. +My duties as Treasurer of net7 and President of INP-net will end soon. ## What is net7/INP-net ? @@ -22,8 +23,25 @@ I currently spend all of my Thursday afternoons at the club improving or maintai - Improvement of the ecobox service on the portail - Wiki migration (used by all technical clubs) - Update of the minecraft server, regularly used by a dozen people -- Creation of a collaborative emulator for preshows +- Creation of a collaborative GBA emulator for preshows - Moderation of mailing lists - Managing the club's spending on new equipment - Reorganization of our archives +- Creation of a hypervisor cluster with proxmox - Migration of some of our services into virtual machines, or into the kubernetes cluster +- Replacement of our file service for students, ftp -> nextcloud +- Organization and purchase of new hardware for our brand new server room +- Organization of a git training for a few dozen students +- Organization of a git training for a few dozen students +- Did a root training for future club members +- Filled various tickets and communicated with the STI for the maintenance of our club room +- Participated to the Toulouse Hacking Convention for 3 days +- Currently laying the foundations of our new webapp with the help of previous members +- Help a couple of students with computer problems +- Organized the General Assembly of net7 +- Wrote the minutes of the General Assembly of net7 +- Planning a ton of work for this summer to further improve our services + +## Conclusion + +My time at net7 was very instructive for me, I greatly improved my technical abilities, but also my soft skills through the crucial communication with other clubs. diff --git a/src/scss/style.scss b/src/scss/style.scss index 2a2fa92..e1814d9 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -21,7 +21,7 @@ body { color: $foreground-text; font-family: "Inter", sans-serif; text-rendering: optimizeLegibility; - font-size: 2rem; + font-size: 1.5rem; width: 60rem; padding: 0 2rem; margin: auto;