Skip to content

Commit

Permalink
changed sponsors part
Browse files Browse the repository at this point in the history
  • Loading branch information
marfantyk committed Jan 27, 2024
1 parent 9852bff commit f9a6136
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file added images/cellfabric.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/healome.webp
Binary file not shown.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,11 @@ <h2 class="chat-now sections sections-wrapper">Chat Now!*</h2>
<h2>Donors and Affiliations</h2>
<p>Special thanks to our generous donors and affiliations who support our mission.</p>
<div class="logos-div">
<img class="heales" src="./images/heales.png">
<img class="cellfabric" src="./images/cellfabric.png">
<img class="heales" src="./images/healome.webp">
<img class="zuzalu" src="./images/zuzalu.png">
<img class="openai" src="./images/OpenAI_Logo.svg.png">
<span class="longevitygpt">Longevity GPT</span>
<img class="heales" src="./images/heales.png">
</div>
<!-- Add donor and affiliation information here -->
<img class="footer-image" src="./images/wave.png">
Expand Down
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ section h2 {
justify-content: space-around;
align-items: center;
padding-bottom: 350px;
gap: 60px;
}
.longevitygpt{
font-size: 3.3em;
Expand All @@ -232,6 +233,9 @@ section h2 {
.heales{
height: 170px;
}
.cellfabric{
height: 170px;
}
.line{
height: 4px;
width: 30px;
Expand Down

0 comments on commit f9a6136

Please sign in to comment.