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> <Display desktop>
<Column padding="3rem 0 0 0"> <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> </Column>
</Display> </Display>
</Row> </Row>
@ -91,7 +91,7 @@ export default () => {
<Footer> <Footer>
<Row content="split"> <Row content="split">
<Row gap={0.5}> <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}> <Row gap={0.25}>
<Copyright year="2025-2026" name="Office of the City Building Official" /> <Copyright year="2025-2026" name="Office of the City Building Official" />
<span>Davao City, Philippines</span> <span>Davao City, Philippines</span>
@ -100,7 +100,7 @@ export default () => {
<Row gap={0.25}> <Row gap={0.25}>
<span>Developed by:</span> <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> <span>Pat Alcala</span>
</Row> </Row>
</Row> </Row>
@ -124,6 +124,7 @@ export default () => {
</Row> </Row>
<Row content="split"> <Row content="split">
<Padding top={2.75} bottom={0} left={0} right={0}>
<Box curved thickness={0} padding="2.75rem 2rem" background="#0f131d56"> <Box curved thickness={0} padding="2.75rem 2rem" background="#0f131d56">
<section class="title"> <section class="title">
<h1 class="title__main">Secure e-Signature</h1> <h1 class="title__main">Secure e-Signature</h1>
@ -131,9 +132,10 @@ export default () => {
<p class="title__paragraph">A paperless and effortless solution on signing permits</p> <p class="title__paragraph">A paperless and effortless solution on signing permits</p>
</section> </section>
</Box> </Box>
</Padding>
<Column padding="3rem 0 0 0"> <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> </Column>
</Row> </Row>
</Padding> </Padding>
@ -141,7 +143,7 @@ export default () => {
<Footer> <Footer>
<Row content="split"> <Row content="split">
<Row gap={0.5}> <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}> <Row gap={0.25}>
<Copyright year="2025-2026" name="Office of the City Building Official" /> <Copyright year="2025-2026" name="Office of the City Building Official" />
<span>Davao City, Philippines</span> <span>Davao City, Philippines</span>
@ -150,7 +152,7 @@ export default () => {
<Row gap={0.25}> <Row gap={0.25}>
<span>Developed by:</span> <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> <span>Pat Alcala</span>
</Row> </Row>
</Row> </Row>