Skip to content

Commit

Permalink
new app coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbajjamil committed Nov 2, 2020
1 parent 179ac14 commit 8b4420b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
Binary file added image/mywork/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,15 @@ const appData = [
moreLink: "#morelink",
notify: "Version 1.0.1 Release",
},
{
name: "Tap 2 Chat",
image: "image/mywork/new.png",
disc:
"Make life more simple,<br/> This app is build with flutter.<br/> More update will coming soon",
getLink: "#",
moreLink: "#morelink",
notify: "coming soon...",
},
];
const webData = [
{
Expand Down
17 changes: 13 additions & 4 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -891,14 +891,14 @@ h6:nth-of-type(6) span {
),
url(https://images.wallpaperscraft.com/image/sea_aerial_view_coast_180728_1280x720.jpg);
}
.slide:nth-of-type(3) .webWork {
.slide:nth-of-type(3) .appWork {
background-image: linear-gradient(
to bottom right,
rgba(0, 0, 0, 0.72),
rgba(0, 0, 0, 0.58),
rgba(0, 0, 0, 0.18)
),
url(https://images.wallpaperscraft.com/image/paragliding_sky_flight_91710_1280x720.jpg);
url(https://images.pexels.com/photos/1025469/pexels-photo-1025469.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260);
}
.slide:nth-of-type(4) .webWork {
background-image: linear-gradient(
Expand All @@ -907,9 +907,18 @@ h6:nth-of-type(6) span {
rgba(0, 0, 0, 0.58),
rgba(0, 0, 0, 0.18)
),
url(https://images.wallpaperscraft.com/image/stars_milky_way_space_116893_1280x720.jpg);
url(https://images.wallpaperscraft.com/image/paragliding_sky_flight_91710_1280x720.jpg);
}
.slide:nth-of-type(5) .webWork {
background-image: linear-gradient(
to bottom right,
rgba(0, 0, 0, 0.72),
rgba(0, 0, 0, 0.58),
rgba(0, 0, 0, 0.18)
),
url(https://images.wallpaperscraft.com/image/stars_milky_way_space_116893_1280x720.jpg);
}
.slide:nth-of-type(6) .webWork {
background-image: linear-gradient(
to bottom right,
rgba(0, 0, 0, 0.72),
Expand Down Expand Up @@ -1008,7 +1017,7 @@ h6:nth-of-type(6) span {
background: #0a9185;
}
.slide:nth-of-type(3) .appWork .appContent .shiny span {
background: #3c70ff;
background: #c9c898;
}
.shiny span::before {
content: "";
Expand Down

0 comments on commit 8b4420b

Please sign in to comment.