Skip to content

Commit 9f56cbb

Browse files
Brand-name, Navbar, Glass-Nav, and mobile view updated
All pages SEO are restructured Signed-off-by: vimal-java-dev <vimal929@gmail.com>
1 parent 434735a commit 9f56cbb

8 files changed

Lines changed: 261 additions & 189 deletions

File tree

aboutUs/index.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,55 @@
5858
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
5959
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
6060

61+
<script type="application/ld+json">
62+
{
63+
"@context": "https://schema.org",
64+
"@graph": [
65+
{
66+
"@type": "AboutPage",
67+
"@id": "https://vimaltech.dev/aboutUs/#webpage",
68+
"url": "https://vimaltech.dev/aboutUs",
69+
"name": "About Vimal Tech | Software & Backend Engineering",
70+
"description": "Learn about Vimal Tech, an MSME-registered software development firm in Valsad, Gujarat, specializing in Java backend architecture, cloud systems, and scalable digital solutions.",
71+
"publisher": {
72+
"@id": "https://vimaltech.dev/#organization"
73+
}
74+
},
75+
{
76+
"@type": "Organization",
77+
"@id": "https://vimaltech.dev/#organization",
78+
"name": "Vimal Tech",
79+
"url": "https://vimaltech.dev",
80+
"logo": "https://vimaltech.dev/images/logo-white.png",
81+
"founder": {
82+
"@type": "Person",
83+
"@id": "https://vimaltech.dev/#person",
84+
"name": "Vimal Patel"
85+
},
86+
"identifier": [
87+
{
88+
"@type": "PropertyValue",
89+
"name": "MSME Udyam Registration Number",
90+
"value": "UDYAM-GJ-25-0089795"
91+
}
92+
],
93+
"address": {
94+
"@type": "PostalAddress",
95+
"addressLocality": "Valsad",
96+
"addressRegion": "Gujarat",
97+
"addressCountry": "IN"
98+
},
99+
"sameAs": [
100+
"https://www.linkedin.com/in/vimaltech",
101+
"https://github.com/vimal-tech-dev",
102+
"https://x.com/vimal_tech_dev",
103+
"https://www.facebook.com/vimaltech.dev/"
104+
]
105+
}
106+
]
107+
}
108+
</script>
109+
61110
<!-- Inter -->
62111
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
63112
<!-- Outfit -->

contactUs/index.html

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta charset="UTF-8">
1515
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1616

17-
<title>Vimal Tech |Contact - Software Development Services</title>
17+
<title>Vimal Tech | Contact - Software Development Services</title>
1818
<meta name="description"
1919
content="Get in touch with Vimal Tech. We are an MSME-registered software development studio in Valsad, Gujarat, offering Java backend, API, and full-stack solutions.">
2020
<meta name="keywords"
@@ -44,7 +44,7 @@
4444
<meta property="og:description"
4545
content="Reach out to Vimal Patel for Java backend development, enterprise systems, and scalable architecture consulting.">
4646
<meta property="og:type" content="website">
47-
<meta property="og:url" content="https://vimaltech.dev/contact">
47+
<meta property="og:url" content="https://vimaltech.dev/contactUs">
4848
<meta property="og:image" content="https://vimaltech.dev/images/logo-white.png">
4949

5050
<!-- Twitter Card -->
@@ -58,6 +58,42 @@
5858
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
5959
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
6060

61+
<script type="application/ld+json">
62+
{
63+
"@context": "https://schema.org",
64+
"@graph": [
65+
{
66+
"@type": "ContactPage",
67+
"@id": "https://vimaltech.dev/contactUs/#webpage",
68+
"url": "https://vimaltech.dev/contactUs",
69+
"name": "Contact Vimal Tech | Software Development Services",
70+
"description": "Get in touch with Vimal Tech. We are an MSME-registered software development studio in Valsad, Gujarat."
71+
},
72+
{
73+
"@type": "Person",
74+
"@id": "https://vimaltech.dev/#person",
75+
"name": "Vimal Patel",
76+
"url": "https://vimaltech.dev",
77+
"email": "vimal.patel@vimaltech.dev",
78+
"telephone": "+91-9638474047",
79+
"jobTitle": "Java Backend Developer",
80+
"address": {
81+
"@type": "PostalAddress",
82+
"addressLocality": "Valsad",
83+
"addressRegion": "Gujarat",
84+
"postalCode": "396001",
85+
"addressCountry": "IN"
86+
},
87+
"sameAs": [
88+
"https://github.com/vimal-tech-dev",
89+
"https://www.linkedin.com/in/vimaltech",
90+
"https://x.com/vimal_tech_dev"
91+
]
92+
}
93+
]
94+
}
95+
</script>
96+
6197
<!-- Inter -->
6298
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
6399
<!-- Outfit -->
@@ -80,30 +116,6 @@
80116
rel="stylesheet">
81117

82118
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
83-
84-
<script type="application/ld+json">
85-
{
86-
"@context": "https://schema.org",
87-
"@type": "Person",
88-
"name": "Vimal Patel",
89-
"url": "https://vimaltech.dev",
90-
"email": "mailto:vimal.patel@vimaltech.dev",
91-
"telephone": "+919638474047",
92-
"jobTitle": "Java Backend Developer",
93-
"address": {
94-
"@type": "PostalAddress",
95-
"addressLocality": "Valsad",
96-
"addressRegion": "Gujarat",
97-
"postalCode": "396001",
98-
"addressCountry": "India"
99-
},
100-
"sameAs": [
101-
"https://github.com/vimal-tech-dev",
102-
"https://www.linkedin.com/in/vimaltech",
103-
"https://x.com/vimal_tech_dev"
104-
]
105-
}
106-
</script>
107119
</head>
108120

109121
<body>

css/dropdown.css

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
}
8686

8787
.dropdown-menu li a:hover {
88-
color: #ff9800 !important;
88+
color: var(--color-primary) !important;
8989
transform: translateX(5px);
9090
/* Slide right on hover */
9191
}
@@ -111,7 +111,7 @@
111111
position: static;
112112
/* Prevents overlap */
113113
/* background: #333; */
114-
background: transparent;
114+
/* background: transparent; */
115115
border: none;
116116
display: none;
117117
/* Handled by mobile JS */
@@ -122,10 +122,10 @@
122122
max-height: 0;
123123
transition: max-height 0.3s ease;
124124

125-
/* background: rgba(30, 41, 59, 0.85); */
125+
background: rgba(30, 41, 59, 0.85);
126126
/* order work for this BG */
127127

128-
box-shadow: 0 8px 32px rgba(255, 255, 255, 0.5);
128+
box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);
129129
border: 1px solid rgba(255, 255, 255, 0.2);
130130
backdrop-filter: blur(10px);
131131
will-change: max-height;
@@ -134,19 +134,21 @@
134134
body.dark .dropdown-menu {
135135
background: rgba(15, 23, 42, 0.85);
136136
/* order work for this BG */
137-
box-shadow: 0 8px 32px rgba(255, 255, 255, 0.5);
137+
box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2);
138+
border: 1px solid rgba(255, 255, 255, 0.2);
139+
backdrop-filter: blur(10px);
140+
will-change: max-height;
138141
}
139-
142+
140143
nav.scrolled .dropdown-menu {
141-
background: rgba(30, 41, 59, 0.85);
142144
/* order work for this BG */
143145
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
144146
}
145147

146148
body.dark nav.scrolled .dropdown-menu {
147149
background: rgba(15, 23, 42, 0.85);
148150
/* order work for this BG */
149-
box-shadow: 0 8px 12px rgba(255, 255, 255, 0.5);
151+
box-shadow: 0 8px 12px rgba(255, 255, 255, 0.2);
150152
}
151153

152154
.dropdown.open .dropdown-menu {

0 commit comments

Comments
 (0)