Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zcedd committed Nov 7, 2023
1 parent ff1f54a commit 2df0036
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/layouts/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Header = () => {
priority
className="flex-none"
/>
<h2 className="font-bold text-lg">Zced</h2>
<h2 className="font-bold text-lg">Zcedd</h2>
</Link>
</motion.div>

Expand Down
8 changes: 4 additions & 4 deletions components/sections/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ const Hero = () => {
>
{heroData.description}
</motion.p>
{/* <motion.a
<motion.a
variants={fade(0.8, 0.7)}
href="/#projects"
href="/contact"
className="px-12 py-2.5 text-lg rounded-md text-whitePrimary border-[0.1rem] border-primary bg-primary/10 hover:bg-primary/[.05] font-medium transition-colors ease-in-out duration-200"
>
Projects
</motion.a> */}
Contact me!
</motion.a>
<motion.p
variants={fadeIn("right", "tween", 1.5, 1.5)}
className="absolute -bottom-2 -right-2 md:-bottom-6 lg:-bottom-7 lg:right-0 text-8xl md:text-[10rem] font-bold text-watermark select-none"
Expand Down
14 changes: 7 additions & 7 deletions constants/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export const navLinks = [
cName: "nav_item",
url: "/contact",
},
// {
// title: "Resume",
// url: "https://drive.google.com/file/d/1oN1bcOAtKM40I0-ogv43iddCqEDz51n1/view?usp=share_link",
// cName: "cta_resume",
// },
{
title: "Resume",
url: "https://drive.google.com/file/d/1W47GqOQlSZxF2xqSP6FTLE3GbnEtmj8E/view?usp=sharing",
cName: "cta_resume",
},
];

export const emailLink =
Expand Down Expand Up @@ -70,9 +70,9 @@ export const heroData = {

export const aboutData = {
heading: [
"Hi. I’m Zcedd, looking for an opportunity to start a career and enhance my skills in front-end web development.",
"Hi. I’m Zcedd, looking for an opportunity to start a career and enhance my skills in full-stack web development.",
'My dream is to build things similar to what an inventor does. It turns out that building websites are similar to our so-called "inventions" because it will solve the problems encountered and automate things.',
'My interest in web development started way back 2017 when I was appointed as the leader and programmer in our Thesis Project and when I visited a certain website for a graphics artists with awesome user-interaction like unblur part of background image on mouse pointer position. I got amazed and I said to myself "I like to build amazing an website like this someday".',
"I believe that the web is a powerful platform for communication, information sharing, and innovation, and I'm committed to learning and mastering the technologies and skills required to make a positive impact in this field. As a web developer, I'm dedicated to delivering web solutions that are not only visually appealing but also function smoothly and efficiently.",
],
education: {
course: "Bachelor of Science in Computer Engineering",
Expand Down

0 comments on commit 2df0036

Please sign in to comment.