Twitter cards & updated readme
This commit is contained in:
parent
492a0c3120
commit
e3e3f0ccbf
5 changed files with 52 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -28,6 +28,26 @@ A new portfolio I made with Next.js and TailwindCSS. I did not use any design to
|
||||||
</a>
|
</a>
|
||||||
<br/>
|
<br/>
|
||||||
</td>
|
</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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,13 +7,21 @@ export default function About() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Head>
|
<Head>
|
||||||
|
<meta charSet="UTF-8"/>
|
||||||
<title>Robert S. - About me</title>
|
<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" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta property="og:title" content="Robert S. - About me" />
|
<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:description" content="A developer and tech enthusiast from the Netherlands." />
|
||||||
<meta property="og:url" content="https://robert-s.dev/about" />
|
<meta property="og:url" content="https://robert-s.dev/about" />
|
||||||
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
||||||
<meta name="theme-color" content="#F43F5E" />
|
<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>
|
</Head>
|
||||||
|
|
||||||
<div className="flex flex-col min-h-screen">
|
<div className="flex flex-col min-h-screen">
|
||||||
|
|
|
||||||
|
|
@ -7,13 +7,21 @@ export default function Contact() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Head>
|
<Head>
|
||||||
|
<meta charSet="UTF-8"/>
|
||||||
<title>Robert S. - Contact me</title>
|
<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" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta property="og:title" content="Robert S. - Contact me" />
|
<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:description" content="A developer and tech enthusiast from the Netherlands." />
|
||||||
<meta property="og:url" content="https://robert-s.dev/contact" />
|
<meta property="og:url" content="https://robert-s.dev/contact" />
|
||||||
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
||||||
<meta name="theme-color" content="#F43F5E" />
|
<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>
|
</Head>
|
||||||
|
|
||||||
<div className="flex flex-col min-h-screen">
|
<div className="flex flex-col min-h-screen">
|
||||||
|
|
|
||||||
|
|
@ -7,13 +7,21 @@ export default function Home() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Head>
|
<Head>
|
||||||
|
<meta charSet="UTF-8"/>
|
||||||
<title>Robert S.</title>
|
<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" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta property="og:title" content="Robert S." />
|
<meta property="og:title" content="Robert S." />
|
||||||
<meta property="og:description" content="A developer and tech enthusiast from the Netherlands." />
|
<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:url" content="https://robert-s.dev/" />
|
||||||
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
||||||
<meta name="theme-color" content="#F43F5E" />
|
<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>
|
</Head>
|
||||||
|
|
||||||
<div className="flex flex-col min-h-screen">
|
<div className="flex flex-col min-h-screen">
|
||||||
|
|
|
||||||
|
|
@ -7,13 +7,21 @@ export default function Work() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Head>
|
<Head>
|
||||||
|
<meta charSet="UTF-8"/>
|
||||||
<title>Robert S. - My work</title>
|
<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" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta property="og:title" content="Robert S. - My work" />
|
<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:description" content="A developer and tech enthusiast from the Netherlands." />
|
||||||
<meta property="og:url" content="https://robert-s.dev/work" />
|
<meta property="og:url" content="https://robert-s.dev/work" />
|
||||||
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
||||||
<meta name="theme-color" content="#F43F5E" />
|
<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>
|
</Head>
|
||||||
|
|
||||||
<div className="flex flex-col min-h-screen">
|
<div className="flex flex-col min-h-screen">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue