Skip to content

Commit 8b4420b

Browse files
committed
new app coming soon
1 parent 179ac14 commit 8b4420b

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

image/mywork/new.png

92.2 KB
Loading

script/script.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,15 @@ const appData = [
282282
moreLink: "#morelink",
283283
notify: "Version 1.0.1 Release",
284284
},
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+
},
285294
];
286295
const webData = [
287296
{

style/style.css

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -891,14 +891,14 @@ h6:nth-of-type(6) span {
891891
),
892892
url(https://images.wallpaperscraft.com/image/sea_aerial_view_coast_180728_1280x720.jpg);
893893
}
894-
.slide:nth-of-type(3) .webWork {
894+
.slide:nth-of-type(3) .appWork {
895895
background-image: linear-gradient(
896896
to bottom right,
897897
rgba(0, 0, 0, 0.72),
898898
rgba(0, 0, 0, 0.58),
899899
rgba(0, 0, 0, 0.18)
900900
),
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);
902902
}
903903
.slide:nth-of-type(4) .webWork {
904904
background-image: linear-gradient(
@@ -907,9 +907,18 @@ h6:nth-of-type(6) span {
907907
rgba(0, 0, 0, 0.58),
908908
rgba(0, 0, 0, 0.18)
909909
),
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);
911911
}
912912
.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 {
913922
background-image: linear-gradient(
914923
to bottom right,
915924
rgba(0, 0, 0, 0.72),
@@ -1008,7 +1017,7 @@ h6:nth-of-type(6) span {
10081017
background: #0a9185;
10091018
}
10101019
.slide:nth-of-type(3) .appWork .appContent .shiny span {
1011-
background: #3c70ff;
1020+
background: #c9c898;
10121021
}
10131022
.shiny span::before {
10141023
content: "";

0 commit comments

Comments
 (0)