diff --git a/Agro-product distribution system/AGR.css b/Agro-product distribution system/AGR.css
new file mode 100644
index 0000000..1afebd3
--- /dev/null
+++ b/Agro-product distribution system/AGR.css
@@ -0,0 +1,162 @@
+.avatar
+{
+ position:absolute;
+ width:80px;
+ height:80px;
+ border-radius:50%;
+ overflow:hidden;
+ top:calc(-80px/2);
+ left:calc(50% - 40px);
+}
+
+#myInput
+{
+ border: none;
+ border-bottom: 2px solid green;
+ background:transparent;
+ color:white;
+ margin-top:5%;
+}
+.user
+{
+ height:20px;
+ width:20px;
+ margin-left:5px;
+ margin-top:5px;
+
+}
+
+.password
+{
+ height:23px;
+ width:23px;
+}
+
+
+.loader {
+ border: 16px solid #f3f3f3;
+ border-radius: 50%;
+ border-top: 16px solid #3498db;
+ width: 120px;
+ height: 120px;
+ animation: spin 2s linear infinite;
+}
+
+
+@-webkit-keyframes spin {
+ 0% { -webkit-transform: rotate(0deg); }
+ 100% { -webkit-transform: rotate(360deg); }
+}
+
+@keyframes spin {
+ 0% { transform: rotate(0deg); }
+ 100% { transform: rotate(360deg); }
+}
+
+
+
+
+.verify
+{
+
+ margin-top:0%2;
+}
+
+.main
+{
+ height:100%;
+ min-width:100%;
+ background-repeat:no-repeat;
+ background-image:url('background.jpg');
+ background-size:cover;
+}
+.form-area
+{
+
+ margin:0%;
+ padding-left:0%;
+ margin-top:75px;
+ width:300px;
+ height:555px;
+ box-sizing:border-box;
+ background:rgba(0,0,0,0.6);
+ padding:40px;
+ -webkit-box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+ -moz-box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+ box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+}
+.form-area h3
+{
+ text-align:center;
+ margin-bottom:30px;
+ color:#080808;
+}
+.form-area p
+{
+ color:#a09999;
+ margin:0;
+ padding:0;
+ font-weight:bold;
+
+}
+.form-area input, select
+{
+ margin-bottom:20px;
+ width:100%;
+}
+.form-area input[type=email],
+.form-area input[type=password]
+{
+ border:none;
+ border-bottom:1px solid #ffffff;
+ background-color:transparent;
+ outline:none;
+ height:40px;
+ color:#ffffff;
+ display:16px;
+}
+::placehiolder
+{
+ color:#ffffff;
+}
+
+.form-area input[type=submit]
+{
+ border:none;
+ height:40px;
+ outline:none;
+ color:#ffffff;
+ font-size:15px;
+ background-color:#232f3e;
+ cursor:pointer;
+ border-radius:20px;
+}
+.form-area input[type=submit]:hover
+{
+ background-color:tomato;
+ color:#ffffff;
+}
+.form-area a
+{
+ color:#ffffff;
+ font-size:14px;
+ font-weight:bold;
+}
+.responsive
+{
+ height:auto;
+ width:100%;
+}
+
+@media screen and (max-width:200px){
+ td{
+ width:0.01%;
+ white-space:nowrap;
+ height:50%;
+ }
+row{
+ width:0.01%;
+ white-space:nowrap;
+ height:50%;
+}
+}
\ No newline at end of file
diff --git a/Agro-product distribution system/Agriculture.png b/Agro-product distribution system/Agriculture.png
new file mode 100644
index 0000000..6247812
Binary files /dev/null and b/Agro-product distribution system/Agriculture.png differ
diff --git a/Agro-product distribution system/Reg.css b/Agro-product distribution system/Reg.css
new file mode 100644
index 0000000..be055dc
--- /dev/null
+++ b/Agro-product distribution system/Reg.css
@@ -0,0 +1,160 @@
+.avatar
+{
+ position:absolute;
+ width:80px;
+ height:80px;
+ border-radius:50%;
+ overflow:hidden;
+ top:calc(-80px/2);
+ left:calc(50% - 40px);
+}
+
+#myInput
+{
+ border: none;
+ border-bottom: 2px solid green;
+ background:transparent;
+ color:white;
+ margin-top:5%;
+}
+.user
+{
+ height:20px;
+ width:20px;
+ margin-left:5px;
+ margin-top:5px;
+
+}
+
+.password
+{
+ height:23px;
+ width:23px;
+}
+
+
+.loader {
+ border: 16px solid #f3f3f3;
+ border-radius: 50%;
+ border-top: 16px solid #3498db;
+ width: 120px;
+ height: 120px;
+ animation: spin 2s linear infinite;
+}
+
+
+@-webkit-keyframes spin {
+ 0% { -webkit-transform: rotate(0deg); }
+ 100% { -webkit-transform: rotate(360deg); }
+}
+
+@keyframes spin {
+ 0% { transform: rotate(0deg); }
+ 100% { transform: rotate(360deg); }
+}
+
+
+
+
+.verify
+{
+
+ margin-top:0%2;
+}
+
+.main
+{
+ height:100%;
+ min-width:100%;
+ background-repeat:no-repeat;
+ background-image:url('registration.jpg');
+ background-size:cover;
+}
+.form-area
+{
+
+ margin-top:50px;
+ width:960px;
+ height:555px;
+ box-sizing:border-box;
+ background:rgba(0,0,0,0.6);
+ padding:90px;
+ -webkit-box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+ -moz-box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+ box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+}
+.form-area h3
+{
+ text-align:center;
+ margin-bottom:30px;
+ color:#080808;
+}
+.form-area p
+{
+ color:#a09999;
+ margin:0;
+ padding:0;
+ font-weight:bold;
+
+}
+.form-area input, select
+{
+ margin-bottom:20px;
+ width:100%;
+}
+.form-area input[type=email],
+.form-area input[type=password]
+{
+ border:none;
+ border-bottom:1px solid #ffffff;
+ background-color:transparent;
+ outline:none;
+ height:40px;
+ color:#ffffff;
+ display:16px;
+}
+::placehiolder
+{
+ color:#ffffff;
+}
+
+.form-area input[type=submit]
+{
+ border:none;
+ height:40px;
+ outline:none;
+ color:#ffffff;
+ font-size:15px;
+ background-color:#232f3e;
+ cursor:pointer;
+ border-radius:20px;
+}
+.form-area input[type=submit]:hover
+{
+ background-color:tomato;
+ color:#ffffff;
+}
+.form-area a
+{
+ color:#ffffff;
+ font-size:14px;
+ font-weight:bold;
+}
+.responsive
+{
+ height:auto;
+ width:100%;
+}
+
+@media screen and (max-width:200px){
+ td{
+ width:0.01%;
+ white-space:nowrap;
+ height:50%;
+ }
+row{
+ width:0.01%;
+ white-space:nowrap;
+ height:50%;
+}
+}
\ No newline at end of file
diff --git a/Agro-product distribution system/Registration.html b/Agro-product distribution system/Registration.html
new file mode 100644
index 0000000..81b5fcb
--- /dev/null
+++ b/Agro-product distribution system/Registration.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+Registration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Agro-product distribution system/Registration.php b/Agro-product distribution system/Registration.php
new file mode 100644
index 0000000..26b7703
--- /dev/null
+++ b/Agro-product distribution system/Registration.php
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
+Registration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Agro-product distribution system/background.jpg b/Agro-product distribution system/background.jpg
new file mode 100644
index 0000000..39a97ce
Binary files /dev/null and b/Agro-product distribution system/background.jpg differ
diff --git a/Agro-product distribution system/bill.css b/Agro-product distribution system/bill.css
new file mode 100644
index 0000000..be055dc
--- /dev/null
+++ b/Agro-product distribution system/bill.css
@@ -0,0 +1,160 @@
+.avatar
+{
+ position:absolute;
+ width:80px;
+ height:80px;
+ border-radius:50%;
+ overflow:hidden;
+ top:calc(-80px/2);
+ left:calc(50% - 40px);
+}
+
+#myInput
+{
+ border: none;
+ border-bottom: 2px solid green;
+ background:transparent;
+ color:white;
+ margin-top:5%;
+}
+.user
+{
+ height:20px;
+ width:20px;
+ margin-left:5px;
+ margin-top:5px;
+
+}
+
+.password
+{
+ height:23px;
+ width:23px;
+}
+
+
+.loader {
+ border: 16px solid #f3f3f3;
+ border-radius: 50%;
+ border-top: 16px solid #3498db;
+ width: 120px;
+ height: 120px;
+ animation: spin 2s linear infinite;
+}
+
+
+@-webkit-keyframes spin {
+ 0% { -webkit-transform: rotate(0deg); }
+ 100% { -webkit-transform: rotate(360deg); }
+}
+
+@keyframes spin {
+ 0% { transform: rotate(0deg); }
+ 100% { transform: rotate(360deg); }
+}
+
+
+
+
+.verify
+{
+
+ margin-top:0%2;
+}
+
+.main
+{
+ height:100%;
+ min-width:100%;
+ background-repeat:no-repeat;
+ background-image:url('registration.jpg');
+ background-size:cover;
+}
+.form-area
+{
+
+ margin-top:50px;
+ width:960px;
+ height:555px;
+ box-sizing:border-box;
+ background:rgba(0,0,0,0.6);
+ padding:90px;
+ -webkit-box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+ -moz-box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+ box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+}
+.form-area h3
+{
+ text-align:center;
+ margin-bottom:30px;
+ color:#080808;
+}
+.form-area p
+{
+ color:#a09999;
+ margin:0;
+ padding:0;
+ font-weight:bold;
+
+}
+.form-area input, select
+{
+ margin-bottom:20px;
+ width:100%;
+}
+.form-area input[type=email],
+.form-area input[type=password]
+{
+ border:none;
+ border-bottom:1px solid #ffffff;
+ background-color:transparent;
+ outline:none;
+ height:40px;
+ color:#ffffff;
+ display:16px;
+}
+::placehiolder
+{
+ color:#ffffff;
+}
+
+.form-area input[type=submit]
+{
+ border:none;
+ height:40px;
+ outline:none;
+ color:#ffffff;
+ font-size:15px;
+ background-color:#232f3e;
+ cursor:pointer;
+ border-radius:20px;
+}
+.form-area input[type=submit]:hover
+{
+ background-color:tomato;
+ color:#ffffff;
+}
+.form-area a
+{
+ color:#ffffff;
+ font-size:14px;
+ font-weight:bold;
+}
+.responsive
+{
+ height:auto;
+ width:100%;
+}
+
+@media screen and (max-width:200px){
+ td{
+ width:0.01%;
+ white-space:nowrap;
+ height:50%;
+ }
+row{
+ width:0.01%;
+ white-space:nowrap;
+ height:50%;
+}
+}
\ No newline at end of file
diff --git a/Agro-product distribution system/billing.php b/Agro-product distribution system/billing.php
new file mode 100644
index 0000000..2d1157d
--- /dev/null
+++ b/Agro-product distribution system/billing.php
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+
+Registration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Agro-product distribution system/connect.php b/Agro-product distribution system/connect.php
new file mode 100644
index 0000000..942557e
--- /dev/null
+++ b/Agro-product distribution system/connect.php
@@ -0,0 +1,12 @@
+
+
\ No newline at end of file
diff --git a/Agro-product distribution system/first.css b/Agro-product distribution system/first.css
new file mode 100644
index 0000000..6f879db
--- /dev/null
+++ b/Agro-product distribution system/first.css
@@ -0,0 +1,162 @@
+.avatar
+{
+ position:absolute;
+ width:80px;
+ height:80px;
+ border-radius:50%;
+ overflow:hidden;
+ top:calc(-80px/2);
+ left:calc(50% - 40px);
+}
+
+#myInput
+{
+ border: none;
+ border-bottom: 2px solid green;
+ background:transparent;
+ color:white;
+ margin-top:5%;
+}
+.user
+{
+ height:20px;
+ width:20px;
+ margin-left:5px;
+ margin-top:5px;
+
+}
+
+.password
+{
+ height:23px;
+ width:23px;
+}
+
+
+.loader {
+ border: 16px solid #f3f3f3;
+ border-radius: 50%;
+ border-top: 16px solid #3498db;
+ width: 120px;
+ height: 120px;
+ animation: spin 2s linear infinite;
+}
+
+
+@-webkit-keyframes spin {
+ 0% { -webkit-transform: rotate(0deg); }
+ 100% { -webkit-transform: rotate(360deg); }
+}
+
+@keyframes spin {
+ 0% { transform: rotate(0deg); }
+ 100% { transform: rotate(360deg); }
+}
+
+
+
+
+.verify
+{
+
+ margin-top:0%2;
+}
+
+.main
+{
+ height:100%;
+ min-width:100%;
+ background-repeat:no-repeat;
+ background-image:url('first.jpg');
+ background-size:cover;
+}
+.form-area
+{
+
+ margin:0%;
+ padding-left:0%;
+ margin-top:200px;
+ width:200px;
+ height:250px;
+ box-sizing:border-box;
+ background:rgba(0,0,0,0.6);
+ padding:40px;
+ -webkit-box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+ -moz-box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+ box-shadow: 14px 18px 29px 10px rgba(0,0,0,0.76);
+}
+.form-area h3
+{
+ text-align:center;
+ margin-bottom:30px;
+ color:#080808;
+}
+.form-area p
+{
+ color:#a09999;
+ margin:0;
+ padding:0;
+ font-weight:bold;
+
+}
+.form-area input, select
+{
+ margin-bottom:20px;
+ width:100%;
+}
+.form-area input[type=email],
+.form-area input[type=password]
+{
+ border:none;
+ border-bottom:1px solid #ffffff;
+ background-color:transparent;
+ outline:none;
+ height:40px;
+ color:#ffffff;
+ display:16px;
+}
+::placehiolder
+{
+ color:#ffffff;
+}
+
+.form-area input[type=submit]
+{
+ border:none;
+ height:40px;
+ outline:none;
+ color:#ffffff;
+ font-size:15px;
+ background-color:#232f3e;
+ cursor:pointer;
+ border-radius:20px;
+}
+.form-area input[type=submit]:hover
+{
+ background-color:tomato;
+ color:#ffffff;
+}
+.form-area a
+{
+ color:#ffffff;
+ font-size:14px;
+ font-weight:bold;
+}
+.responsive
+{
+ height:auto;
+ width:100%;
+}
+
+@media screen and (max-width:200px){
+ td{
+ width:0.01%;
+ white-space:nowrap;
+ height:50%;
+ }
+row{
+ width:0.01%;
+ white-space:nowrap;
+ height:50%;
+}
+}
\ No newline at end of file
diff --git a/Agro-product distribution system/first.jpg b/Agro-product distribution system/first.jpg
new file mode 100644
index 0000000..8bab442
Binary files /dev/null and b/Agro-product distribution system/first.jpg differ
diff --git a/Agro-product distribution system/index.html b/Agro-product distribution system/index.html
new file mode 100644
index 0000000..67986f9
--- /dev/null
+++ b/Agro-product distribution system/index.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+LOGIN
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Agro-product distribution system/index.php b/Agro-product distribution system/index.php
new file mode 100644
index 0000000..09b66b9
--- /dev/null
+++ b/Agro-product distribution system/index.php
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+LOGIN
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Agro-product distribution system/login.html b/Agro-product distribution system/login.html
new file mode 100644
index 0000000..a817dc7
--- /dev/null
+++ b/Agro-product distribution system/login.html
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+LOGIN
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Agro-product distribution system/login.php b/Agro-product distribution system/login.php
new file mode 100644
index 0000000..f41c185
--- /dev/null
+++ b/Agro-product distribution system/login.php
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
+LOGIN
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+alert('Login Successful');
+window.location.href='index.php';
+";
+}
+else
+{
+echo "";
+}
+}
+?>
+
+
\ No newline at end of file
diff --git a/Agro-product distribution system/mobile.png b/Agro-product distribution system/mobile.png
new file mode 100644
index 0000000..4b0b874
Binary files /dev/null and b/Agro-product distribution system/mobile.png differ
diff --git a/Agro-product distribution system/otp.html b/Agro-product distribution system/otp.html
new file mode 100644
index 0000000..1260dae
--- /dev/null
+++ b/Agro-product distribution system/otp.html
@@ -0,0 +1,27 @@
+
+
+
+How to Implement OTP SMS Mobile Verification in PHP with TextLocal
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Agro-product distribution system/password.png b/Agro-product distribution system/password.png
new file mode 100644
index 0000000..6e4cfa9
Binary files /dev/null and b/Agro-product distribution system/password.png differ
diff --git a/Agro-product distribution system/registration.jpg b/Agro-product distribution system/registration.jpg
new file mode 100644
index 0000000..8b00db1
Binary files /dev/null and b/Agro-product distribution system/registration.jpg differ
diff --git a/Agro-product distribution system/user.png b/Agro-product distribution system/user.png
new file mode 100644
index 0000000..772a832
Binary files /dev/null and b/Agro-product distribution system/user.png differ