Skip to content

Commit c1e0d19

Browse files
committed
icon
1 parent e58ab46 commit c1e0d19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

android.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ <h1>Android Projects</h1>
4848
<div class="row justify-content-md-center">
4949
<script type="text/javascript">
5050
var domains = ["React Native", "Ionic", "Flutter"];
51-
var icons = ["https://img.icons8.com/nolan/128/react-native.png",
52-
"https://img.icons8.com/ios-filled/125/000000/ionic.png",
53-
"https://img.icons8.com/color/128/000000/flutter.png"];
51+
var icons = ["https://img.icons8.com/nolan/40/react-native.png",
52+
"https://img.icons8.com/ios-filled/40/000000/ionic.png",
53+
"https://img.icons8.com/color/40/000000/flutter.png"];
5454
var urls = ["react-native-apps", "ionic-apps", "flutter-apps"];
5555
var ids = [3, 4, 2, 1];
5656
for (let i = 0; i < domains.length; i++) {
@@ -62,7 +62,7 @@ <h1>Android Projects</h1>
6262
<span>\
6363
<img src="' + icons[i] + '"/>\
6464
</span>\
65-
<h3 style="text-align:center;">' + domains[i] + '</h3>\
65+
<h3>' + domains[i] + '</h3>\
6666
</div>\
6767
</a>\
6868
</div>'

swe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ <h1>Software Projects</h1>
6565
<a href="https://github.com/MuLx10/' + urls[i] + '" >\
6666
<div class="services color-' + ids[(i%4)+1] + ' ">\
6767
<span>\
68-
<img src="https://img.icons8.com/color/125/000000/' + icons[i] + '"/>\
68+
<img src="https://img.icons8.com/color/40/000000/' + icons[i] + '"/>\
6969
</span>\
70-
<h3 style="text-align:center;">' + domains[i] + '</h3>\
70+
<h3>' + domains[i] + '</h3>\
7171
</div>\
7272
</a>\
7373
</div>'

0 commit comments

Comments
 (0)