Skip to content

Commit 94cc0cc

Browse files
committed
Release of Tap 2Chat
1 parent 8b4420b commit 94cc0cc

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

download/Tap2Chat.apk

17.2 MB
Binary file not shown.

image/mywork/new.png

-92.2 KB
Binary file not shown.

image/mywork/t2c.gif

352 KB
Loading

script/script.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -277,35 +277,35 @@ const appData = [
277277
name: "WhatsApp-UI-Clone",
278278
image: "image/mywork/wp.gif",
279279
disc:
280-
"Just simple UI clone of WhatsApp,<br/> This app is build with flutter.<br/>+ loading screen.<br/> More update will coming soon",
280+
"Simple UI clone of WhatsApp,<br/> This app is build with flutter.<br/>+ loading screen.<br/> More update will coming soon",
281281
getLink: "download/whatsApp-UI-Clone(1.0.1).apk",
282282
moreLink: "#morelink",
283283
notify: "Version 1.0.1 Release",
284284
},
285285
{
286286
name: "Tap 2 Chat",
287-
image: "image/mywork/new.png",
287+
image: "image/mywork/t2c.gif",
288288
disc:
289-
"Make life more simple,<br/> This app is build with flutter.<br/> More update will coming soon",
290-
getLink: "#",
289+
"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",
290+
getLink: "download/Tap2Chat.apk",
291291
moreLink: "#morelink",
292-
notify: "coming soon...",
292+
notify: "Version 1.0.0 Release",
293293
},
294294
];
295295
const webData = [
296296
{
297297
name: "Eid Mubarak",
298298
image: "image/mywork/Eid.png",
299299
disc:
300-
"A simple Web based Greating for you and your friends, Build with HTML, CSS and Js.",
300+
"A simple Web based Greating for you and your friends,<br/>Build with HTML, CSS and Js.",
301301
getLink: "https://shahbajjamil.github.io/Eid-Mubarak-2020/",
302302
moreLink: "#morelink",
303303
},
304304
{
305305
name: "Ramadan Mubarak",
306306
image: "image/mywork/Ramadan.png",
307307
disc:
308-
"A simple Web based Greating for you and your friends, Build with HTML, CSS and Js.",
308+
"A simple Web based Greating for you and your friends,<br/>Build with HTML, CSS and Js.",
309309
getLink: "https://shahbajjamil.github.io/Ramadan-Mubarak-2020/",
310310
moreLink: "#morelink",
311311
},

style/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ h6:nth-of-type(6) span {
10171017
background: #0a9185;
10181018
}
10191019
.slide:nth-of-type(3) .appWork .appContent .shiny span {
1020-
background: #c9c898;
1020+
background: #83d971;
10211021
}
10221022
.shiny span::before {
10231023
content: "";
@@ -1223,7 +1223,7 @@ footer {
12231223
@media (max-width: 900px) {
12241224
/* -------8. My Work------- */
12251225
.button a {
1226-
margin: 10px;
1226+
margin: 20px 10px;
12271227
padding: 5px 10px;
12281228
}
12291229
/* !-------8. My Work------- */
@@ -1389,7 +1389,7 @@ footer {
13891389
/* -------8. My Work------- */
13901390
.WorkMain {
13911391
width: 100vw;
1392-
height: 640px;
1392+
/* height: 640px; */
13931393
}
13941394
.toggle-button {
13951395
margin-bottom: 20px;
@@ -1447,7 +1447,7 @@ footer {
14471447
margin-bottom: 10px !important;
14481448
}
14491449
.button a {
1450-
margin: 10px;
1450+
margin: 20px 10px;
14511451
padding: 5px 10px;
14521452
}
14531453

@@ -1518,7 +1518,7 @@ footer {
15181518
@media (max-width: 450px) {
15191519
/* -------8. My Work------- */
15201520
.appWork .appSS img {
1521-
max-width: 35%;
1521+
max-width: 45%;
15221522
}
15231523
.webWork .webSS img {
15241524
max-width: 95%;

0 commit comments

Comments
 (0)