Skip to content

Commit 7855431

Browse files
committed
feat: Enhance About, Contact, and Projects pages with improved skill truncation, project merging, and settings handling
- Added skill truncation logic in About page to handle overflow and display tooltips for truncated skills. - Refactored Contact page to streamline URL placeholder replacements for quick actions. - Updated Projects page to utilize a new hook for merging GitHub repositories with static projects, simplifying project data handling. - Removed redundant settings fetching in ProjectsStatic page, now relying on merged projects from the new hook. - Adjusted Vite configuration to watch settings files for changes and enable hot module replacement. Signed-off-by: VKrishna04 <75069043+VKrishna04@users.noreply.github.com>
1 parent 04e2e97 commit 7855431

21 files changed

+1181
-836
lines changed

docs/FOOTER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
** © 2025 Krishna GSVV **
3+
** © Krishna GSVV **
44
Portfolio: [VKrishna04.me](https://vkrishna04.me)
55
GitHub: [VKrishna04](https://github.com/VKrishna04)
66
Org: [Life Experimentalists](https://github.com/orgs/Life-Experimentalists/repositories)

docs/HOME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Welcome to the official documentation and knowledge base for [VKrishna04.me](htt
6464

6565
```markdown
6666
---
67-
**© 2025 Krishna GSVV**
67+
**© Krishna GSVV**
6868
Portfolio: [VKrishna04.me](https://vkrishna04.me)
6969
GitHub: [VKrishna04](https://github.com/VKrishna04)
7070
Org: [Life Experimentalists](https://github.com/orgs/Life-Experimentalists/repositories)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Welcome to the documentation for Krishna GSVV's portfolio project! This director
5959
6060
```markdown
6161
---
62-
**© 2025 Krishna GSVV**
62+
**© Krishna GSVV**
6363
Portfolio: [VKrishna04.me](https://vkrishna04.me)
6464
GitHub: [VKrishna04](https://github.com/VKrishna04)
6565
Org: [Life Experimentalists](https://github.com/orgs/Life-Experimentalists/repositories)

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66

77
<!-- SEO Meta Tags -->
8-
<meta name="description" content="Krishna GSVV - Full Stack Developer & AI Researcher. Expert in React, Python, Machine Learning. Winner of ₹3.75L+ in hackathons. Open source contributor with 15+ projects." />
8+
<meta name="description" content="Krishna GSVV - Developer. Expert in React, Python, Machine Learning. Winner of ₹3.75L+ in hackathons. Open source contributor with 15+ projects." />
99
<meta name="keywords" content="Krishna GSVV, VKrishna04, Full Stack Developer, AI Researcher, React Developer, Python, Machine Learning, Open Source, Portfolio, Web Developer, Bengaluru" />
1010
<meta name="author" content="Krishna GSVV" />
1111
<meta name="robots" content="index, follow" />
@@ -14,7 +14,7 @@
1414
<!-- Open Graph / Facebook -->
1515
<meta property="og:type" content="website" />
1616
<meta property="og:url" content="https://vkrishna04.me/" />
17-
<meta property="og:title" content="Krishna GSVV - Full Stack Developer & AI Researcher" />
17+
<meta property="og:title" content="Krishna GSVV - Developer" />
1818
<meta property="og:description" content="Passionate developer specializing in React, Python, and AI. Hackathon winner with ₹3.75L+ prize money. Building innovative solutions with 15+ open source projects." />
1919
<meta property="og:image" content="https://github.com/VKrishna04.png" />
2020
<meta property="og:image:width" content="1200" />
@@ -24,7 +24,7 @@
2424
<!-- Twitter -->
2525
<meta property="twitter:card" content="summary_large_image" />
2626
<meta property="twitter:url" content="https://vkrishna04.me/" />
27-
<meta property="twitter:title" content="Krishna GSVV - Full Stack Developer & AI Researcher" />
27+
<meta property="twitter:title" content="Krishna GSVV - Developer" />
2828
<meta property="twitter:description" content="Passionate developer specializing in React, Python, and AI. Hackathon winner with ₹3.75L+ prize money. Building innovative solutions with 15+ open source projects." />
2929
<meta property="twitter:image" content="https://github.com/VKrishna04.png" />
3030
<meta property="twitter:creator" content="@VKrishna04" />
@@ -55,7 +55,7 @@
5555
"@type": "Person",
5656
"name": "Krishna GSVV",
5757
"alternateName": "VKrishna04",
58-
"description": "Full Stack Developer & AI Researcher",
58+
"description": "Developer",
5959
"url": "https://vkrishna04.me",
6060
"image": "https://github.com/VKrishna04.png",
6161
"jobTitle": "Full Stack Developer",
@@ -88,7 +88,7 @@
8888
<meta name="darkreader-lock" />
8989
<meta name="darkreader-mode" content="disabled" />
9090

91-
<title>Krishna GSVV - Full Stack Developer & AI Researcher | Portfolio</title>
91+
<title>Krishna GSVV - Developer | Portfolio</title>
9292

9393
<!-- Start Single Page Apps for GitHub Pages -->
9494
<script type="text/javascript">

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "vkrishna04.github.io",
3-
"version": "1.4.0",
2+
"name": "vkrishna04.me",
3+
"version": "1.5.0",
44
"type": "module",
55
"homepage": "https://vkrishna04.me",
66
"description": "Personal portfolio website showcasing skills, projects, and experiences.",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Krishna GSVV - Portfolio",
33
"short_name": "Krishna Portfolio",
4-
"description": "Personal portfolio website of Krishna GSVV - Full Stack Developer & AI Researcher",
4+
"description": "Personal portfolio website of Krishna GSVV - Developer",
55
"start_url": "/",
66
"display": "standalone",
77
"background_color": "#0a0a0a",

0 commit comments

Comments
 (0)