Skip to content

Commit

Permalink
rider partner doc combaind
Browse files Browse the repository at this point in the history
  • Loading branch information
HencyPithadiya committed Aug 9, 2024
1 parent 46a1714 commit 20bed1a
Show file tree
Hide file tree
Showing 144 changed files with 7,649 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
class="btn btn-danger btn-xl">Flutter Customer Application</a>
</div>
<div class="form-group col-md-4">
<a href="https://wrteamdev.github.io/eRestro_rider_and_partner_app_doc/" class="btn btn-danger btn-xl">Flutter Rider & Partner
<a href="https://wrteamdev.github.io/eRestro_customer_app_doc/riderPartnerApplication" class="btn btn-danger btn-xl">Flutter Rider & Partner
Application</a>
</div>
</div>
Expand Down
Binary file added riderPartnerApplication/.DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions riderPartnerApplication/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions riderPartnerApplication/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions riderPartnerApplication/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions riderPartnerApplication/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions riderPartnerApplication/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# eRestro_delivery_and_partner_app_doc
Binary file added riderPartnerApplication/assets/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions riderPartnerApplication/assets/css/font-awesome.min.css

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions riderPartnerApplication/assets/css/ie8.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/*
Read Only by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */

code,
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea,
.box,
.image,
.image img,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Form */

input[type="text"],
input[type="password"],
input[type="email"],
select {
line-height: 2.75em;
}

input[type="checkbox"],
input[type="radio"] {
-moz-appearance: normal;
-webkit-appearance: normal;
-ms-appearance: normal;
appearance: normal;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
padding: 0 0 0 1.5em;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
display: none;
}

/* Button */

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
border: solid 2px #e4e4e4;
}
Loading

0 comments on commit 20bed1a

Please sign in to comment.