Skip to content

Commit

Permalink
index commit
Browse files Browse the repository at this point in the history
  • Loading branch information
juanandres-montero committed Mar 27, 2024
1 parent 63f9648 commit cf60b4b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const builtWith = [
<main class='bg-pink p-6'>
<MobileSocials />
<section id='about' class='grid md:grid-cols-8 gap-8 mt-4'>
<h2 class='hidden'>About Brutal</h2>
<h2 class='hidden'>About OPCR</h2>
<div class='col-span-4'>
<Card>
<div class='flex flex-col justify-between items-start gap-4'>
Expand All @@ -43,18 +43,18 @@ const builtWith = [
>
</p>
<p class='mt-2 outfit text-xl md:text-3xl lg:text-5xl'>
A minimalistic, neobrutalism theme for Astro.
Un minimalista registro de todas las obras públicas de Costa Rica.
</p>
<Button target={'_self'} href='/blog/'>
Check out the blog &rarr;
Ver las obras públicas registradas &rarr;
</Button>
</div>
</Card>
</div>
<div class='col-span-2'>
<Card>
<h2 class='text-2xl md:text-4xl lg:text-6xl mb-8 dm-serif'>
Brutal is built with
OPCR es construido con:
</h2>
<ul class='flex gap-4 flex-wrap'>
{
Expand All @@ -79,13 +79,12 @@ const builtWith = [
<div class='col-span-2'>
<Card>
<h2 class='text-2xl md:text-4xl lg:text-6xl mb-4 dm-serif'>
What is Brutal?
¿Qué es OPCR?
</h2>
<p class='poppins'>
Brutal is a theme built with Astro, UnoCSS by <a
href='https://www.elian.codes/'>Elian</a
>. It's a simple, fast, and modern theme that is easy to use and
customize. Mainly meant to power blogs and personal websites.
OPCR es una página web creada por <a
href='https://juanandres-montero.github.io'>Juan Andrés</a
>, que tiene como objetivo registrar todas las obras públicas de Costa Rica como base de datos. De esta manera puede proveer información a la ciudadanía sobre las obras que se están realizando en el país.
</p>
</Card>
</div>
Expand Down

0 comments on commit cf60b4b

Please sign in to comment.