Skip to content

Commit

Permalink
Release of Tap 2Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbajjamil committed Nov 5, 2020
1 parent 8b4420b commit 94cc0cc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Binary file added download/Tap2Chat.apk
Binary file not shown.
Binary file removed image/mywork/new.png
Binary file not shown.
Binary file added image/mywork/t2c.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,35 +277,35 @@ const appData = [
name: "WhatsApp-UI-Clone",
image: "image/mywork/wp.gif",
disc:
"Just simple UI clone of WhatsApp,<br/> This app is build with flutter.<br/>+ loading screen.<br/> More update will coming soon",
"Simple UI clone of WhatsApp,<br/> This app is build with flutter.<br/>+ loading screen.<br/> More update will coming soon",
getLink: "download/whatsApp-UI-Clone(1.0.1).apk",
moreLink: "#morelink",
notify: "Version 1.0.1 Release",
},
{
name: "Tap 2 Chat",
image: "image/mywork/new.png",
image: "image/mywork/t2c.gif",
disc:
"Make life more simple,<br/> This app is build with flutter.<br/> More update will coming soon",
getLink: "#",
"Make life more simple,<br/>Send message on WhatsApp without saving phone number,<br/>This app is build with flutter. More update will coming soon",
getLink: "download/Tap2Chat.apk",
moreLink: "#morelink",
notify: "coming soon...",
notify: "Version 1.0.0 Release",
},
];
const webData = [
{
name: "Eid Mubarak",
image: "image/mywork/Eid.png",
disc:
"A simple Web based Greating for you and your friends, Build with HTML, CSS and Js.",
"A simple Web based Greating for you and your friends,<br/>Build with HTML, CSS and Js.",
getLink: "https://shahbajjamil.github.io/Eid-Mubarak-2020/",
moreLink: "#morelink",
},
{
name: "Ramadan Mubarak",
image: "image/mywork/Ramadan.png",
disc:
"A simple Web based Greating for you and your friends, Build with HTML, CSS and Js.",
"A simple Web based Greating for you and your friends,<br/>Build with HTML, CSS and Js.",
getLink: "https://shahbajjamil.github.io/Ramadan-Mubarak-2020/",
moreLink: "#morelink",
},
Expand Down
10 changes: 5 additions & 5 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ h6:nth-of-type(6) span {
background: #0a9185;
}
.slide:nth-of-type(3) .appWork .appContent .shiny span {
background: #c9c898;
background: #83d971;
}
.shiny span::before {
content: "";
Expand Down Expand Up @@ -1223,7 +1223,7 @@ footer {
@media (max-width: 900px) {
/* -------8. My Work------- */
.button a {
margin: 10px;
margin: 20px 10px;
padding: 5px 10px;
}
/* !-------8. My Work------- */
Expand Down Expand Up @@ -1389,7 +1389,7 @@ footer {
/* -------8. My Work------- */
.WorkMain {
width: 100vw;
height: 640px;
/* height: 640px; */
}
.toggle-button {
margin-bottom: 20px;
Expand Down Expand Up @@ -1447,7 +1447,7 @@ footer {
margin-bottom: 10px !important;
}
.button a {
margin: 10px;
margin: 20px 10px;
padding: 5px 10px;
}

Expand Down Expand Up @@ -1518,7 +1518,7 @@ footer {
@media (max-width: 450px) {
/* -------8. My Work------- */
.appWork .appSS img {
max-width: 35%;
max-width: 45%;
}
.webWork .webSS img {
max-width: 95%;
Expand Down

0 comments on commit 94cc0cc

Please sign in to comment.