Skip to content

Commit 3a9ddcf

Browse files
committed
added description, style adjustments, added metadescription, title, h's reorganisation
1 parent a45f024 commit 3a9ddcf

File tree

30 files changed

+4186
-3718
lines changed

30 files changed

+4186
-3718
lines changed

app/about/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function About(props) {
1919
<Header route={"/about"} />
2020
<main style={{ paddingTop: `${headerOffset}px` }} >
2121
<div className="banner px-4 sm:px-8 md:px-14 md:py-2 lg:px-24 lg:py-4 xl:px-28 xl:py-4 2xl:px-32 2xl:py-6">
22-
<h1>{t("contact.title")}</h1>
22+
<h2>{t("contact.title")}</h2>
2323
</div>
2424
<section className=" xs:my-4 sm:mx-14 md:mx-14 lg:mx-36 xl:mx-44 2xl:mx-60 2xl:my-20 xl:my-16 lg:my-12 md:my-8 sm:my-4 xs:my-2 about_description text-slate-700">
2525
<p>

app/courses/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function Courses() {
2626
<Header route={"/courses"} />
2727
<main style={{ paddingTop: `${headerOffset}px` }}>
2828
<div className="banner px-4 sm:px-8 md:px-14 md:py-2 lg:px-24 lg:py-4 xl:px-28 xl:py-4 2xl:px-32 2xl:py-6">
29-
<h1>{t('courses.title')}</h1>
29+
<h2>{t('courses.title')}</h2>
3030
</div>
3131
<section className="lg:mx-36 md:mx-16 sm:mx-14 mx-14 my-12 sm:my-4 md:my-8 lg:my-12 xl:my-16 2xl:my-20 xl:mx-44 2xl:mx-60">
3232
<div className="courses_description text-slate-700 pb-8">

app/favicon.ico

-25.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)