Skip to content

Commit

Permalink
Added changes to site
Browse files Browse the repository at this point in the history
  • Loading branch information
robiriondo committed Dec 1, 2023
1 parent a0f04dd commit a033a44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
9 changes: 7 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,11 @@ input, select, textarea {

@media screen and (max-width: 840px) {

.image.featured img {
display: block;
width: 100% !important;
}

.row {
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -2161,7 +2166,7 @@ input, select, textarea {

.image.featured img {
display: block;
width: 100%;
width: 200px;
}


Expand Down Expand Up @@ -3885,4 +3890,4 @@ input, select, textarea {
height: 34px;
}

}
}
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ul>
</li>
<li>
<a>Ctystal</a>
<a>CrystalCoder</a>
<ul>
<li><a href="https://huggingface.co/LLM360/llm360-temp">Model</a></li>
<li><a href="https://github.com/LLM360">Analysis</a></li>
Expand All @@ -53,7 +53,7 @@
<li>
<a href="#">Research</a>
<ul>
<li><a href="https://www.overleaf.com/project/654250a421e5135df6536c44">Paper</a></li>
<li><a href="#">Paper (Coming Soon)</a></li>

</ul>
</li>
Expand Down Expand Up @@ -82,10 +82,10 @@
<header>
<h2>LLM360</h2>
</header>
<p>A framework for <strong>open-sourcing</strong> models to foster <p>
<p>A framework for <strong>open-sourcing LLMs</strong> to foster <p>
<p><strong>transparency</strong>, <strong>trust</strong>,</strong> and <strong>safety</strong>.</p>
<br>
<button id="spinButton" onclick="redirectToAnotherPage()">Spin With Me</button>
<button id="spinButton" onclick="redirectToAnotherPage()">Spin With Us</button>
</div>
</div>
</div>
Expand Down Expand Up @@ -229,13 +229,13 @@ <h1>Code</h1>
<section class="wrapper style4 container special">
<div class="row aln-center">
<div class="row aln-middle col-4 col-12-mobile">
<a href="#" class="image featured"><img src="images/mbzuai.png" alt="" /></a>
<a href="https://mbzuai.ac.ae/" target="_blank" rel="noopener" class="image featured"><img src="images/mbzuai.png" alt="" /></a>
</div>
<div class="row aln-middle col-4 col-12-mobile">
<a href="#" class="image featured"><img src="images/petuum.png" alt="" /></a>
<a href="https://petuum.com/" target="_blank" rel="noopener" class="image featured"><img src="images/petuum.png" alt="" /></a>
</div>
<div class="row aln-middle col-2 col-12-mobile">
<a href="#" class="image featured"><img src="images/cerebras.png" alt="" /></a>
<a href="https://www.cerebras.net/" target="_blank" rel="noopener" class="image featured"><img src="images/cerebras.png" alt="" /></a>
</div>
</div>
</section>
Expand Down

0 comments on commit a033a44

Please sign in to comment.