diff --git a/Payment gateway/Components/contact.html b/Payment gateway/Components/contact.html new file mode 100644 index 00000000..2f9ae151 --- /dev/null +++ b/Payment gateway/Components/contact.html @@ -0,0 +1,135 @@ + + + + + + + + + + + + Contact Us + + + + + + +
+
+ +
+

Your Feedback Is important For Us

+

We would love to hear your thoughts, concerns or problem with anything so we can improve!

+
+
+ + +
+
+ + + + We'll never share your email with anyone + else. +
+
+ + +
+
+ + +
+ +
+
+ + + + +
+ + + +
+ + + + + + + + + + + + + diff --git a/Payment gateway/Style/3284780.jpg b/Payment gateway/Style/3284780.jpg new file mode 100644 index 00000000..baaa1d4f Binary files /dev/null and b/Payment gateway/Style/3284780.jpg differ diff --git a/Payment gateway/Style/index.css b/Payment gateway/Style/index.css new file mode 100644 index 00000000..fe8c8374 --- /dev/null +++ b/Payment gateway/Style/index.css @@ -0,0 +1,89 @@ +*{ + box-sizing: border-box; + margin: 0px; + padding: 0px; +} + +body{ + background-image: url(../Style/3284780.jpg); + background-repeat: no-repeat; + background-size: cover; + overflow: hidden; + height: 100vh; + font-family: sans-serif; +} + +nav { + overflow: hidden; +} + +nav a{ + text-decoration: none; + padding: 20px; + text-align: center; + color: black; + float:right; +} + +nav span{ + font-weight: bold; + text-decoration: none; + padding: 20px; + text-align: center; + float: left; + color: black; +} + +nav a:hover{ + background-color: #02041a;; + color: #368bfa;; +} + +div{ + color: black; + text-align: right; + margin: 20vh 3vw; + margin-left: 33vw; +} + +h1, h2, p{ + padding: 10px; + margin: 3px; +} + +h2{ + color: white; +} + +p{ + font-weight: bold; + font-size: x-large; +} + +.button{ + text-decoration: none; + background-color: #02041a; + color: white; + padding: 12px 20px; + border: 3px solid white; + border-radius: 4px; + cursor: pointer; + width: fit-content; + text-align: center; +} + +.button:hover{ + color: #368bfa; + border: 3px solid #02041a; +} + +@media only screen and (max-width:730px){ + nav span{ + display: none; + } + + div{ + text-align: center; + margin: 10vh 1vw; + } +} diff --git a/Payment gateway/index.html b/Payment gateway/index.html new file mode 100644 index 00000000..d985fc88 --- /dev/null +++ b/Payment gateway/index.html @@ -0,0 +1,26 @@ + + + + + + + + Donation Website + + +
+ +
+

Make a Donation!

+

WE CAN'T HELP EVRYONE BUT EVERYONE CAN HELP SOMEONE

+

"Every donation, no matter how big or small, makes a significant difference to our cause. Thank you for doing your part to help."

+ +
+
+ + \ No newline at end of file