Twitter cards & updated readme

This commit is contained in:
Robert S 2021-10-18 21:37:52 +02:00
parent 492a0c3120
commit e3e3f0ccbf
No known key found for this signature in database
GPG key ID: DD534ED7DF3857A5
5 changed files with 52 additions and 0 deletions

View file

@ -28,6 +28,26 @@ A new portfolio I made with Next.js and TailwindCSS. I did not use any design to
</a>
<br/>
</td>
<td align="center">
<a href="https://www.framer.com/motion/">
<img src="https://simpleicons.org/icons/framer.svg" width="100px;" alt="Framer Motion"/>
<br/>
<sub>
<b>Framer Motion</b>
</sub>
</a>
<br/>
</td>
<td align="center">
<a href="https://pages.cloudflare.com/">
<img src="https://simpleicons.org/icons/cloudflare.svg" width="100px;" alt="Cloudflare Pages"/>
<br/>
<sub>
<b>Cloudflare Pages</b>
</sub>
</a>
<br/>
</td>
</tr>
</table>

View file

@ -7,13 +7,21 @@ export default function About() {
return (
<div>
<Head>
<meta charSet="UTF-8"/>
<title>Robert S. - About me</title>
<meta name="description" content="A developer and tech enthusiast from the Netherlands." />
<meta name="keywords" content="HTML,CSS,JavaScript,Python,SQL,MySQL,PostgreSQL,MongoDB,Redis,Flask,Tailwind,TailwindCSS,Bootstrap" />
<meta name="author" content="Robert Stokreef" />
<link rel="icon" href="/favicon.ico" />
<meta property="og:title" content="Robert S. - About me" />
<meta property="og:description" content="A developer and tech enthusiast from the Netherlands." />
<meta property="og:url" content="https://robert-s.dev/about" />
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
<meta name="theme-color" content="#F43F5E" />
<meta name="twitter:title" content="Robert S. - About me" />
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
<meta name="twitter:site" content="@ThatGuy5275" />
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
</Head>
<div className="flex flex-col min-h-screen">

View file

@ -7,13 +7,21 @@ export default function Contact() {
return (
<div>
<Head>
<meta charSet="UTF-8"/>
<title>Robert S. - Contact me</title>
<meta name="description" content="A developer and tech enthusiast from the Netherlands." />
<meta name="keywords" content="HTML,CSS,JavaScript,Python,SQL,MySQL,PostgreSQL,MongoDB,Redis,Flask,Tailwind,TailwindCSS,Bootstrap" />
<meta name="author" content="Robert Stokreef" />
<link rel="icon" href="/favicon.ico" />
<meta property="og:title" content="Robert S. - Contact me" />
<meta property="og:description" content="A developer and tech enthusiast from the Netherlands." />
<meta property="og:url" content="https://robert-s.dev/contact" />
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
<meta name="theme-color" content="#F43F5E" />
<meta name="twitter:title" content="Robert S. - Contact me" />
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
<meta name="twitter:site" content="@ThatGuy5275" />
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
</Head>
<div className="flex flex-col min-h-screen">

View file

@ -7,13 +7,21 @@ export default function Home() {
return (
<div>
<Head>
<meta charSet="UTF-8"/>
<title>Robert S.</title>
<meta name="description" content="A developer and tech enthusiast from the Netherlands." />
<meta name="keywords" content="HTML,CSS,JavaScript,Python,SQL,MySQL,PostgreSQL,MongoDB,Redis,Flask,Tailwind,TailwindCSS,Bootstrap" />
<meta name="author" content="Robert Stokreef" />
<link rel="icon" href="/favicon.ico" />
<meta property="og:title" content="Robert S." />
<meta property="og:description" content="A developer and tech enthusiast from the Netherlands." />
<meta property="og:url" content="https://robert-s.dev/" />
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
<meta name="theme-color" content="#F43F5E" />
<meta name="twitter:title" content="Robert S." />
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
<meta name="twitter:site" content="@ThatGuy5275" />
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
</Head>
<div className="flex flex-col min-h-screen">

View file

@ -7,13 +7,21 @@ export default function Work() {
return (
<div>
<Head>
<meta charSet="UTF-8"/>
<title>Robert S. - My work</title>
<meta name="description" content="A developer and tech enthusiast from the Netherlands." />
<meta name="keywords" content="HTML,CSS,JavaScript,Python,SQL,MySQL,PostgreSQL,MongoDB,Redis,Flask,Tailwind,TailwindCSS,Bootstrap" />
<meta name="author" content="Robert Stokreef" />
<link rel="icon" href="/favicon.ico" />
<meta property="og:title" content="Robert S. - My work" />
<meta property="og:description" content="A developer and tech enthusiast from the Netherlands." />
<meta property="og:url" content="https://robert-s.dev/work" />
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
<meta name="theme-color" content="#F43F5E" />
<meta name="twitter:title" content="Robert S. - My work" />
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
<meta name="twitter:site" content="@ThatGuy5275" />
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
</Head>
<div className="flex flex-col min-h-screen">