update pages' titles

This commit is contained in:
Ayo Ayco 2022-11-03 23:54:14 +01:00
parent 55763353be
commit 9ffdfc82fa
6 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ export interface Props {
} }
const { title } = Astro.props; const { title } = Astro.props;
const description = const description =
"Ayo Ayco is a software engineer and consultant for hire, expecializing in web development | " + "Ayo Ayco is a software engineer and consultant, expecializing in web development | " +
title; title;
--- ---

View file

@ -4,7 +4,7 @@ import Footer from "../components/Footer.astro";
import Back from "../components/Back.astro"; import Back from "../components/Back.astro";
--- ---
<Layout title="Ayo Ayco | Software Engineer + Web Developer"> <Layout title="Now | Ayo Ayco | Software Engineer + Web Developer">
<main> <main>
<Back url="/" /> <Back url="/" />
<h1><span class="text-gradient">Now</span></h1> <h1><span class="text-gradient">Now</span></h1>

View file

@ -5,7 +5,7 @@ import Back from "../../components/Back.astro";
import GithubStats from "astro-github-stats"; import GithubStats from "astro-github-stats";
--- ---
<Layout title="Ayo Ayco | Showcase | Astro Github Stats"> <Layout title="Astro Github Stats | Ayo Ayco | Software Engineer + Web Developer ">
<main> <main>
<Back url="/showcase" /> <Back url="/showcase" />
<h1>Astro GitHub Stats</h1> <h1>Astro GitHub Stats</h1>

View file

@ -57,7 +57,7 @@ const characteristicsForm: FormGroup = new FormGroup(
); );
--- ---
<Layout title="Ayo Ayco | Showcase | Astro Reactive Form"> <Layout title="Astro Reactive Form | Ayo Ayco | Software Engineer + Web Developer ">
<main> <main>
<Back url="/showcase" /> <Back url="/showcase" />
<h1>Astro Reactive Form</h1> <h1>Astro Reactive Form</h1>

View file

@ -5,7 +5,7 @@ import Card from "../../components/Card.astro";
import Back from "../../components/Back.astro"; import Back from "../../components/Back.astro";
--- ---
<Layout title="Ayo Ayco | Showcase"> <Layout title="UI Components | Ayo Ayco | Software Engineer + Web Developer">
<main> <main>
<Back url="/" /> <Back url="/" />
<h1>UI <span class="text-gradient">Components</span></h1> <h1>UI <span class="text-gradient">Components</span></h1>

View file

@ -5,7 +5,7 @@ import Footer from "../components/Footer.astro";
import Back from "../components/Back.astro"; import Back from "../components/Back.astro";
--- ---
<Layout title="Ayo Ayco | Software Engineer + Web Developer"> <Layout title="Social Links | Ayo Ayco | Software Engineer + Web Developer">
<main> <main>
<Back url="/" /> <Back url="/" />
<h1>Social <span class="text-gradient">Links</span></h1> <h1>Social <span class="text-gradient">Links</span></h1>