Adjusted index page

This commit is contained in:
Patrick Alvin Alcala 2026-03-06 16:55:36 +08:00
parent 1d7201679b
commit 4573c3e527

View file

@ -82,7 +82,7 @@ export default () => {
<Display desktop>
<Column padding="3rem 0 0 0">
<Image avif={pageLogoAvif} webp={pageLogoWebp} size={410} alt='e-Sign Logo'></Image>
<Image avif={pageLogoAvif} webp={pageLogoWebp} size={410} alt="e-Sign Logo"></Image>
</Column>
</Display>
</Row>
@ -91,7 +91,7 @@ export default () => {
<Footer>
<Row content="split">
<Row gap={0.5}>
<Image avif={ocboAvif} webp={ocboWebp} size={20} alt='OCBO Logo'></Image>
<Image avif={ocboAvif} webp={ocboWebp} size={20} alt="OCBO Logo"></Image>
<Row gap={0.25}>
<Copyright year="2025-2026" name="Office of the City Building Official" />
<span>Davao City, Philippines</span>
@ -100,7 +100,7 @@ export default () => {
<Row gap={0.25}>
<span>Developed by:</span>
<Image avif={patAvif} webp={patWebp} size={70} alt='Pat Alcala Logo'></Image>
<Image avif={patAvif} webp={patWebp} size={70} alt="Pat Alcala Logo"></Image>
<span>Pat Alcala</span>
</Row>
</Row>
@ -124,16 +124,18 @@ export default () => {
</Row>
<Row content="split">
<Box curved thickness={0} padding="2.75rem 2rem" background="#0f131d56">
<section class="title">
<h1 class="title__main">Secure e-Signature</h1>
<span class="title__sub">for Office of the City Building Official</span>
<p class="title__paragraph">A paperless and effortless solution on signing permits</p>
</section>
</Box>
<Padding top={2.75} bottom={0} left={0} right={0}>
<Box curved thickness={0} padding="2.75rem 2rem" background="#0f131d56">
<section class="title">
<h1 class="title__main">Secure e-Signature</h1>
<span class="title__sub">for Office of the City Building Official</span>
<p class="title__paragraph">A paperless and effortless solution on signing permits</p>
</section>
</Box>
</Padding>
<Column padding="3rem 0 0 0">
<Image avif={pageLogoAvif} webp={pageLogoWebp} size={110} alt='e-Sign Logo'></Image>
<Image avif={pageLogoAvif} webp={pageLogoWebp} size={110} alt="e-Sign Logo"></Image>
</Column>
</Row>
</Padding>
@ -141,7 +143,7 @@ export default () => {
<Footer>
<Row content="split">
<Row gap={0.5}>
<Image avif={ocboAvif} webp={ocboWebp} size={20} alt='OCBO Logo'></Image>
<Image avif={ocboAvif} webp={ocboWebp} size={20} alt="OCBO Logo"></Image>
<Row gap={0.25}>
<Copyright year="2025-2026" name="Office of the City Building Official" />
<span>Davao City, Philippines</span>
@ -150,7 +152,7 @@ export default () => {
<Row gap={0.25}>
<span>Developed by:</span>
<Image avif={patAvif} webp={patWebp} size={70} alt='Pat Alcala Logo'></Image>
<Image avif={patAvif} webp={patWebp} size={70} alt="Pat Alcala Logo"></Image>
<span>Pat Alcala</span>
</Row>
</Row>