diff --git a/CNAME b/CNAME index f263e7d..16a3c1c 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -redte.ch \ No newline at end of file +maisonquiroga.art \ No newline at end of file diff --git a/astro.config.mjs b/astro.config.mjs index ef8b42e..bde2807 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -2,7 +2,7 @@ import { defineConfig } from 'astro/config' import tailwind from '@astrojs/tailwind' export default defineConfig({ - site: 'https://redte.ch', + site: 'https://maisonquiroga.art', compressHTML: true, integrations: [tailwind()] }) diff --git a/package-lock.json b/package-lock.json index 34c475c..0355cbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@bonjourmauko/redtech", + "name": "@redtech/maisonquiroga", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@bonjourmauko/redtech", + "name": "@redtech/maisonquiroga", "version": "0.1.0", "devDependencies": { "@astrojs/tailwind": "^5.0.2", @@ -2058,9 +2058,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001559", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001559.tgz", - "integrity": "sha512-cPiMKZgqgkg5LY3/ntGeLFUpi6tzddBNS58A4tnTgQw1zON7u2sZMU7SzOeVH4tj20++9ggL+V6FDOFMTaFFYA==", + "version": "1.0.30001643", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz", + "integrity": "sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 88167e3..704629e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@bonjourmauko/redtech", + "name": "@redtech/maisonquiroga", "version": "0.1.0", "private": true, "scripts": { diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..7e4df5f Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..d1f0061 --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/logo.png b/public/images/logo.png index 0ea87e9..55ed8c5 100644 Binary files a/public/images/logo.png and b/public/images/logo.png differ diff --git a/src/components/Logo.astro b/src/components/Logo.astro index 72aa86f..9443be2 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -1,7 +1,7 @@ --- -const { class: className, ...rest } = Astro.props +const { class: className, src, ...rest } = Astro.props ---
- + Logo
\ No newline at end of file diff --git a/src/layouts/Head.astro b/src/layouts/Head.astro index d8be1e9..db85f18 100644 --- a/src/layouts/Head.astro +++ b/src/layouts/Head.astro @@ -1,10 +1,20 @@ --- import "../styles/global.css" +const title = "Maison Quiroga" +const description = "" + + "Roberto Quiroga Valdovinos. " + + "Artiste peintre. " + + "Œuvres et contact : @maisonquiroga (Instagram). " + + "Exposition permanente : Lautaro Rosas 588 Cerro Alegre, Valparaíso, Chili." --- - - - -Red Innovation - - + + + + + {title} + + + + + \ No newline at end of file diff --git a/src/layouts/Home.astro b/src/layouts/Home.astro index c67a6d7..e0c296a 100644 --- a/src/layouts/Home.astro +++ b/src/layouts/Home.astro @@ -2,10 +2,8 @@ import Head from "./Head.astro" --- - - - - + +
diff --git a/src/pages/index.astro b/src/pages/index.astro index 0dffa5b..214f26d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -12,26 +12,38 @@ import Home from "../layouts/Home.astro" /> -

- Public tech for a better future +

+ RGQV

-

- Building the present of European digital public infrastructure +

+ Roberto Quiroga +

+ +

+ Roberto Quiroga Valdovinos +

+ +

+ Roberto Gerardo Quiroga Valdovinos +

+ +

+ peintre.

-

- - We enable governments & companies to generate AI solutions by - ensuring compliance with EU rules & guidelines. - +

- Providing an edge in the global AI market by positioning compliance - as part of your value proposition. + + + - Consolidating the EU’s humanist approach to AI by enabling - compliance by principle and design - rather than an expensive - afterthought. -

+

\ No newline at end of file diff --git a/src/styles/_base.css b/src/styles/_base.css index 767d914..23aa49a 100644 --- a/src/styles/_base.css +++ b/src/styles/_base.css @@ -1,5 +1,5 @@ html { - @apply bg-neutral !important; + @apply bg-white !important; @apply text-primary !important; } diff --git a/src/styles/_font.css b/src/styles/_font.css index 5783299..fc2d888 100644 --- a/src/styles/_font.css +++ b/src/styles/_font.css @@ -2,33 +2,33 @@ font-family: 'AkzidenzGrotesk'; font-style: normal; font-weight: 300; - src: url('/public/fonts/AkzidenzGrotesk-300.otf') format('opentype'); + src: url('/fonts/AkzidenzGrotesk-300.otf') format('opentype'); } @font-face { font-family: 'AkzidenzGrotesk'; font-style: normal; font-weight: 400; - src: url('/public/fonts/AkzidenzGrotesk-400.otf') format('opentype'); + src: url('/fonts/AkzidenzGrotesk-400.otf') format('opentype'); } @font-face { font-family: 'AkzidenzGrotesk'; font-style: normal; font-weight: 500; - src: url('/public/fonts/AkzidenzGrotesk-500.otf') format('opentype'); + src: url('/fonts/AkzidenzGrotesk-500.otf') format('opentype'); } @font-face { font-family: 'AkzidenzGrotesk'; font-style: normal; font-weight: 700; - src: url('/public/fonts/AkzidenzGrotesk-700.otf') format('opentype'); + src: url('/fonts/AkzidenzGrotesk-700.otf') format('opentype'); } @font-face { font-family: 'AkzidenzGrotesk'; font-style: normal; font-weight: 900; - src: url('/public/fonts/AkzidenzGrotesk-900.otf') format('opentype'); + src: url('/fonts/AkzidenzGrotesk-900.otf') format('opentype'); } \ No newline at end of file diff --git a/src/styles/_hero.css b/src/styles/_hero.css index 1e8248c..0e89cb6 100644 --- a/src/styles/_hero.css +++ b/src/styles/_hero.css @@ -1,4 +1,4 @@ .hero { @apply bg-white; - @apply pt-32 pr-16 pb-16 pl-16; + @apply p-8; } \ No newline at end of file diff --git a/src/styles/_logo.css b/src/styles/_logo.css index 85a5838..fefdc3f 100644 --- a/src/styles/_logo.css +++ b/src/styles/_logo.css @@ -1,4 +1,4 @@ .logo { - @apply -mb-24; - @apply pt-16 pr-16 pl-16; + @apply -mb-28; + @apply pt-8 pr-8 pl-8; } \ No newline at end of file diff --git a/src/styles/_text.css b/src/styles/_text.css index e3768e1..3f23e6d 100644 --- a/src/styles/_text.css +++ b/src/styles/_text.css @@ -1,16 +1,22 @@ h1 { - @apply mb-4 !important; + @apply ml-16 !important; + @apply pl-8 !important; @apply text-5xl !important; @apply font-black !important; } h2 { - @apply mb-2 !important; - @apply text-2xl !important; + @apply ml-16 !important; + @apply pl-8 !important; + @apply text-4xl !important; @apply font-bold !important; @apply text-secondary !important; } +h2 span { + @apply text-gray-300 !important; +} + p { @apply text-lg !important; @apply font-normal !important; diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 6cf7564..4b0568e 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -6,10 +6,9 @@ module.exports = { theme: { extend: { colors: { - white: '#e2e7e9', - neutral: '#dee3e5', + white: '#ffffff', primary: '#000000', - secondary: '#e52043' + secondary: '#db0019' }, fontFamily: { sans: ['AkzidenzGrotesk', ...defaultTheme.fontFamily.sans]