File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,15 @@ const appData = [
282
282
moreLink : "#morelink" ,
283
283
notify : "Version 1.0.1 Release" ,
284
284
} ,
285
+ {
286
+ name : "Tap 2 Chat" ,
287
+ image : "image/mywork/new.png" ,
288
+ disc :
289
+ "Make life more simple,<br/> This app is build with flutter.<br/> More update will coming soon" ,
290
+ getLink : "#" ,
291
+ moreLink : "#morelink" ,
292
+ notify : "coming soon..." ,
293
+ } ,
285
294
] ;
286
295
const webData = [
287
296
{
Original file line number Diff line number Diff line change @@ -891,14 +891,14 @@ h6:nth-of-type(6) span {
891
891
),
892
892
url (https://images.wallpaperscraft.com/image/sea_aerial_view_coast_180728_1280x720.jpg);
893
893
}
894
- .slide : nth-of-type (3 ) .webWork {
894
+ .slide : nth-of-type (3 ) .appWork {
895
895
background-image : linear-gradient (
896
896
to bottom right,
897
897
rgba (0 , 0 , 0 , 0.72 ),
898
898
rgba (0 , 0 , 0 , 0.58 ),
899
899
rgba (0 , 0 , 0 , 0.18 )
900
900
),
901
- url (https://images.wallpaperscraft .com/image/paragliding_sky_flight_91710_1280x720.jpg );
901
+ url (https://images.pexels .com/photos/1025469/pexels-photo-1025469.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260 );
902
902
}
903
903
.slide : nth-of-type (4 ) .webWork {
904
904
background-image : linear-gradient (
@@ -907,9 +907,18 @@ h6:nth-of-type(6) span {
907
907
rgba (0 , 0 , 0 , 0.58 ),
908
908
rgba (0 , 0 , 0 , 0.18 )
909
909
),
910
- url (https://images.wallpaperscraft.com/image/stars_milky_way_space_116893_1280x720 .jpg);
910
+ url (https://images.wallpaperscraft.com/image/paragliding_sky_flight_91710_1280x720 .jpg);
911
911
}
912
912
.slide : nth-of-type (5 ) .webWork {
913
+ background-image : linear-gradient (
914
+ to bottom right,
915
+ rgba (0 , 0 , 0 , 0.72 ),
916
+ rgba (0 , 0 , 0 , 0.58 ),
917
+ rgba (0 , 0 , 0 , 0.18 )
918
+ ),
919
+ url (https://images.wallpaperscraft.com/image/stars_milky_way_space_116893_1280x720.jpg);
920
+ }
921
+ .slide : nth-of-type (6 ) .webWork {
913
922
background-image : linear-gradient (
914
923
to bottom right,
915
924
rgba (0 , 0 , 0 , 0.72 ),
@@ -1008,7 +1017,7 @@ h6:nth-of-type(6) span {
1008
1017
background : # 0a9185 ;
1009
1018
}
1010
1019
.slide : nth-of-type (3 ) .appWork .appContent .shiny span {
1011
- background : # 3c70ff ;
1020
+ background : # c9c898 ;
1012
1021
}
1013
1022
.shiny span ::before {
1014
1023
content : "" ;
You can’t perform that action at this time.
0 commit comments