Skip to content

Commit eef5f52

Browse files
committed
Do that copy, baby
1 parent 35828b8 commit eef5f52

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

css/libgit2.css

+1-6
Original file line numberDiff line numberDiff line change
@@ -406,17 +406,12 @@ footer a:hover {
406406
}
407407

408408
footer .site-source {
409-
float: left;
409+
float: right;
410410
background: transparent url(/images/icons/code.png) 0 2px no-repeat;
411411
padding-left: 46px;
412-
}
413-
414-
footer .sfc-member {
415-
float: right;
416412
text-align: right;
417413
}
418414

419-
420415
table.benchmarks {
421416
width: 100%;
422417
padding: 20px;

index.html

+5-8
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ <h3>libgit2 Usage Guide</h3>
4040
<li id='cross-platform'>
4141
<img src="/images/libgit2/[email protected]" />
4242
<h3>100% Cross-Platform</h3>
43-
<p>A very short sentence or two. A very short sentence or two.</p>
43+
<p>Linux, FreeBSD, OpenBSD, Mac OS X, iOS, Amiga, MinGW and fully native Windows.</p>
4444
</li>
4545
<li id='zero-dependencies'>
4646
<img src="/images/libgit2/[email protected]" />
4747
<h3>Zero Dependencies</h3>
48-
<p>A very short sentence or two. A very short sentence or two.</p>
48+
<p>Builds out of the box with no dependencies. Works in embedded devices and iOS.</p>
4949
</li>
5050
<li id='c89'>
5151
<img src="/images/libgit2/[email protected]" />
5252
<h3>C89</h3>
53-
<p>A very short sentence or two. A very short sentence or two.</p>
53+
<p>Written with portability in mind. Builds in GCC, Clang and MSVC.</p>
5454
</li>
5555
<li id='permissive-licensiing'>
5656
<img src="/images/libgit2/[email protected]" />
5757
<h3>Permissive Licensing</h3>
58-
<p>A very short sentence or two. A very short sentence or two.</p>
58+
<p>GPLv2 with Linking Exception. Link with open and propietary software, no strings attached.</p>
5959
</li>
6060
</ul>
6161
</section>
@@ -181,12 +181,9 @@ <h5>
181181
</aside>
182182
<footer>
183183
<div class='site-source'>
184-
This <a href="https://github.com/github/gitscm-next/blob/master/README.md#license">open sourced</a> site is <a href="https://github.com/github/gitscm-next">hosted on GitHub.</a><br>
184+
This open sourced site is <a href="https://github.com/libgit2/libgit2.github.com">hosted on GitHub.</a><br>
185185
Patches, suggestions, and comments are welcome.
186186
</div>
187-
<div class='sfc-member'>
188-
Git is a member of the <a href="/sfc">Software Freedom Conservancy</a>
189-
</div>
190187
</footer>
191188
<script src="/js/jquery-1.7.1.min.js?body=1" type="text/javascript"></script>
192189
<script src="/js/jquery-ui-1.8.18.custom.min.js?body=1" type="text/javascript"></script>

0 commit comments

Comments
 (0)