Skip to content

Commit 7136ad8

Browse files
committed
update logos from png to svg (use wish block)
1 parent c34d5ef commit 7136ad8

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

_includes/for.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h4>Laravel</h4>
1515
<div class="col-sm-4">
1616
<a href="/for/wordpress" class="img-thumbnail bg-white item item--wp">
1717
<div>
18-
<img src="/images/frameworks/WordPress-logotype-simplified.png" alt="wordPress">
18+
<img src="/images/frameworks/wordpress.svg" alt="wordPress">
1919
<h4>WordPress</h4>
2020
</div>
2121
</a>
@@ -25,7 +25,8 @@ <h4>WordPress</h4>
2525
<div class="row casestudy">
2626
<div class="col-sm-4">
2727
<a href="/for/joomla" class="item img-thumbnail bg-white item--joomla">
28-
<img src="/images/frameworks/joomla.png" alt="joomla">
28+
<img src="/images/frameworks/joomla.svg" alt="joomla">
29+
<h4>joomla</h4>
2930
</a>
3031
</div>
3132
<div class="col-sm-4">

css/codeception.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,8 +1084,8 @@ body .panel-info>.panel-heading {
10841084
}
10851085

10861086
.item--joomla img {
1087-
width: 250px;
1088-
height: 208px;
1087+
width: 100px;
1088+
height: 100px;
10891089
}
10901090

10911091
.item--yii img {
@@ -1455,13 +1455,6 @@ body #footer .links {
14551455
text-decoration: none;
14561456
}
14571457

1458-
@media only screen and (min-width : 768px) and (max-width : 991px) {
1459-
.item--joomla img {
1460-
width: 180px;
1461-
height: 150px;
1462-
}
1463-
}
1464-
14651458
.panel p {
14661459
margin-top: 1em;
14671460
margin-bottom: 1em;

images/frameworks/joomla.svg

Lines changed: 1 addition & 0 deletions
Loading

images/frameworks/wordpress.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)