Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
ikramberroug committed May 4, 2024
1 parent bdb0f0a commit 8553fdd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
Binary file added assets/tolosat_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,14 @@ <h1 class="title">Sustainability and civic engagement</h1>

<section id="Sport_and_other_activities">
<h1 class="title">Sport and other activities</h1>
<h1 class="title_2">Club photo7</h1>
<p class="section__text__p2">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.</p>
<h1 class="title_2">Club net7</h1>
<p class="section__text__p2">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.</p>

<h1 class="title_2">TOLOSAT project member</h1>
<div class="container-tolosat">
<p class="section__text__p2">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.</p>
<p class="section__text__p2">Organized into various subsystem teams, we are developing a 3U Cubesat aimed at carrying out a dual student mission.</p>
<img src="./assets/tolosat_logo.png" alt="Tolosat" onclick="location.href='https://www.tolosat.fr/'">
</div>

</section>

<section id="Career_development">
Expand Down
22 changes: 22 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8553fdd

Please sign in to comment.