Skip to content

Commit

Permalink
Style sponsor list in a similar manner to the sponsor list on the PyC…
Browse files Browse the repository at this point in the history
…ascades 2024 website (#24)
  • Loading branch information
d3jawu authored Jan 13, 2025
1 parent 29fe7f7 commit e66614a
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 4 deletions.
22 changes: 22 additions & 0 deletions assets/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,26 @@ img:hover {
display: flex;
align-items: center;
gap: 16px;
}

.sponsor-tier h1 {
text-align: center;
border-top: 1px solid var(--bulma-content-heading-color);
border-bottom: 1px solid var(--bulma-content-heading-color);
padding: 20px 0;
margin: 20px 0;
}

.sponsor-group {
display: flex;
}

.sponsor-entry {
margin: 30px;
text-align: center;
}

.sponsor-entry img {
max-height: 200px;
margin: 20px 0;
}
81 changes: 77 additions & 4 deletions content/sponsors/our-sponsors/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,82 @@ _hidden: no
---
content:

#### markdown ####
title: Silver
----
#### html ####
hidden: False
----
body: ![Elastic logo](logo-elastic.png)
content:


<div class="sponsor-tier">
<h1>Diamond</h1>
<div class="sponsor-group">
<div class="sponsor-entry">
<img src="logo-elastic.png"/>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
</div>
</div>
<div class="sponsor-tier">
<h1>Platinum</h1>
<div class="sponsor-group">
<div class="sponsor-entry">
<img src="logo-elastic.png"/>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<div class="sponsor-entry">
<img src="logo-stately.png"/>
<p>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
</div>
</div>
</div>
<div class="sponsor-tier">
<h1>Gold</h1>
<div class="sponsor-group">
<div class="sponsor-entry">
<img src="logo-elastic.png"/>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<div class="sponsor-entry">
<img src="logo-stately.png"/>
<p>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
</div>
</div>
</div>
<div class="sponsor-tier">
<h1>Silver</h1>
<div class="sponsor-group">
<div class="sponsor-entry">
<img src="logo-elastic.png"/>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<div class="sponsor-entry">
<img src="logo-stately.png"/>
<p>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
</div>
</div>
</div>
<div class="sponsor-tier">
<h1>Bronze</h1>
<div class="sponsor-group">
<div class="sponsor-entry">
<img src="logo-stately.png"/>
<p>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
</div>
</div>
</div>

0 comments on commit e66614a

Please sign in to comment.