
ABOUT US
+



diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/1/4.jpg b/1/4.jpg new file mode 100644 index 0000000..31198f7 Binary files /dev/null and b/1/4.jpg differ diff --git a/1/favicon.ico b/1/favicon.ico new file mode 100644 index 0000000..f630253 Binary files /dev/null and b/1/favicon.ico differ diff --git a/1/index.html b/1/index.html new file mode 100644 index 0000000..96ef7b4 --- /dev/null +++ b/1/index.html @@ -0,0 +1,22 @@ + + +
+ +Co-Founder, Avinash Sadana
+91 97261 45454
thewedesifestival@gmail.com
A glass-like card to demonstrate the Glassmorphism UI design trend.
+ +A glass-like card to demonstrate the Glassmorphism UI design trend.
+ +Effective Date: October 18, 2023
+ +This Privacy Policy describes how WeDesi ("we," "us," or "our") collects, uses, and safeguards your personal information when you purchase tickets on our website. By using our services, you agree to the practices described in this Privacy Policy.
+ +When you purchase tickets on our website, we collect the following personal information:
+We use the information we collect for the following purposes:
+We do not sell or share your personal information with third parties, except for the purpose of payment processing.
+We may share your information with our payment service provider, which is required to complete the transaction. We ensure that our payment service provider follows data protection and privacy regulations.
+ +You can update your name and email address by contacting us. You may also choose to unsubscribe from event updates and promotional emails by following the instructions in our communications.
+ +We take reasonable steps to secure your personal information. We use secure and encrypted payment gateways to protect your payment data.
+ +We may update this Privacy Policy as needed. Any changes will be posted with a new effective date. We recommend reviewing this Privacy Policy periodically to stay informed about our data practices.
+ +If you have questions or concerns regarding this Privacy Policy or your personal information, please contact our co-founder, Avinash Sadana, at +91 97261 45454.
+ +Effective Date: This Privacy Policy is effective as of October 18, 2023.
+ + diff --git a/policy/terms.html b/policy/terms.html new file mode 100644 index 0000000..f013136 --- /dev/null +++ b/policy/terms.html @@ -0,0 +1,83 @@ + + + + + + +Effective Date: October 18, 2023
+ +Please read these Terms and Conditions ("Terms," "Terms and Conditions") carefully before using the services offered by WeDesi ("we," "us," or "our"). By accessing or using our website and services, you agree to be bound by these Terms.
+ +We may update these Terms and Conditions from time to time. Any changes will be posted with a new effective date. We encourage you to review these Terms periodically.
+ +If you have questions or concerns regarding these Terms and Conditions, please contact us at thewedesifestival@gmail.com.
+ +Effective Date: These Terms and Conditions are effective as of October 18, 2023.
+ + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..121bfbc --- /dev/null +++ b/styles.css @@ -0,0 +1,133 @@ +*{ + padding: 0; + margin: 0; + /* background-color: #DC052D; */ +} +body { + font-family: 'Roboto', sans-serif; + background-color: blue; +} + +#menu { + z-index: 2; + /* background-color: black; */ + width: 100%; + margin: 22px 0px 0px 0px; + display: flex; + justify-content: space-between; + align-items: center; +} + +#menu-bar { + width: 45px; + height: 40px; + margin-left: 50px; + cursor: pointer; +} + +.bar { + height: 3px; + width: 90%; + background-color: white; + display: block; + border-radius: 5px; + transition: 0.3s ease; + margin-top: 04px; +} +.datediv{ + width: 17%; +} +.date{ + margin-left: 17px; + width: 100%; +} +#bar1 { + transform: translateY(-4px); +} + +#bar3 { + transform: translateY(4px); +} + +.nav { + /* margin-top: 1000px; */ + transition: 0.3s ease; + /* display: none; */ + +} +.ticketa{ + width: 08%; + margin-right: 50px; +} +.ticket{ + width: 100%; +} + +.nav ul { + padding: 0 22px; +} + +.nav li { + list-style: none; + padding: 12px 0; +} + +.nav li a { + color: white; + font-size: 20px; + text-decoration: none; +} +#vis{ + display: none; + margin-top: 19%; + position: absolute; +} +.ticket{ + +} + +.nav li a:hover { + font-weight: bold; +} + +.menu-bg, #menu { + top: 0; + left: 0; + position: absolute; +} + +.menu-bg { + z-index: 1; + width: 0; + height: 0; + margin: 30px 0 20px 20px; + background: radial-gradient(circle, #0d0d0d, #0d0d0d); + border-radius: 50%; + transition: 0.3s ease; +} + +.change { + display: block; +} + +.change .bar { + background-color: white; +} + +.change #bar1 { + transform: translateY(4px) rotateZ(-45deg); +} + +.change #bar2 { + opacity: 0; +} + +.change #bar3 { + transform: translateY(-6px) rotateZ(45deg); +} + +.change-bg { + width: 520px; + height: 460px; + transform: translate(-60%,-30%); +} \ No newline at end of file diff --git a/test.html b/test.html new file mode 100644 index 0000000..7500afe --- /dev/null +++ b/test.html @@ -0,0 +1,44 @@ + + + + + +