Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CV #3

Merged
merged 1 commit into from
Feb 20, 2024
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
28 changes: 14 additions & 14 deletions cv.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"basics": {
"name": "Himanshu Jain",
"label": "Full-Stack developer with more than 15 years of experience & development content creator",
"label": "Cloud Engineer and Backend Developer",
"image": "/me.webp",
"email": "miduga@gmail.com",
"phone": "+34 688888888",
"url": "https://midu.dev",
"summary": "+15 years of experience as a web developer. Currently I am a content creator and development dommunicator. I live in Barcelona, Spain. I have worked in different environments: from accelerating the development of start-ups to leading teams in multinational companies.",
"email": "nhimanshujain@gmail.com",
"phone": "",
"url": "https://himanshujain.dev",
"summary": "+2 years of experience as a software developer. Currently I am working as Platform Engineer and have hands-on experience designing and building systems through automation and structured code. I have bachelor's degree in Computer Science from PES Univeristy with Specilization in AI/ML.",
"location": {
"address": "",
"postalCode": "08820",
"city": "el Prat de Llobregat",
"countryCode": "ES",
"region": "Spain"
"city": "Bangalore",
"countryCode": "IN",
"region": "India"
},
"profiles": [
{
"network": "LinkedIn",
"username": "midudev",
"url": "https://linkedin.com/in/midudev"
"username": "nhimanshujain",
"url": "https://www.linkedin.com/in/nhimanshujain"
},
{
"network": "X",
"username": "midudev",
"url": "https://x.com/midudev"
"username": "5to9coder",
"url": "https://x.com/5to9coder"
},
{
"network": "GitHub",
"username": "midudev",
"url": "https://github.com/midudev"
"username": "nhimanshujain",
"url": "https://github.com/nhimanshujain"
}
]
},
Expand Down
Binary file modified public/me.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/sections/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const printInfo = [email, phone, linkedUrl].filter(Boolean).join(" • ")
</footer>
</div>
<figure>
<img src={image} alt={name} />
<img src={image} alt={name} style="width: 135px; height: 135px;"/>
</figure>
</div>
</Section>
Expand Down
Loading