diff --git a/assets/tolosat_logo.png b/assets/tolosat_logo.png new file mode 100644 index 0000000..c65fe4c Binary files /dev/null and b/assets/tolosat_logo.png differ diff --git a/index.html b/index.html index 255c0d8..e0c848a 100644 --- a/index.html +++ b/index.html @@ -123,10 +123,14 @@

Sustainability and civic engagement

Sport and other activities

-

Club photo7

-

By joining the photo7 club, I have the opportunity to develop my photography skills, explore new subjects, and meet like-minded individuals who share the same passion. I am looking forward to continuing to explore the world of photography with the photo7 club. Photography is a true love of mine.

-

Club net7

-

I'm in the Net7 club, and it's a great journey. Being part of this club helps me get better at web development, learning HTML, CSS, and more. I also get to meet others who love making websites. I'm excited to keep learning about web development with the Net7 club. Web development isn't just a skill; it's something I really enjoy, and it makes me want to keep learning and growing.

+ +

TOLOSAT project member

+
+

As a team member involved in the gravimetry experiment of the Tolosat student nano-satellite Project, I've contributed to advancing space research alongside more than 70 students from Toulouse representing 5 different schools: ISAE-SUPAERO via its Cubesat Club Supaero, and INSA, ENAC, ENSEEIHT, and Paul Sabatier University UT3 through the ASTRE association.

+

Organized into various subsystem teams, we are developing a 3U Cubesat aimed at carrying out a dual student mission.

+ Tolosat +
+
diff --git a/style.css b/style.css index 240a350..e7fb062 100644 --- a/style.css +++ b/style.css @@ -357,6 +357,28 @@ p { margin-bottom: 1rem; } + +/* SPORT AND OTHER ACTIVITIES */ + +.container-tolosat { + width: 100%; +} + +.img-container { + display: flex; + align-items: center; +} + +.img-container img { + width: 300px; + margin-right: 10px; +} + +.text-container p { + font-size: 1.2rem; + margin-bottom: 1rem; +} + /* CONTANCT */ #contact {