File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ <h1>Android Projects</h1>
48
48
< div class ="row justify-content-md-center ">
49
49
< script type ="text/javascript ">
50
50
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" ] ;
54
54
var urls = [ "react-native-apps" , "ionic-apps" , "flutter-apps" ] ;
55
55
var ids = [ 3 , 4 , 2 , 1 ] ;
56
56
for ( let i = 0 ; i < domains . length ; i ++ ) {
@@ -62,7 +62,7 @@ <h1>Android Projects</h1>
62
62
<span>\
63
63
<img src="' + icons [ i ] + '"/>\
64
64
</span>\
65
- <h3 style="text-align:center;" >' + domains [ i ] + '</h3>\
65
+ <h3>' + domains [ i ] + '</h3>\
66
66
</div>\
67
67
</a>\
68
68
</div>'
Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ <h1>Software Projects</h1>
65
65
<a href="https://github.com/MuLx10/' + urls [ i ] + '" >\
66
66
<div class="services color-' + ids [ ( i % 4 ) + 1 ] + ' ">\
67
67
<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 ] + '"/>\
69
69
</span>\
70
- <h3 style="text-align:center;" >' + domains [ i ] + '</h3>\
70
+ <h3>' + domains [ i ] + '</h3>\
71
71
</div>\
72
72
</a>\
73
73
</div>'
You can’t perform that action at this time.
0 commit comments