From 5104a662f3a24378209f5d4243b8cc6f65a7aa42 Mon Sep 17 00:00:00 2001 From: Sri Vaishnavi Date: Thu, 30 Jan 2025 00:03:25 +0530 Subject: [PATCH 1/3] company policies added --- public/AllmediaLts.html | 8 +- public/ITWorlds.html | 8 +- public/ITinfosy.html | 8 +- public/InfoStatics.html | 8 +- public/TermsAndC.css | 156 ++++++++++++++++++++++++++++ public/contactUs.html | 8 +- public/events&webinar.html | 8 +- public/index.html | 8 +- public/internships.html | 8 +- public/jobs.html | 8 +- public/massIdea.html | 8 +- public/mentorship.html | 8 +- public/privacyPolicy.css | 140 ++++++++++++++++++++++++++ public/privacyPolicy.html | 190 +++++++++++++++++++++++++++++++++++ public/resources.html | 8 +- public/returns.css | 138 +++++++++++++++++++++++++ public/returns.html | 114 +++++++++++++++++++++ public/shipping.css | 135 +++++++++++++++++++++++++ public/shipping.html | 97 ++++++++++++++++++ public/softwareSolution.html | 8 +- public/termsAndC.html | 105 +++++++++++++++++++ 21 files changed, 1127 insertions(+), 52 deletions(-) create mode 100644 public/TermsAndC.css create mode 100644 public/privacyPolicy.css create mode 100644 public/privacyPolicy.html create mode 100644 public/returns.css create mode 100644 public/returns.html create mode 100644 public/shipping.css create mode 100644 public/shipping.html create mode 100644 public/termsAndC.html diff --git a/public/AllmediaLts.html b/public/AllmediaLts.html index 062d266..d3a51f6 100644 --- a/public/AllmediaLts.html +++ b/public/AllmediaLts.html @@ -90,10 +90,10 @@

job description

diff --git a/public/ITWorlds.html b/public/ITWorlds.html index 32a4309..52d652e 100644 --- a/public/ITWorlds.html +++ b/public/ITWorlds.html @@ -91,10 +91,10 @@

job description

diff --git a/public/ITinfosy.html b/public/ITinfosy.html index d17e26b..78255fc 100644 --- a/public/ITinfosy.html +++ b/public/ITinfosy.html @@ -92,10 +92,10 @@

job description

diff --git a/public/InfoStatics.html b/public/InfoStatics.html index 8ccb0e6..af536fc 100644 --- a/public/InfoStatics.html +++ b/public/InfoStatics.html @@ -89,10 +89,10 @@

job description

diff --git a/public/TermsAndC.css b/public/TermsAndC.css new file mode 100644 index 0000000..be6bc19 --- /dev/null +++ b/public/TermsAndC.css @@ -0,0 +1,156 @@ +* { + margin: 0; + padding: 0; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + box-sizing: border-box; +} + +body { + height: 100vh; + width: 100%; + background-color: rgb(247, 247, 178) !important; +} + +#nav { + display: flex; + align-items: center; + justify-content: space-between; + width: 100%; + padding: 30px 50px; + background-color: #f7e2b1ea; +} + +#nav img { + width: 100px; +} + +#nav #right { + display: flex; + align-items: center; + gap: 40px; +} + +#nav a { + text-decoration: none; + font-weight: 400; + color: #000; + font-size: 0.8rem; + letter-spacing: -1px; + transition: font-size 0.3s; +} + +#nav a:hover { + font-size: 2vw; +} + +.terms-section { + padding: 40px 20px; + color: #333; +} + +.terms-section .container { + max-width: 1200px; + margin: 0 auto; +} + +.terms-section .content { + background-color: #f0ebd5; + padding: 30px; + border-radius: 8px; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); +} + +.terms-section h1 { + font-size: 32px; + font-weight: 600; + color: #222; + margin-bottom: 20px; +} + +.terms-section h2 { + font-size: 28px; + font-weight: 500; + color: #222; + margin-top: 20px; + margin-bottom: 15px; +} + +.terms-section p { + font-size: 16px; + line-height: 1.6; + margin-bottom: 15px; + color: #555; +} + +.terms-section ul { + list-style-type: disc; + padding-left: 20px; +} + +.terms-section ul li { + font-size: 16px; + line-height: 1.6; + color: #555; +} + +/* Mobile Responsiveness */ +@media (max-width: 768px) { + .terms-section .content { + padding: 20px; + } + + .terms-section h1 { + font-size: 28px; + } + + .terms-section h2 { + font-size: 24px; + } + + .terms-section p, + .terms-section ul li { + font-size: 14px; + } +} + + +@media (min-width: 768px) { + #nav { + flex-direction: row; + justify-content: space-between; + padding: 30px 50px; + } + + #nav img { + width: 100px; + } + + #nav a { + font-size: 1.5vw; + } + + #nav i { + font-size: 1.5vw; + } + +} + +#nav i { + font-weight: 100px; + font-size: 1rem; +} + +#right a.login-btn { + padding: 10px 20px; + background-color: #000000; + color: white; + border-radius: 25px; + font-size: 1rem; + text-decoration: none; + font-weight: bold; +} + +#right a.login-btn:hover { + color: black; + background-color: #ffffff; +} \ No newline at end of file diff --git a/public/contactUs.html b/public/contactUs.html index 1488aa0..2960a89 100644 --- a/public/contactUs.html +++ b/public/contactUs.html @@ -92,10 +92,10 @@

Contact Us