Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marfantyk committed Feb 28, 2024
1 parent a601a18 commit ef98af8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
Binary file added images/vitadao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ <h2 id="textbig" class="appearing">Unlock the secrets to a longer, healthier lif
<p id="text">Explore our open-source toolbox and chatbot designed to empower large language models in unraveling the mysteries of personal health, genetics, and groundbreaking longevity research. </p>
</span>
<div class="button_beginning">
<a href="https://chat.openai.com/g/g-HnvTUyFeq-genetics-genie" target="_blank" rel="noopener noreferrer">Genetics Genie</a>
<a href="https://chat.openai.com/g/g-HnvTUyFeq-genetics-genie" class="bold" target="_blank" rel="noopener noreferrer">Genetics Genie</a>
<a href="https://chat.openai.com/g/g-tpOIOEeWm-clinical-trials-genie" class="bold" target="_blank" rel="noopener noreferrer">Clinical Trials Genie</a>
<a href="https://chat.openai.com/g/g-Y7oRsdMUS-drugage-genie" target="_blank" rel="noopener noreferrer">DrugAge Genie</a>
<a href="https://chat.openai.com/g/g-I8OGEVL4X-animal-ageing-genie" target="_blank" rel="noopener noreferrer">Animal Ageing Genie</a>
<a href="https://chat.openai.com/g/g-tpOIOEeWm-clinical-trials-genie" target="_blank" rel="noopener noreferrer">Clinical Trials Genie</a>
</div>
</section>
<div class="imagess">
Expand Down Expand Up @@ -169,13 +169,13 @@ <h2 class="chat-now sections sections-wrapper">Chat Now!*</h2>
</section>
<!-- Donors and Affiliations Section -->
<section class="donors-affiliations">
<h2>Donors and Affiliations</h2>
<h2>Sponsors and Collaborators</h2>
<p>Special thanks to our generous donors and affiliations who support our mission.</p>
<div class="logos-div">
<a target="_blank" rel="noopener noreferrer" href="https://heales.org/"><img class="heales" src="./images/heales.png"></a>
<a target="_blank" rel="noopener noreferrer" href="https://www.vitadao.com/"><img class="zuzalu" src="./images/vitadao.png"></a>
<a target="_blank" rel="noopener noreferrer" href="https://cellfabrik.bio/"><img class="cellfabric" src="./images/cellfabric.png"></a>
<a target="_blank" rel="noopener noreferrer" href="https://www.healome.one/"><img class="heales" src="./images/healome.webp"></a>
<a target="_blank" rel="noopener noreferrer" href="https://www.zuzalu.city/dashboard/home"><img class="zuzalu" src="./images/zuzalu.png"></a>
<a target="_blank" rel="noopener noreferrer" href="https://asklongevitygpt.com/"><span class="longevitygpt">Longevity GPT</span></a>
</div>
<!-- Add donor and affiliation information here -->
Expand Down
11 changes: 9 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,9 @@ a:hover{
.footer-image.reversed{
margin-top: 0px;
}

a.bold{
font-weight: 700;
}
.chat-now{
position: relative;
top: 120px;
Expand Down Expand Up @@ -622,7 +624,12 @@ align-items:end;
flex: 0 1 calc(50% - 20px);
}
}
@media screen and (max-width: 1300px){
#text{

color:rgb(121, 108, 165);
}
}
@media only screen and (max-width: 600px){
.button_beginning{
display: none;
Expand Down Expand Up @@ -682,7 +689,7 @@ align-items:end;
margin-left: auto;
margin-right: auto;
top: 240px;
color:rgb(121, 108, 165)
color:rgb(121, 108, 165);
}
.navigation{
padding-top: 600px;
Expand Down

0 comments on commit ef98af8

Please sign in to comment.