Skip to content

Commit

Permalink
🔀 Merge pull request #41 from Vashist-Agarwalla/feat/meta
Browse files Browse the repository at this point in the history
Head
  • Loading branch information
Vashist-Agarwalla authored Dec 17, 2021
2 parents d120e22 + 684cf62 commit 446a5b8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 29 deletions.
6 changes: 1 addition & 5 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ const HomePage = ({ about, skills, achievements, projects, contact }: any) => {
<div>
<Head>
<title>Vashist Agarwalla</title>
<meta property='og:image' itemProp='image' content='https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo-small.png' />
<link rel="image_src" href="/Vashist-Logo(FFA588).png" />
<meta property='og:image' itemProp='image' content='https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo-Header.png' />
<meta property='og:description' content='Vashist Agarwalla' />
<meta property="og:image:secure_url" content="https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="256" />
<meta property="og:image:height" content="256" />
</Head>
<Home />
<About data={about} />
Expand Down
7 changes: 1 addition & 6 deletions pages/knowMore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ const KnowMorePage = ({ experience, clubs, certificates, resume }: any) => {
<div>
<Head>
<title>Vashist Agarwalla | Know More</title>
<meta property='og:image' itemProp='image' content='https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo-small.png' />
<link rel="image_src" href="/Vashist-Logo(FFA588).png" />
<meta property='og:image' itemProp='image' content='https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo-Header.png' />
<meta property='og:description' content='Vashist Agarwalla | Know More' />
<meta property="og:image:secure_url" content="https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="256" />
<meta property="og:image:height" content="256" />

</Head>
<div className="pt-28">
<WorkExperience data={experience} />
Expand Down
8 changes: 2 additions & 6 deletions pages/license.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ const License = () => {
<div>
<Head>
<title>Vashist Agarwalla | License</title>
<meta property='og:image' itemProp='image' content='https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo-small.png' />
<link rel="image_src" href="/Vashist-Logo(FFA588).png" />
<meta property='og:description' content='License Page' />
<meta property="og:image:secure_url" content="https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo.png" />
<meta property='og:image' itemProp='image' content='https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo-Header.png' />
<meta property='og:description' content='Vashist Agarwalla | License Page' />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="256" />
<meta property="og:image:height" content="256" />
</Head>
<div className="pt-44 mx-8 sm:mx-12 lg:mx-36 text-white text-lg font-display">
<h1 className="text-secondary font-semibold text-3xl md:text-4xl lg:text-5xl text-center">LICENSE</h1>
Expand Down
7 changes: 1 addition & 6 deletions pages/projects/[project].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@ const Data = ({ project }: any) => {
<div className="pt-28">
<Head>
<title>Vashist Agarwalla | {project.name}</title>
<meta property='og:image' itemProp='image' content='https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo-small.png' />
<link rel="image_src" href="/Vashist-Logo(FFA588).png" />
<meta property='og:image' itemProp='image' content='https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo-Header.png' />
<meta property='og:description' content={project.name} />
<meta property="og:image:secure_url" content="https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="256" />
<meta property="og:image:height" content="256" />

</Head>
<ProjectDetails data={project} />
</div>
Expand Down
7 changes: 1 addition & 6 deletions pages/projects/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ const ProjectsPage = ({ projects }: any) => {
<div>
<Head>
<title>Vashist Agarwalla | Projects</title>
<meta property='og:image' itemProp='image' content='/https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo-small.png' />
<link rel="image_src" href="/Vashist-Logo(FFA588).png" />
<meta property='og:image' itemProp='image' content='https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo-Header.png' />
<meta property='og:description' content='Vashist Agarwalla | Projects' />
<meta property="og:image:secure_url" content="https://s3.ap-south-1.amazonaws.com/me.vashist/Vashist-Logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="256" />
<meta property="og:image:height" content="256" />

</Head>
<div className="pt-28">
<AllProjects data={projects} />
Expand Down

0 comments on commit 446a5b8

Please sign in to comment.