FIX;SEO minor improve
This commit is contained in:
parent
8beb0399b8
commit
1d371f650f
2 changed files with 11 additions and 9 deletions
|
@ -22,7 +22,8 @@ const Contact: FC = () => {
|
||||||
>
|
>
|
||||||
LinkedIn
|
LinkedIn
|
||||||
</a>
|
</a>
|
||||||
<br />
|
</p>
|
||||||
|
<p className="mt-2">
|
||||||
<a target="_blank" href="https://git.romanjaros.dev" rel="noreferrer">
|
<a target="_blank" href="https://git.romanjaros.dev" rel="noreferrer">
|
||||||
Gitea (Git)
|
Gitea (Git)
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import type { NextPage } from "next";
|
import type { NextPage } from "next";
|
||||||
|
|
||||||
import MyTitle from "../components/MyTitle";
|
|
||||||
import AboutMe from "../components/AboutMe";
|
import AboutMe from "../components/AboutMe";
|
||||||
import Services from "../components/Services";
|
import Services from "../components/Services";
|
||||||
import Contact from "../components/Contact";
|
import Contact from "../components/Contact";
|
||||||
|
@ -16,11 +15,12 @@ const Home: NextPage = () => {
|
||||||
</Head>
|
</Head>
|
||||||
<NextSeo
|
<NextSeo
|
||||||
title="Roman Developer"
|
title="Roman Developer"
|
||||||
description="Primárně se zaměřuji na vývoj frontendů webových aplikací. Ale jsem schopný dělat vývoj i backedovžch částí webových aplikací."
|
description="Primárně se zaměřuji na vývoj frontendů webových aplikací. Jsem schopný dělat vývoj i backedy webových aplikací."
|
||||||
|
canonical="https://romanjaros.cz"
|
||||||
openGraph={{
|
openGraph={{
|
||||||
url: "https://romanjaros.cz",
|
url: "https://romanjaros.cz",
|
||||||
type: "websites",
|
type: "websites",
|
||||||
title: "Roman Jaroš Developer Portfolio",
|
title: "Roman Jaroš, Developer",
|
||||||
description: "Portfolio web vývojáře Roman Jaroš",
|
description: "Portfolio web vývojáře Roman Jaroš",
|
||||||
site_name: "Roman Developer",
|
site_name: "Roman Developer",
|
||||||
locale: "Czech Republic",
|
locale: "Czech Republic",
|
||||||
|
@ -34,11 +34,12 @@ const Home: NextPage = () => {
|
||||||
/>
|
/>
|
||||||
<div className="mx-auto w-full md:w-4/5">
|
<div className="mx-auto w-full md:w-4/5">
|
||||||
<div className="text-center mb-20">
|
<div className="text-center mb-20">
|
||||||
<MyTitle
|
<div className="mytitle text-3xl lg:text-6xl justify-center">
|
||||||
left="Roman"
|
<span className="mytitle-left">{"<"}</span>
|
||||||
right="Developer"
|
<h1 className="mytitle-left">Roman</h1>
|
||||||
className="text-3xl lg:text-6xl justify-center"
|
<h1 className="mytitle-right">Developer</h1>
|
||||||
/>
|
<span className="mytitle-left"> {"/>"}</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<AboutMe />
|
<AboutMe />
|
||||||
<Services />
|
<Services />
|
||||||
|
|
Loading…
Add table
Reference in a new issue