From df25e656f5b92d82eed1bcd882671b44ccfad143 Mon Sep 17 00:00:00 2001
From: Waferio <34159717+viditvarshney@users.noreply.github.com>
Date: Fri, 31 Aug 2018 23:13:59 +0530
Subject: [PATCH 1/4] html coding
create
---
Virtual Debit Card/index.html | 76 +++++++++++++++++++++++++++++++++++
1 file changed, 76 insertions(+)
create mode 100644 Virtual Debit Card/index.html
diff --git a/Virtual Debit Card/index.html b/Virtual Debit Card/index.html
new file mode 100644
index 0000000..7f28ed0
--- /dev/null
+++ b/Virtual Debit Card/index.html
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ π³ Virtual Debit Card π³
+
+
+
+
+
+
+
+
+
Smile Bank Debit Card
+
+
+ Vidit Varshney
+
+ 1
+ 2
+ 3
+
+
+
+
+
+ 8888
+ 8888
+ 8888
+ 8888
+
+
+
βΊοΈ
+
βΊοΈ
+
Platinum Membership
+
+
+
+
+
+
From 8e570f0ead1b93bed7fd1ca1f5450a944401afa6 Mon Sep 17 00:00:00 2001
From: Waferio <34159717+viditvarshney@users.noreply.github.com>
Date: Fri, 31 Aug 2018 23:14:52 +0530
Subject: [PATCH 2/4] js file
---
Virtual Debit Card/VCD.js | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 Virtual Debit Card/VCD.js
diff --git a/Virtual Debit Card/VCD.js b/Virtual Debit Card/VCD.js
new file mode 100644
index 0000000..efac963
--- /dev/null
+++ b/Virtual Debit Card/VCD.js
@@ -0,0 +1,3 @@
+// Created by Vidit Varshney
+
+alert("π Features :\n\n1. Created with love by Vidit Varshney . \n\n2. Get your virtual debit card.\n\n3. Security :\n\n Get different cvv and card number \n every time you run the code.\n\n\nIf you π the code please upvote π it and will be happy to hear any feedback from your side.");
From 3fb48941857d56c2591d5d49ed2cc927dcc78cfc Mon Sep 17 00:00:00 2001
From: Waferio <34159717+viditvarshney@users.noreply.github.com>
Date: Fri, 31 Aug 2018 23:15:29 +0530
Subject: [PATCH 3/4] Some stylings
create
---
Virtual Debit Card/VCD.css | 104 +++++++++++++++++++++++++++++++++++++
1 file changed, 104 insertions(+)
create mode 100644 Virtual Debit Card/VCD.css
diff --git a/Virtual Debit Card/VCD.css b/Virtual Debit Card/VCD.css
new file mode 100644
index 0000000..cf64142
--- /dev/null
+++ b/Virtual Debit Card/VCD.css
@@ -0,0 +1,104 @@
+/* Created by Meet Mehta */
+
+body {
+ background-color: green;
+}
+
+.a
+{
+ position:fixed;
+ max-height:35%;
+ min-height:35%;
+ min-width:80%;
+ top:30%;
+ left:10%;
+ background:linear-gradient(to right , blue, rgb(255,0,255));
+ padding-top:0%;
+ border-radius:5%;
+ box-shadow:5px 5px 5px black;
+}
+
+#space
+{
+ margin-top:8%;
+}
+
+#safe
+{
+ position:fixed;
+ bottom:3%;
+}
+
+h3
+{
+ margin-top:3%;
+ text-align:center;
+}
+
+#name
+{
+ margin-left:3%;
+}
+
+*
+{
+ font-family:serif;
+ font-weight:bold;
+ color:rgba(255,255,255,1);
+}
+
+#cvv1
+{
+ position:absolute ;
+ right:5.2%;
+}
+
+#cvv2
+{
+ position:absolute ;
+ right:8.3%;
+}
+
+#cvv3
+{
+ position:absolute ;
+ right:11.4%;
+}
+
+.acc
+{
+ font-size:1.5em;
+ position:relative;
+ top:-30px;
+ left: -10px;
+}
+
+#s1
+{
+ position:absolute;
+ bottom:2%;
+ left:2%;
+ float:left;
+}
+
+#s2
+{
+ position:absolute;
+ bottom:2%;
+ right:2%;
+ float:right;
+}
+
+#membership
+{
+ position:absolute ;
+ bottom:2%;
+ left:22%;
+}
+
+
+#lbl1
+{
+ position:absolute;
+ right:15%;
+}
From 8879773c36302598fe6a36708e19a43f8d444fdb Mon Sep 17 00:00:00 2001
From: Waferio <34159717+viditvarshney@users.noreply.github.com>
Date: Fri, 31 Aug 2018 23:20:21 +0530
Subject: [PATCH 4/4] Create README.md
---
Virtual Debit Card/README.md | 48 ++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 Virtual Debit Card/README.md
diff --git a/Virtual Debit Card/README.md b/Virtual Debit Card/README.md
new file mode 100644
index 0000000..6c68994
--- /dev/null
+++ b/Virtual Debit Card/README.md
@@ -0,0 +1,48 @@
+
+**This should be a project**
+
+***
+
+
+# Virtual Debit Card!!
+
+***
+
+> Created by **Vidit Varshney (Waferio)** , Made with pure HTML ,CSS , A little bit Javascript.
+
+***
+
+This is a program which generates your **Virtual Debit Card**..
+
+
+***
+
+The best thing of this is that it produces a different **CVV** , when you run the program ...
+
+***
+
+**Here are the |Screenshots|**
+
+
+
+
+
+
+
+
+
+
+***
+
+Connect me at [Facebook](https://www.facebook.com/vidit.varshney222) , [Twitter](https://twitter.com/varshney_vidit)
+
+
+***
+
+I use here :--
+
+* HTML
+* CSS
+* A little bit Javascript.
+
+