Skip to content

Commit

Permalink
sponsor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorrato committed Jun 3, 2024
1 parent 512588a commit 6b5b3f6
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 30 deletions.
38 changes: 29 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,18 @@ <h2 class="heading_sponsor">I nostri partner</h2>
<br>
<div class="sub-sponsor_wrapper">
<div class="brands_container">
<img
src="./assets/sponsors/all-sponsors.png"
loading="lazy"
usemap="#sponsormap"
alt=""
class="sponsor"
/>





<!-- <img
src="./assets/sponsors/main.svg"
loading="lazy"
Expand All @@ -302,6 +314,7 @@ <h2 class="heading_sponsor">I nostri partner</h2>
/> -->

<!--gold sponsor-->
<!--
<ul role="list" class="sponsors_list_gold w-list-unstyled">
<li>
<a href="https://trentinosviluppo.it/" aria-current="page" class="navbar_link w--current"
Expand Down Expand Up @@ -351,11 +364,12 @@ <h2 class="heading_sponsor">I nostri partner</h2>
</ul>
<br>
<br>
<br>
<br> -->


<!--silver sponsor-->
<!--first row-->
<!--
<ul role="list" class="sponsors_list_silver w-list-unstyled">
<li>
<a href="https://www.aboutenergy.it/" aria-current="page" class="navbar_link w--current"
Expand Down Expand Up @@ -421,11 +435,13 @@ <h2 class="heading_sponsor">I nostri partner</h2>
</ul>
<br>
<br>
-->



<!--bronze sponsor-->
<!--first row-->
<!--
<ul role="list" class="sponsors_list_bronze w-list-unstyled">
<li>
Expand Down Expand Up @@ -520,17 +536,19 @@ <h2 class="heading_sponsor">I nostri partner</h2>
/></a>
</li>
</ul>
-->

<!--bronze sponsor-->
<!--second row-->
<!--
<ul role="list" class="sponsors_list_bronze w-list-unstyled">
<li>
<a href="https://lawtaxconsulting.it/" aria-current="page" class="navbar_link w--current"
><img
src="./assets/sponsors/Bronze_sponsors/Law-Tax_w.png"
src="./assets/sponsors/Bronze_sponsors/law.png"
loading="lazy"
width="11"
alt=""
class="brand_image_bronze"
/></a>
Expand Down Expand Up @@ -609,11 +627,12 @@ <h2 class="heading_sponsor">I nostri partner</h2>
<br>
<br>
-->


<!--Supporters-->


<!--
<ul role="list" class="sponsors_list_supporters w-list-unstyled">
<li>
<a href="https://www.coni.it/it/" aria-current="page" class="navbar_link w--current"
Expand All @@ -622,7 +641,7 @@ <h2 class="heading_sponsor">I nostri partner</h2>
loading="lazy"
width="11"
alt=""
class="brand_image_bronze"
class="brand_image_support"
/></a>
</li>
<li>
Expand All @@ -632,7 +651,7 @@ <h2 class="heading_sponsor">I nostri partner</h2>
loading="lazy"
width="22"
alt=""
class="brand_image_bronze"
class="brand_image_support"
/></a>
</li>
<li>
Expand All @@ -642,7 +661,7 @@ <h2 class="heading_sponsor">I nostri partner</h2>
loading="lazy"
width="5"
alt=""
class="brand_image_bronze"
class="brand_image_support"
/></a>
</li>
<li>
Expand All @@ -652,7 +671,7 @@ <h2 class="heading_sponsor">I nostri partner</h2>
loading="lazy"
width="5"
alt=""
class="brand_image_bronze"
class="brand_image_support"
/></a>
</li>
<li>
Expand All @@ -662,10 +681,11 @@ <h2 class="heading_sponsor">I nostri partner</h2>
loading="lazy"
width="41"
alt=""
class="brand_image_bronze"
class="brand_image_support"
/></a>
</li>
</ul>
-->


</div>
Expand Down
47 changes: 26 additions & 21 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2481,8 +2481,7 @@ body {
max-width: 1920px;
flex-direction: column;
align-items: flex-start;
padding-left: 25px;
padding-right: 25px;

display: flex;
position: relative;
}
Expand Down Expand Up @@ -2610,15 +2609,11 @@ body {
width: 50%;
max-width: 1195px;
}
.sponsors{
justify-content: space-around;
align-content: stretch;
align-items: center;
margin-bottom: 0;
padding-left: 0;
display: flex;
width: 25%;
max-width: 1195px;
.sponsor{


width: 100%;

}

.sponsors_list_silver {
Expand All @@ -2634,7 +2629,7 @@ body {
}
.sponsors_list_bronze {

justify-content: space-around;
justify-content: space-between;
align-items: center;
margin-bottom: 0;
padding-left: 0;
Expand Down Expand Up @@ -3001,23 +2996,33 @@ body {
height: 100%;
padding-bottom: 25px;
padding-left: 2px;
padding-right: 2px;

}
.brand_image_silver {
width: 95%;
height: 95%;
width: 90%;
height: 90%;
max-width: 2000px;
padding-left: 3px;
padding-right: 3px;
padding-left: 4%;

padding-bottom: 25px;
}
.brand_image_bronze {

width: 80%;
height: 80%;
width: 70%;
height: 70%;

padding-left: 2%;

padding-bottom: 25px;

}
.brand_image_support {

width: 70%;
height: 70%;
max-width: 120px;
padding-left: 3px;
padding-right: 3px;
padding-left: 2%;

padding-bottom: 25px;

}
Expand Down

0 comments on commit 6b5b3f6

Please sign in to comment.