Skip to content

Commit

Permalink
teams and new color yellow blue
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenbanana committed Aug 27, 2024
1 parent fd81239 commit 5667f7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
--mp-color-white: rgb(242, 242, 242);
--mp-color-black: #262626;
--mp-color-gold: #fab429;
--mp-hejbit-yellow: #FFCD00;
--mp-hejbit-blue: #2E80DD;
--mp-hejbit-yellow: #FFD800;
--mp-hejbit-blue: #006ff9;
--mp-color-darkgreen: #00796e;
--mp-color-green: #00ad90;
--mp-color-red: #da4040;
Expand Down
14 changes: 12 additions & 2 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,18 @@ <h1>Our Story</h1>
who started it all. We’re excited to make a difference through the
services that we’re building. So, please allow us to introduce ourselves.
</p>
<div class="image-wrapper">
<img src="assets/images/all-team-talk.png" alt="Team in metameeting"/>
<div style="display: grid; gap:10px; grid-template-rows: repeat(2, auto); grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))">
<img src="assets/images/team-members/bjorn.png" alt="Bjorn profile picture">
<img src="assets/images/team-members/henry.png" alt="Henry profile picture">
<img src="assets/images/team-members/hakan.png" alt="Hakan profile picture">
<img src="assets/images/team-members/joao.png" alt="Joao profile picture">
<img src="assets/images/team-members/igor.png" alt="Igor profile picture">
<img src="assets/images/team-members/JoaoCampos.jpg" alt="Joao Campos profile picture">
<img src="assets/images/team-members/RameshPallikara.jpg" alt="Ramesh Pallikara profile picture">
<img src="assets/images/team-members/KaspaHazlewood.jpg" alt="Kaspa Hazlewood profile picture">
<img style="background-color: white; aspect-ratio: 0.7; object-fit: cover;" src="assets/images/team-members/annaAndreasson.jpeg" alt="Anna Andreasson profile picture">
<img src="assets/images/team-members/RolfEnglesson.jpg" alt="Rolf Englesson profile picture">
<img style="background-color: white; aspect-ratio: 0.7; object-fit: cover;" src="assets/images/team-members/MayharIranibazaz.png" alt="Mayhar Iranibazaz profile picture">
</div>
</section>
<section class="team-presentation-section">
Expand Down

0 comments on commit 5667f7c

Please sign in to comment.