Skip to content

Commit

Permalink
Update logos and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Nov 24, 2024
1 parent 4b99cf3 commit d7d4eb5
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 69 deletions.
6 changes: 3 additions & 3 deletions css/api.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* API Page */

.version,
.group,
.api {
.version h3,
.group h3,
.api h3 {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

Expand Down
54 changes: 15 additions & 39 deletions css/libgit2.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,11 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
body {
font-size: 14px;
line-height: 22px;
font-family: "adelle", Georgia, "Times New Roman", serif;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
color: #4e443c;
background: #f0efe7 url(/images/bg/body.jpg);
}

.windows.chrome body,
.windows.ie8 body {
font-family: Georgia, "Times New Roman", serif !important;
}

.inner {
overflow: hidden;
*zoom: 1;
Expand Down Expand Up @@ -199,6 +194,7 @@ header #tagline em {
list-style-type: none;
float: right;
margin-top: 32px;
font-family: "adelle", Georgia, "Times New Roman", serif;
}

.navigation li {
Expand Down Expand Up @@ -448,7 +444,7 @@ table.benchmarks tr td.desc {

table.benchmarks tr td.number {
text-align: right;
font-family: monospace;
font-family: Monaco, Courier, monospace;
}

table.benchmarks tr td {
Expand Down Expand Up @@ -490,6 +486,7 @@ a:hover {

h1, h2, h3, h4, h5, h6 {
margin: 0;
font-family: "adelle", Georgia, "Times New Roman", serif;
font-weight: normal;
color: #4e443c;
text-rendering: optimizelegibility;
Expand Down Expand Up @@ -727,7 +724,7 @@ blockquote.pull-right small {
}

code, pre {
font-family: Courier, monospace !important;
font-family: Monaco, Courier, monospace;
background-color: #FFF;
padding: 1px 2px;
}
Expand Down Expand Up @@ -885,7 +882,7 @@ div.more {


.fixed {
font-family: Courier, monospace !important;
font-family: Monaco, Courier, monospace;
}


Expand Down Expand Up @@ -953,18 +950,11 @@ input.active {


input, textarea {
font-family: "adelle", Georgia, "Times New Roman", serif;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-size: 14px;
outline: none;
}


.windows.chrome input, .windows.chrome textarea,
.windows.ie8 input, .windows.chrome textarea {
font-family: Georgia, "Times New Roman", serif !important;
}


form#search {
position: absolute;
z-index: 1000;
Expand Down Expand Up @@ -1253,14 +1243,14 @@ table.arguments td {

table.arguments td.parameter {
color: #4e443c;
font-family: Courier, monospace !important;
font-family: Monaco, Courier, monospace;
font-weight: bold;
line-height: 18px;
}

table.arguments td.type {
color: #4e443c;
font-family: Courier, monospace !important;
font-family: Monaco, Courier, monospace;
line-height: 18px;
}

Expand Down Expand Up @@ -1313,7 +1303,7 @@ pre.sh_sourceCode {
background-color: #fff;
border: solid 1px #efeee6;
font-size: 13px;
font-family: Courier, monospace !important;
font-family: Monaco, Courier, monospace;
line-height: 18px;
}

Expand Down Expand Up @@ -1474,18 +1464,11 @@ pre.sh_sourceCode .sh_value {
body {
font-size: 14px;
line-height: 22px;
font-family: "adelle", Georgia, "Times New Roman", serif;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
color: #4e443c;
background: #f0efe7 url(/images/bg/body.jpg);
}


.windows.chrome body *,
.windows.ie8 body * {
font-family: Georgia, "Times New Roman", serif !important;
}


#wrapper {
overflow: hidden;
*zoom: 1;
Expand Down Expand Up @@ -1668,6 +1651,7 @@ p {
}

#features ul li h3 {
font-family: "adelle", Georgia, "Times New Roman", serif;
font-size: 18px;
font-weight: bold;
color: #f14e32;
Expand All @@ -1676,8 +1660,8 @@ p {
}

#features ul li p {
font-size: 13px;
line-height: 17.6px;
font-size: 15px;
line-height: 20px;
}

#features ul li:nth-child(even) {
Expand All @@ -1695,6 +1679,7 @@ p {

#production-usage h5 {
color: #847d75;
font-family: "adelle", Georgia, "Times New Roman", serif;
font-size: 14px;
font-weight: bold;
margin-bottom: 0.75em;
Expand Down Expand Up @@ -1812,15 +1797,6 @@ ul.additional-languages li h6 {
line-height: 1;
}

ul.additional-languages li#rugged img {
margin-top: 11px;
}

ul.additional-languages li#libgit2sharp img {
margin-top: 12px;
}


#library-versions {
overflow: hidden;
*zoom: 1;
Expand Down
Binary file added images/libgit2/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/libgit2/[email protected]
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/libgit2/[email protected]
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/libgit2/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/libgit2/[email protected]
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/libgit2/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/libgit2/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 32 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div id='front-main'>
<section id='intro'>
<p>
libgit2 is a <strong>portable</strong>, <strong>pure C implementation</strong> of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language that supports C bindings.
libgit2 is a <strong>portable</strong>, <strong>pure C implementation</strong> of the Git core methods provided as a re-entrant linkable library, with an API that's designed to be ergonomic to use from C directly, or from another language through FFI bindings.
</p>
</section>
<section id='features'>
Expand All @@ -24,7 +24,7 @@ <h3>Portable C</h3>
<li id='zero-dependencies'>
<img src="images/libgit2/[email protected]" />
<h3>Minimal Dependencies</h3>
<p>We use the libraries that are on your system, and you can opt-out of any dependencies.</p>
<p>libgit2 prefers system libraries, but offers minimal bundled dependencies where sensible.</p>
</li>
<li id='permissive-licensiing'>
<img src="images/libgit2/[email protected]" />
Expand Down Expand Up @@ -53,8 +53,8 @@ <h5>Trusted and used in production by</h5>
<a href="https://www.striata.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="Striata" width="104" height="25" />
</a>
<a href="https://visualstudio.microsoft.com/xamarin/" target="_blank">
<img src="images/libgit2/logo-xamarin@2x.png" alt="Xamarin" width="133" height="32" />
<a href="https://matlab.com/" target="_blank">
<img src="images/libgit2/logo-matlab@2x.png" alt="Matlab" width="150" height="50" />
</a>
</div>
<div class="row">
Expand All @@ -65,45 +65,36 @@ <h5>Trusted and used in production by</h5>
<img src="images/libgit2/[email protected]" alt="Bitbucket" width="150" height="38" />
</a>
<a href="https://about.gitlab.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="GitLab" width="134" height="42" />
<img src="images/libgit2/[email protected]" alt="GitLab" width="120" height="25" />
</a>
</div>
<div class="row">
<a href="https://www.gitkraken.com/" target="_blank">
<img src="images/libgit2/logo-gitkraken@2x.png" alt="GitKraken" width="150" height="36" />
<a href="https://www.gitbutler.com/" target="_blank">
<img src="images/libgit2/logo-gitbutler@2x.png" alt="GitButler" width="150" height="25" />
</a>
<a href="https://www.versionsql.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="VersionSQL" width="134" height="25" />
<img src="images/libgit2/[email protected]" alt="VersionSQL" width="134" height="30" />
</a>
</div>
</section>
</div>
<aside class='sidebar'>
<h4>Language Bindings</h4>
<ul id='primary-languages'>
<li id='rugged'>
<img src="images/libgit2/[email protected]" width="40" height="40" />
<h6>Ruby</h6>
<h5>
<a href="https://github.com/libgit2/rugged">Rugged</a>
</h5>
</li>
<li id='libgit2sharp'>
<img src="images/libgit2/[email protected]" width="94" height="39" />
<h6>.Net &amp; Mono</h6>
<h5>
<a href="https://github.com/libgit2/libgit2sharp">LibGit2Sharp</a>
</h5>
</li>
<ul class='additional-languages'>
<li id='rust'>
<img src="images/libgit2/[email protected]" />
<h6>Rust</h6>
<h5>
<a href="https://github.com/rust-lang/git2-rs">git2.rs</a>
</h5>
</li>
<li id='objective-c'>
<img src="images/libgit2/[email protected]" width="46" height="51" />
<img src="images/libgit2/[email protected]" />
<h6>Objective-C</h6>
<h5>
<a href="https://github.com/libgit2/objective-git">objective-git</a>
</h5>
</li>
</ul>
<ul class='additional-languages'>
<li>
<img src="images/libgit2/[email protected]" />
<h6>Python</h6>
Expand Down Expand Up @@ -148,6 +139,20 @@ <h5>
</li>
</ul>
<ul class='additional-languages'>
<li id='rugged'>
<img src="images/libgit2/[email protected]" />
<h6>Ruby</h6>
<h5>
<a href="https://github.com/libgit2/rugged">Rugged</a>
</h5>
</li>
<li id='libgit2sharp'>
<img src="images/libgit2/[email protected]" />
<h6>.Net &amp; Mono</h6>
<h5>
<a href="https://github.com/libgit2/libgit2sharp">LibGit2Sharp</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>Lua</h6>
Expand All @@ -166,7 +171,7 @@ <h5>
<img src="images/libgit2/[email protected]" />
<h6>C++ Qt</h6>
<h5>
<a href="https://quickgit.kde.org/?p=libqgit2.git">libqgit2</a>
<a href="https://github.com/KDE/libqgit2">libqgit2</a>
</h5>
</li>
<li>
Expand Down

0 comments on commit d7d4eb5

Please sign in to comment.