Skip to content

Commit 2a6f9ff

Browse files
committed
+ downloaded logos
1 parent afcfcce commit 2a6f9ff

File tree

4 files changed

+55
-4
lines changed

4 files changed

+55
-4
lines changed

src/views/site/index.php

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
?>
77
<div class="site-index">
88
<div class="jumbotron">
9-
<img src="https://getcomposer.org/img/logo-composer-transparent2.png" height="140px">
10-
<img src="http://bower.io/img/bower-logo.svg" height="100px" style="margin:10px">
11-
<img src="https://www.npmjs.com/static/images/npm-logo.svg" height="80px" style="margin:10px">
9+
<img src="/logo/composer.png" height="140px">
10+
<img src="/logo/bower.svg" height="100px" style="margin:10px">
11+
<img src="/logo/npm.svg" height="80px" style="margin:10px">
1212
<h3>Composer, Bower and NPM friends forever!</h3>
1313
</div>
1414

@@ -46,7 +46,8 @@
4646
<h2>Why?</h2>
4747

4848
<p>Got tired of <code><a href="https://github.com/francoispluchino/composer-asset-plugin">fxp/composer-asset-plugin</a></code>.
49-
It's a cool thing anyway - good idea and decent realization.
49+
</p>
50+
<p>It's a cool thing anyway - good idea and good realization.
5051
But it slows down composer and requires global installation which makes a lot of different probllems (Travis and Scrutinizer integration were most annoying for me).
5152
</p>
5253
<p>This repository solves all these problems.</p>

web/logo/bower.svg

+49
Loading

web/logo/composer.png

120 KB
Loading

web/logo/npm.svg

+1
Loading

0 commit comments

Comments
 (0)