From 12ebddd62b9485f076c6459d52aacbf2d04aa08a Mon Sep 17 00:00:00 2001 From: vimaltech-dev Date: Sat, 22 Aug 2026 06:32:07 +0530 Subject: [PATCH] More Info Footer frame page and link Signed-off-by: vimaltech-dev --- README.md | 6 +- aboutUs/index.html | 23 ++- contactUs/index.html | 23 ++- cookies-policy/index.html | 211 ++++++++++++++++++++++++++ css/blogger.css | 1 - css/more-info.css | 92 ++++++++++++ expertise/index.html | 22 ++- faqs/index.html | 123 +++++++++++++++ index.html | 139 ++++++++--------- portfolio/index.html | 22 ++- privacy-policy/index.html | 255 ++++++++++++++++++++++++++++++++ services/index.html | 29 ++-- sitemap.xml | 4 +- terms-and-conditions/index.html | 234 +++++++++++++++++++++++++++++ 14 files changed, 1031 insertions(+), 153 deletions(-) create mode 100644 cookies-policy/index.html create mode 100644 css/more-info.css create mode 100644 faqs/index.html create mode 100644 privacy-policy/index.html create mode 100644 terms-and-conditions/index.html diff --git a/README.md b/README.md index 9cb9c73..36d44dd 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ This project follows several frontend development best practices including: # 🤝 Contributing -Contributions are welcome. +I do contribute with a feature branch as below. 1. Fork the repository. @@ -325,13 +325,13 @@ git checkout -b feature/new-feature 3. Commit your changes. ```bash -git commit -S -m "Add new feature" +git commit -S -s -m "Add new feature" ``` 4. Push your branch. ```bash -git push origin feature/new-feature +git push -u origin feature/new-feature ``` 5. Open a Pull Request. diff --git a/aboutUs/index.html b/aboutUs/index.html index 40a9614..d39a872 100644 --- a/aboutUs/index.html +++ b/aboutUs/index.html @@ -47,15 +47,17 @@ content="Discover how Vimal Tech builds the digital backbone of modern businesses with robust backend architectures and intuitive web experiences."> - + - + + + @@ -351,7 +353,7 @@

Follow me on social media:

diff --git a/contactUs/index.html b/contactUs/index.html index 4fcc5b2..4d8d44a 100644 --- a/contactUs/index.html +++ b/contactUs/index.html @@ -46,15 +46,17 @@ content="Reach out to Vimal Patel for Java backend development, enterprise systems, and scalable architecture consulting."> - + - + + + @@ -381,7 +383,7 @@

Follow me on social media:

diff --git a/cookies-policy/index.html b/cookies-policy/index.html new file mode 100644 index 0000000..4747bdb --- /dev/null +++ b/cookies-policy/index.html @@ -0,0 +1,211 @@ + + + + + + + + Cookie Policy | Vimal Tech + + + + + + + + + + + + + + +
+
+ +
+

Cookie Policy

+

+ Last Updated: August 22, 2026 +

+
+ +

+ This Cookie Policy explains how vimaltech.dev + uses cookies and similar technologies. +

+ +
+

1. What Are Cookies?

+ +

+ Cookies are small text files that websites may store on your + device through your web browser. +

+ +

They can be used to:

+ +
    +
  • Remember information
  • +
  • Understand how visitors use a website
  • +
  • Measure website traffic
  • +
  • Improve website functionality and user experience
  • +
+
+ +
+

2. How This Website Uses Cookies

+ +

+ VIMALTECH uses cookies primarily for + website analytics. +

+ +

+ Google Analytics is used to understand how visitors interact + with the website and to help improve website content, + performance, and user experience. +

+
+ +
+

3. Google Analytics Cookies

+ +

+ This website uses Google Analytics cookies to help understand how + visitors interact with the website and to measure website usage. +

+ + + +

+ These cookies are associated with the Google Analytics measurement ID: + G-3G79ZS5DSS. +

+
+ +
+

4. Analytics Information

+ +

+ Google Analytics may collect information related to website + usage, such as: +

+ +
    +
  • Pages viewed
  • +
  • Website interactions
  • +
  • Device information
  • +
  • Browser information
  • +
  • Approximate location information
  • +
  • Referring sources
  • +
  • Visit timing and related analytics information
  • +
+ +

+ Analytics data helps understand how visitors use the website + and identify opportunities to improve it. +

+
+ +
+

5. Managing Cookies

+ +

+ You can manage or delete cookies through your web browser + settings. +

+ +

Most browsers allow you to:

+ +
    +
  • View stored cookies
  • +
  • Delete existing cookies
  • +
  • Block cookies
  • +
  • Allow cookies only from selected websites
  • +
  • Configure privacy settings
  • +
+ +

+ Blocking or deleting cookies may affect certain website + functionality or prevent analytics from recording your visit. +

+
+ +
+

6. Third-Party Services

+ +

+ Google Analytics is a third-party analytics service provided + by Google. +

+ +

+ Google may process information collected through its services + according to its applicable policies and terms. +

+
+ +
+

7. Changes to This Cookie Policy

+ +

+ This Cookie Policy may be updated if the website's analytics + configuration, cookies, or tracking technologies change. +

+ +

+ Any updates will be published on this page with a revised + Last Updated date. +

+
+ +
+

8. Contact

+ +

+ If you have questions about this Cookie Policy, please use the + Contact page. +

+
+ +
+
+ + + + \ No newline at end of file diff --git a/css/blogger.css b/css/blogger.css index 8c7c233..cf4f9c6 100644 --- a/css/blogger.css +++ b/css/blogger.css @@ -67,7 +67,6 @@ box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); } - /* ========================================================= CATEGORY HEADER ========================================================= */ diff --git a/css/more-info.css b/css/more-info.css new file mode 100644 index 0000000..3c46821 --- /dev/null +++ b/css/more-info.css @@ -0,0 +1,92 @@ +.body { + background: rgba(172, 3, 3, 0.075); + max-width: 800px; + margin: 0 auto; + padding: 20px; + font-family: Arial, sans-serif; + line-height: 1.6; +} + +.body:hover { + transform: translateY(-5px); + border-color: rgba(128, 128, 128, 0.45); + box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); +} + +.main-content { + min-width: 0; + padding: 28px; + border: 1px solid rgba(128, 128, 128, 0.25); + border-radius: 14px; + background: rgba(172, 3, 3, 0.04); + box-sizing: border-box; + + transition: + transform 0.3s ease, + box-shadow 0.3s ease, + border-color 0.3s ease; +} + +/* Styles for the cookie table */ +.cookie-table-wrapper { + width: 100%; + overflow-x: auto; + margin: 1.5rem 0; + -webkit-overflow-scrolling: touch; +} + +.cookie-table { + width: 100%; + border-collapse: collapse; + table-layout: fixed; +} + +.cookie-table th, +.cookie-table td { + padding: 1rem; + text-align: left; + vertical-align: top; + border: 1px solid #e5e7eb; + + /* Allow long words such as cookie names to wrap */ + overflow-wrap: anywhere; + word-break: break-word; +} + +.cookie-table th { + font-weight: 600; +} + +.cookie-table th:nth-child(1), +.cookie-table td:nth-child(1) { + width: 18%; +} + +.cookie-table th:nth-child(2), +.cookie-table td:nth-child(2) { + width: 18%; +} + +.cookie-table th:nth-child(3), +.cookie-table td:nth-child(3) { + width: 46%; +} + +.cookie-table th:nth-child(4), +.cookie-table td:nth-child(4) { + width: 18%; +} + +.cookie-table code { + overflow-wrap: anywhere; + word-break: break-word; +} + +/* Mobile */ +@media (max-width: 768px) { + .cookie-table th, + .cookie-table td { + padding: 0.75rem; + font-size: 0.9rem; + } +} \ No newline at end of file diff --git a/expertise/index.html b/expertise/index.html index 9367dab..7af4344 100644 --- a/expertise/index.html +++ b/expertise/index.html @@ -52,16 +52,17 @@ content="Discover the technical stack and projects of Vimal Patel – backend development with Java, Spring Boot, Docker, AWS and modern web frameworks."> - + - + + @@ -496,7 +497,7 @@

Follow me on social media:

diff --git a/faqs/index.html b/faqs/index.html new file mode 100644 index 0000000..89872f0 --- /dev/null +++ b/faqs/index.html @@ -0,0 +1,123 @@ + + + + + + + + Vimal Tech | FAQs + + + + + + + + + + + + + + +
+
+ +
+

FAQs

+

Frequently Asked Questions

+
+ +
+

Who is Vimal?

+

+ I am a Java Developer focused on building scalable backend + applications and modern web solutions. +

+
+ +
+

What technologies do you work with?

+

+ I work with technologies including Java, Spring Boot, + Spring Framework, PostgreSQL, React, Angular, Vue.js, + and related tools and technologies. +

+
+ +
+

What services do you provide?

+

+ I provide software development services including backend + development, frontend development, REST API development, + database integration, and web application development. +

+
+ +
+

Do you work on freelance or project-based work?

+

+ For freelance, project-based, or collaboration inquiries, + please use the + Contact page. +

+
+ +
+

Where can I see your projects?

+

+ You can explore selected projects through the + Projects section of this website. +

+
+ +
+

Can I contact you about a project?

+

+ Yes. If you have a project, collaboration opportunity, + or technical inquiry, you can contact me through the + Contact page. +

+
+ +
+

Do you work with open-source projects?

+

+ Yes. Selected open-source projects and contributions may + be available through my GitHub profile. +

+
+ +
+

Do you provide backend development?

+

+ Yes. Backend development is one of my primary areas of + focus, particularly Java, Spring Boot, REST APIs, + PostgreSQL, and scalable application architecture. +

+
+ +
+

Do you provide frontend development?

+

+ Yes. I also work with modern frontend technologies + including React, Angular, Vue.js, Tailwind CSS, + and related tools. +

+
+ +
+

How can I contact you?

+

+ Please visit the + Contact page and submit your inquiry. +

+
+ +
+
+ + + + \ No newline at end of file diff --git a/index.html b/index.html index f75b2a2..519e706 100644 --- a/index.html +++ b/index.html @@ -51,17 +51,18 @@ content="Explore Java backend projects, Spring Boot applications, and enterprise backend systems built by Vimal Patel."> - + - + + @@ -372,89 +373,74 @@

☕ Chai Café App

-
+
-
-

LATEST BLOG POSTS

-

Explore the latest insights, ideas, and technical articles from Vimal Tech.

-
+
+

LATEST BLOG POSTS

+

Explore the latest insights, ideas, and technical articles from Vimal Tech.

+
+ +
-
+ +
+
+
+ TECHNICAL JOURNEYS +

Technical Journeys

+
- - -
-
Loading latest posts...
-
-
+ +
+
+
+ SYSTEM DESIGN +

System Design

+
- - -
-
Loading latest posts...
-
-
+ +
+
+
+ DATA STRUCTURES & ALGORITHMS +

Data Structures & Algorithms

+
- - +
+
Loading latest posts...
+
+
-
+
-
+
@@ -532,14 +518,14 @@

Follow me on social media:

diff --git a/portfolio/index.html b/portfolio/index.html index 322c90e..d574fca 100644 --- a/portfolio/index.html +++ b/portfolio/index.html @@ -48,16 +48,17 @@ content="Discover the technical stack and projects of Vimal Patel – backend development with Java, Spring Boot, Docker, AWS and modern web frameworks."> - + - + + @@ -475,14 +476,14 @@

Follow me on social media:

diff --git a/privacy-policy/index.html b/privacy-policy/index.html new file mode 100644 index 0000000..154151f --- /dev/null +++ b/privacy-policy/index.html @@ -0,0 +1,255 @@ + + + + + + + + Privacy Policy | Vimal Tech + + + + + + + + + + + + + + +
+
+ +
+

Privacy Policy

+

+ Last Updated: August 22, 2026 +

+
+ +

+ VIMALTECH respects your privacy and is committed to protecting + information provided through this website. +

+ +

+ This Privacy Policy explains what information may be collected + when you use vimaltech.dev, how that information + may be used, and how third-party services may process information. +

+ +
+

1. Information You Provide

+ +

+ When you voluntarily use the contact form or contact me through + this website, you may provide information such as: +

+ +
    +
  • Your name
  • +
  • Your email address
  • +
  • Your message
  • +
  • Other information that you voluntarily include in your inquiry
  • +
+ +

+ This information is used primarily to respond to your inquiry + and communicate with you. +

+
+ +
+

2. How Information Is Used

+ +

+ Information provided through this website may be used to: +

+ +
    +
  • Respond to inquiries
  • +
  • Communicate regarding projects or services
  • +
  • Provide requested information
  • +
  • Improve website functionality and content
  • +
  • Maintain and operate the website
  • +
+
+ +
+

3. Analytics

+ +

+ This website uses Google Analytics to understand + how visitors interact with the website and to help improve its + content, performance, and user experience. +

+ +

+ Google Analytics may collect information such as: +

+ +
    +
  • Pages visited
  • +
  • Approximate location information
  • +
  • Device and browser information
  • +
  • Referring websites
  • +
  • Website interaction data
  • +
  • Date and time of visits
  • +
+ +

+ The Google Analytics property used by this website is associated + with the measurement ID: +

+ +

+ G-3G79ZS5DSS +

+
+ +
+

4. Cookies

+ +

+ Google Analytics uses cookies and similar technologies to help + measure website usage. +

+ +

+ This website currently uses Google Analytics cookies, including: +

+ +
    +
  • _ga
  • +
  • _ga_3G79ZS5DSS
  • +
+ +

+ For more information about these cookies, please see the + Cookie Policy. +

+
+ +
+

5. Third-Party Services

+ +

+ This website may use third-party services for purposes such as: +

+ +
    +
  • Website analytics
  • +
  • Hosting
  • +
  • Communication
  • +
  • Website functionality
  • +
+ +

+ Third-party services may process information according to + their own privacy policies and terms. +

+
+ +
+

6. External Links

+ +

+ This website may contain links to third-party websites and + services, such as GitHub, LinkedIn, or other external platforms. +

+ +

+ VIMALTECH is not responsible for the privacy practices, + content, security, or policies of external websites. +

+ +

+ You should review the privacy policies of third-party websites + when visiting them. +

+
+ +
+

7. Data Security

+ +

+ Reasonable measures are taken to protect information submitted + through this website. +

+ +

+ However, no method of transmission over the internet or + electronic storage can be guaranteed to be completely secure. +

+
+ +
+

8. Data Retention

+ +

+ Information submitted through the website is retained only for + as long as reasonably necessary for its intended purpose, such + as responding to inquiries and maintaining relevant records. +

+ +

+ Analytics data may be retained by Google Analytics according + to the settings and policies applicable to the Google Analytics + property. +

+
+ +
+

9. Your Choices

+ +

+ You can choose not to provide personal information through + the contact form. +

+ +

+ You can also manage or delete cookies through your browser + settings. +

+ +

+ Disabling cookies may affect certain website functionality + or analytics. +

+
+ +
+

10. Changes to This Privacy Policy

+ +

+ This Privacy Policy may be updated from time to time to reflect + changes to the website, services, analytics configuration, + or data practices. +

+ +

+ Any updates will be published on this page with a revised + Last Updated date. +

+
+ +
+

11. Contact

+ +

+ If you have questions about this Privacy Policy or how + information is handled on this website, please use the + Contact page. +

+
+ +
+
+ + + + \ No newline at end of file diff --git a/services/index.html b/services/index.html index 5437373..d1d1d1f 100644 --- a/services/index.html +++ b/services/index.html @@ -46,16 +46,17 @@ - + - + + @@ -243,7 +244,8 @@

Our Professional Services Software Architect, build scalable, secure, and high-performance software systems — from backend architecture to - cloud-ready Software Deployment Strategies. + cloud-ready with + Software Deployment Strategies.

Explore Services @@ -445,8 +447,8 @@

Consulting

-

Live Websites & Systems

-

Check out some of the systems currently running in production.

+

Live UI Frameworks

+

Check out some of the UI frameworks currently running in production.

@@ -601,7 +603,7 @@

Follow me on social media:

diff --git a/sitemap.xml b/sitemap.xml index d179c9f..b8b1cdf 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -50,9 +50,9 @@ 0.7 - + - https://vimaltech.dev/faq + https://vimaltech.dev/faqs 2026-08-06 yearly 0.5 diff --git a/terms-and-conditions/index.html b/terms-and-conditions/index.html new file mode 100644 index 0000000..4354a2c --- /dev/null +++ b/terms-and-conditions/index.html @@ -0,0 +1,234 @@ + + + + + + + + Terms & Conditions | Vimal Tech + + + + + + + + + + + + + + +
+
+ +
+

Terms & Conditions

+

+ Last Updated: August 22, 2026 +

+
+ +

+ By accessing and using vimaltech.dev, you agree + to use the website responsibly and for lawful purposes. +

+ +

+ These Terms & Conditions describe the general terms governing + your use of this website. +

+ +
+

1. Website Use

+ +

+ You may access and use this website for lawful purposes. +

+ +

You must not use the website in a way that:

+ +
    +
  • Violates applicable laws or regulations
  • +
  • Attempts to gain unauthorized access to the website or its systems
  • +
  • Interferes with the operation or security of the website
  • +
  • Misuses or reproduces website content without appropriate permission
  • +
+
+ +
+

2. Website Content

+ +

+ The content published on this website is provided primarily + for informational and portfolio purposes. +

+ +

+ Reasonable efforts are made to keep the information accurate + and up to date. However, information may change over time and + no guarantee is made that all content will always be complete, + accurate, or current. +

+
+ +
+

3. Intellectual Property

+ +

+ Unless otherwise stated, original content published on this + website may include: +

+ +
    +
  • Text
  • +
  • Graphics
  • +
  • Branding
  • +
  • Logo
  • +
  • Website design
  • +
  • Images
  • +
  • Project descriptions
  • +
  • Other original materials
  • +
+ +

+ Such content may be protected by applicable intellectual-property + laws. +

+ +

+ You may not reproduce, redistribute, modify, or commercially + use protected content without appropriate authorization. +

+ +

+ Third-party libraries, frameworks, logos, trademarks, and other + materials remain the property of their respective owners. +

+
+ +
+

4. Portfolio Projects

+ +

+ Projects displayed on this website are presented for portfolio + and informational purposes. +

+ +

+ Project descriptions, technologies, screenshots, and other + project information may represent work completed individually, + collaboratively, professionally, academically, or as + open-source contributions. +

+ +

+ Third-party trademarks and project names belong to their + respective owners. +

+
+ +
+

5. External Links

+ +

+ This website may contain links to external websites and services. +

+ +

+ External links are provided for convenience and additional + information. +

+ +

+ VIMALTECH does not control external websites and is not + responsible for their: +

+ +
    +
  • Content
  • +
  • Availability
  • +
  • Security
  • +
  • Privacy practices
  • +
  • Terms and conditions
  • +
+
+ +
+

6. Website Availability

+ +

+ Reasonable efforts are made to keep this website available. +

+ +

+ However, uninterrupted availability cannot be guaranteed. +

+ +

+ The website may temporarily become unavailable because of: +

+ +
    +
  • Maintenance
  • +
  • Updates
  • +
  • Hosting issues
  • +
  • Technical problems
  • +
  • Network problems
  • +
  • Other circumstances beyond reasonable control
  • +
+
+ +
+

7. No Professional Advice

+ +

+ Information published on this website is provided for general + informational purposes and should not be considered professional, + legal, financial, or other specialized advice unless explicitly + stated otherwise. +

+
+ +
+

8. Limitation of Liability

+ +

+ To the extent permitted by applicable law, VIMALTECH shall not + be responsible for losses or damages arising from the use of, + or inability to use, this website or information provided + through it. +

+
+ +
+

9. Changes to These Terms

+ +

+ These Terms & Conditions may be updated from time to time. +

+ +

+ Changes will be published on this page with a revised + Last Updated date. +

+
+ +
+

10. Contact

+ +

+ If you have questions about these Terms & Conditions, + please use the + Contact page. +

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