Skip to content

Commit

Permalink
sponsors: layout/css
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Oct 9, 2024
1 parent b2393d7 commit 4f90e49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
4 changes: 0 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,6 @@ a.primary {
margin-bottom: 20px;
}

.first-level-sponsor img {
max-width: 100%;
}

.second-level-sponsors {
width: 100%;
}
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ <h3>Drop-in Vim</h3>
<div class="col-narrow">
<h2 id="sponsors-header">Sponsors</h2>
<div id="sponsors" class="sponsors-main">
<p>
<div class="first-level-sponsor">
<a href="https://coderabbit.ai/">
<picture title="Visit https://coderabbit.ai to learn more." alt="Visit https://coderabbit.ai to learn more.">
<picture title="Visit coderabbit.ai to learn more." alt="Visit coderabbit.ai to learn more.">
<!-- light mode: -->
<source srcset="images/sponsors/coderabbit-logo.svg" media="(prefers-color-scheme: light)"/>
<!-- dark mode: -->
Expand All @@ -91,13 +91,13 @@ <h2 id="sponsors-header">Sponsors</h2>
<img width="300" class="img-fluid" src="images/sponsors/coderabbit-logo.svg">
</picture>
</a>
</p>
<p>
</div>
<div class="first-level-sponsor">
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=neovim_20231211"><img width="300" class="img-fluid" src="images/sponsors/warp-300px.png" title="Visit warp.dev to learn more." alt="Visit warp.dev to learn more."/>
<br/>
Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
</a>
</p>
</div>
</div>

<div class="news-section">
Expand Down
4 changes: 2 additions & 2 deletions sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ <h2>Sponsoring Neovim development</h2>

<div>
<h2>Sponsors</h2>
<div id="sponsors3">
<div id="sponsors3" class="first-level-sponsor">
<a href="https://rizin.re/">
<img width="297" height="100" src="/images/sponsors/rizin.svg" alt="Rizin"/>
</a>
</div>
<div id="sponsors4">
<div id="sponsors4" class="first-level-sponsor">
<a href="https://route4me.com/">
<img width="300" height="76" src="/images/sponsors/route4me-logo.png" alt="Route4Me Route Planner" />
</a>
Expand Down

0 comments on commit 4f90e49

Please sign in to comment.