Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| caa9b80e04 | |||
| 354715a986 | |||
| 50d1654b71 | |||
| 6946cc1590 | |||
| 16a9b8ccd1 |
@@ -11,7 +11,7 @@ import TeamCardTen from "@/components/sections/team/TeamCardTen";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Mail, Zap, Linkedin } from "lucide-react";
|
||||
import { Mail, Zap, Linkedin, Github } from "lucide-react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -45,7 +45,7 @@ export default function Page() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Yogesh Sharma"
|
||||
description="DevOps Engineer | Cloud Automation Specialist. Building scalable infrastructure, automated pipelines, and resilient cloud systems that power modern applications."
|
||||
description="5+ years scaling production systems | Reduced deployment time by 70%. DevOps Engineer specializing in cloud automation, building scalable Kubernetes infrastructure, automated CI/CD pipelines, and resilient systems that power enterprise applications."
|
||||
tag="DevOps Control Center"
|
||||
tagIcon={Zap}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-dynamic-devops-control-center-dashboar-1773383127704-84e13961.png?_wi=1"
|
||||
@@ -54,7 +54,7 @@ export default function Page() {
|
||||
showDimOverlay={false}
|
||||
buttons={[
|
||||
{ text: "View Projects", href: "#projects" },
|
||||
{ text: "Download Resume", href: "https://example.com/resume" }
|
||||
{ text: "View My GitHub", href: "https://github.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user