Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand Down
23 changes: 10 additions & 13 deletions aboutUs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,17 @@
content="Discover how Vimal Tech builds the digital backbone of modern businesses with robust backend architectures and intuitive web experiences.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://vimaltech.dev/aboutUs">
<meta property="og:image" content="https://vimaltech.dev/images/logo-white.png">
<meta property="og:image" content="https://vimaltech.dev/images/logo-black.png">

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="About Vimal Patel | Vimal Tech">
<meta name="twitter:description"
content="Learn about the developer behind Vimal Tech and the philosophy behind scalable software engineering.">
<meta name="twitter:image" content="https://vimaltech.dev/images/logo-white.png">
<meta name="twitter:image" content="https://vimaltech.dev/images/logo-black.png">

<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
Expand Down Expand Up @@ -351,15 +353,15 @@ <h3>
<div class="brand-divider"></div>
<p>Follow me on social media:</p>
<div class="footer-social">
<a href="https://github.com/vimal-tech-dev" target="_blank" rel="noopener"
<a href="https://github.com/vimaltech-dev" target="_blank" rel="noopener"
aria-label="Vimal Tech GitHub">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/vimaltech/" target="_blank" rel="noopener"
aria-label="Vimal Tech LinkedIn">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://x.com/vimal_tech_dev/" target="_blank" rel="noopener" aria-label="Vimal Tech X">
<a href="https://x.com/vimaltech_dev/" target="_blank" rel="noopener" aria-label="Vimal Tech X">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://www.instagram.com/vimaltech/" target="_blank" rel="noopener"
Expand Down Expand Up @@ -455,30 +457,25 @@ <h3>
</a>
</li>
<li>
<a href="/faq">
<a href="/faqs" rel="noopener">
FAQs <i class="fas fa-angle-left"></i>
</a>
</li>
<li>
<a href="/privacy-policy">
<a href="/privacy-policy" rel="noopener">
Privacy Policy <i class="fas fa-angle-left"></i>
</a>
</li>
<li>
<a href="/terms-and-conditions">
<a href="/terms-and-conditions" rel="noopener">
Terms & Conditions <i class="fas fa-angle-left"></i>
</a>
</li>
<li>
<a href="/cookies-policy">
<a href="/cookies-policy" rel="noopener">
Cookie Policy <i class="fas fa-angle-left"></i>
</a>
</li>
<li>
<a href="/sitemap.xml" target="_blank" rel="noopener">
Sitemap <i class="fas fa-arrow-up-right-from-square"></i>
</a>
</li>
</ul>
</div>
</div>
Expand Down
23 changes: 10 additions & 13 deletions contactUs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,17 @@
content="Reach out to Vimal Patel for Java backend development, enterprise systems, and scalable architecture consulting.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://vimaltech.dev/contactUs">
<meta property="og:image" content="https://vimaltech.dev/images/logo-white.png">
<meta property="og:image" content="https://vimaltech.dev/images/logo-black.png">

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Contact Vimal Patel | Vimal Tech">
<meta name="twitter:description"
content="Get in touch with Vimal Patel for backend development, Java architecture, and scalable system consulting.">
<meta name="twitter:image" content="https://vimaltech.dev/images/logo-white.png">
<meta name="twitter:image" content="https://vimaltech.dev/images/logo-black.png">

<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
Expand Down Expand Up @@ -381,15 +383,15 @@ <h3>
<div class="brand-divider"></div>
<p>Follow me on social media:</p>
<div class="footer-social">
<a href="https://github.com/vimal-tech-dev" target="_blank" rel="noopener"
<a href="https://github.com/vimaltech-dev" target="_blank" rel="noopener"
aria-label="Vimal Tech GitHub">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/vimaltech/" target="_blank" rel="noopener"
aria-label="Vimal Tech LinkedIn">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://x.com/vimal_tech_dev/" target="_blank" rel="noopener" aria-label="Vimal Tech X">
<a href="https://x.com/vimaltech_dev/" target="_blank" rel="noopener" aria-label="Vimal Tech X">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://www.instagram.com/vimaltech/" target="_blank" rel="noopener"
Expand Down Expand Up @@ -485,30 +487,25 @@ <h3>
</a>
</li>
<li>
<a href="/faq">
<a href="/faqs" rel="noopener">
FAQs <i class="fas fa-angle-left"></i>
</a>
</li>
<li>
<a href="/privacy-policy">
<a href="/privacy-policy" rel="noopener">
Privacy Policy <i class="fas fa-angle-left"></i>
</a>
</li>
<li>
<a href="/terms-and-conditions">
<a href="/terms-and-conditions" rel="noopener">
Terms & Conditions <i class="fas fa-angle-left"></i>
</a>
</li>
<li>
<a href="/cookies-policy">
<a href="/cookies-policy" rel="noopener">
Cookie Policy <i class="fas fa-angle-left"></i>
</a>
</li>
<li>
<a href="/sitemap.xml" target="_blank" rel="noopener">
Sitemap <i class="fas fa-arrow-up-right-from-square"></i>
</a>
</li>
</ul>
</div>
</div>
Expand Down
211 changes: 211 additions & 0 deletions cookies-policy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Cookie Policy | Vimal Tech</title>
<meta name="description" content="Learn how Vimal Tech uses cookies and Google Analytics on vimaltech.dev.">

<link rel="canonical" href="https://vimaltech.dev/cookies-policy">
<link rel="stylesheet" href="/css/more-info.css">

<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
</head>

<body class="body">

<main class="main-content">
<article>

<header>
<h1>Cookie Policy</h1>
<p>
<strong>Last Updated:</strong> August 22, 2026
</p>
</header>

<p>
This Cookie Policy explains how <strong>vimaltech.dev</strong>
uses cookies and similar technologies.
</p>

<section>
<h2>1. What Are Cookies?</h2>

<p>
Cookies are small text files that websites may store on your
device through your web browser.
</p>

<p>They can be used to:</p>

<ul>
<li>Remember information</li>
<li>Understand how visitors use a website</li>
<li>Measure website traffic</li>
<li>Improve website functionality and user experience</li>
</ul>
</section>

<section>
<h2>2. How This Website Uses Cookies</h2>

<p>
VIMALTECH uses cookies primarily for
<strong>website analytics</strong>.
</p>

<p>
Google Analytics is used to understand how visitors interact
with the website and to help improve website content,
performance, and user experience.
</p>
</section>

<section>
<h2>3. Google Analytics Cookies</h2>

<p>
This website uses Google Analytics cookies to help understand how
visitors interact with the website and to measure website usage.
</p>

<div class="cookie-table-wrapper">
<table class="cookie-table">
<thead>
<tr>
<th scope="col">Cookie</th>
<th scope="col">Provider</th>
<th scope="col">Purpose</th>
<th scope="col">Type</th>
</tr>
</thead>

<tbody>
<tr>
<td><code>_ga</code></td>
<td>Google Analytics</td>
<td>
Helps distinguish users and is used to measure and analyze
website usage and visitor interactions.
</td>
<td>Analytics</td>
</tr>

<tr>
<td><code>_ga_3G79ZS5DSS</code></td>
<td>Google Analytics</td>
<td>
Used to maintain analytics-related information and help
measure interactions with the website associated with the
Google Analytics property.
</td>
<td>Analytics</td>
</tr>
</tbody>
</table>
</div>

<p>
These cookies are associated with the Google Analytics measurement ID:
<code>G-3G79ZS5DSS</code>.
</p>
</section>

<section>
<h2>4. Analytics Information</h2>

<p>
Google Analytics may collect information related to website
usage, such as:
</p>

<ul>
<li>Pages viewed</li>
<li>Website interactions</li>
<li>Device information</li>
<li>Browser information</li>
<li>Approximate location information</li>
<li>Referring sources</li>
<li>Visit timing and related analytics information</li>
</ul>

<p>
Analytics data helps understand how visitors use the website
and identify opportunities to improve it.
</p>
</section>

<section>
<h2>5. Managing Cookies</h2>

<p>
You can manage or delete cookies through your web browser
settings.
</p>

<p>Most browsers allow you to:</p>

<ul>
<li>View stored cookies</li>
<li>Delete existing cookies</li>
<li>Block cookies</li>
<li>Allow cookies only from selected websites</li>
<li>Configure privacy settings</li>
</ul>

<p>
Blocking or deleting cookies may affect certain website
functionality or prevent analytics from recording your visit.
</p>
</section>

<section>
<h2>6. Third-Party Services</h2>

<p>
Google Analytics is a third-party analytics service provided
by Google.
</p>

<p>
Google may process information collected through its services
according to its applicable policies and terms.
</p>
</section>

<section>
<h2>7. Changes to This Cookie Policy</h2>

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

<p>
Any updates will be published on this page with a revised
<strong>Last Updated</strong> date.
</p>
</section>

<section>
<h2>8. Contact</h2>

<p>
If you have questions about this Cookie Policy, please use the
<a href="/contactUs/#contactForm">Contact</a> page.
</p>
</section>

</article>
</main>

</body>

</html>
1 change: 0 additions & 1 deletion css/blogger.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}


/* =========================================================
CATEGORY HEADER
========================================================= */
Expand Down
Loading
Loading