Skip to content

Commit

Permalink
update: syofyan portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
syofyanzuhad authored Mar 24, 2024
1 parent 9fbec35 commit 095a9b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Jacob Herper Portfolio
# Syofyan Zuhad Portfolio (forked from Jacob Herper Portfolio)

This is my portfolio website, proudly built with [Next.js](https://nextjs.org/), TypeScript, Styled-Components and MDX.
Previously I built my website using Gatsby, but decided to move over to Next.js due to their major improvements that make it my first choice, not only for applications, but also for websites.
Expand Down
4 changes: 2 additions & 2 deletions src/components/atoms/SeoHead/SeoHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ const SeoHead: FC<HeadProps> = ({
__html: `{"@context":"http://schema.org","@type":"WebSite","name":"Syofyanzuhad.my.id","alternateName":"Syofyan Zuhad","url":"https://syofyanzuhad.my.id/","description":"Back-End Software Engineer with a focus on Laravel and php. I have more than 2 years experience working in software engineering.","image":"${image}"}`,
}}
/>
<script
{/* <script
type="application/ld+json"
dangerouslySetInnerHTML={{
__html: `{"@context":"http://schema.org","@type":"Person","image":"https://res.cloudinary.com/jacobherper/image/upload/v1587315576/jacob_herper.jpg","name":"Syofyan Zuhad","alternateName":"JakeHerp","url":"https://herper.io/","jobTitle":["Senior Software Engineer","Backend Engineer", "Back-End Developer", "Web Developer"],"hasOccupation":{"@type":"Occupation","name":"Senior Software Engineer","occupationLocation":{"@type":"City","name":"London"},"estimatedSalary":[{"@type":"MonetaryAmountDistribution","name":"base","currency":"GBP","duration":"P1H","percentile10":"74","percentile25":"80","median":"90","percentile75":"100","percentile90":"106"}],"description":"Develops web applications and websites using JavaScript, React and HTML5.","skills":"HTML5, CSS, JavaScript, React, PHP, Sass, Less, Node.js, Express.js, Vue.js, Gatsby, Next.js, JavaScript Frameworks, Git, Github, NPM, SEO, CMS, WordPress, Joomla, Drupal, E-Commerce","alternateName":["Backend Developer","Full Stack Developer","Backend Engineer"],"responsibilities":["App Development","Web Design","Website Development","JavaScript Development","WordPress Development","CMS Development","Backend Development","Full Stack Development","Online Marketing","SEO Services","Web Developer","Website Maintenance"]},"sameAs":["http://linkedin.com/in/syofyan-zuhad","http://twitter.com/syofyan_zuhad","https://github.com/syofyanzuhad","https://www.facebook.com/syofyan_zuhad","https://instagram.com/syofyan_zuhad"],"brand":[{"@type":"Brand","name":"Software Engineer","alternateName":"Back-End Engineer"},{"@type":"Brand","name":"Syofyanzuhad","alternateName":"Syofyan Zuhad"}],"memberOf":[{"@type":"Organization","url":"https://creativ.agency/","name":"Creativ Agency Ltd","alternateName":"Creativ Advertising Agency"},{"@type":"Organization","url":"https://www.dennis.co.uk/","name":"Dennis Digital","alternateName":"Dennis"}],"homeLocation":{"@type":"City","name":"London"},"owns":{"@type":"Organization","url":"https://creativ.agency/","name":"Creativ Agency Ltd","alternateName":"Creativ Advertising Agency","sameAs":"https://www.linkedin.com/company/creativ.agency"},"alumniOf":{"@type":"Organization","url":"https://www.thespecialistworks.com/","name":"The Specialist Works"},"nationality":{"@type":"Country","name":"Germany"},"birthDate":"1990-11-06","birthPlace":{"@type":"Place","address":{"@type":"PostalAddress","addressLocality":"Oelsnitz","postalCode":"08606","addressCountry":"Germany"}},"parent":[{"name":"Norbert Herper","jobTitle":"Chef","birthDate":"1967-08-22"},{"name":"Anne-Kristin Herper","birthDate":"1968-02-26"}],"spouse":{"name":"Cinthia Cid Paz","birthDate":"1990-09-19","nationality":{"@type":"Country","name":"Mexico"},"birthPlace":{"@type":"Place","address":{"@type":"PostalAddress","addressLocality":"Toluca","addressCountry":"Mexico"}}}}`,
}}
/>
/> */}
<script async src="https://cdn.splitbee.io/sb.js"></script>
</Head>
);
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Error({ statusCode }: { statusCode: number }) {
return (
<>
<SeoHead
title={`${statusCode} ${errorMessage} - Jacob Herper - Front-End Software Engineer`}
title={`${statusCode} ${errorMessage} - Syofyan Zuhad - Back-End Software Engineer`}
description=""
meta={[
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function BlogPost({ post, mdxSource }: any) {
return (
<>
<SeoHead
title={`${title} - Jacob Herper's Blog - Front-End Software Engineer`}
title={`${title} - Syofyan Zuhad's Blog - Back-End Software Engineer`}
description={description}
/>
<Container>
Expand Down

0 comments on commit 095a9b0

Please sign in to comment.