diff --git a/public/manifest.json b/public/manifest.json index 9d17ad1..0be8766 100755 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,43 +1,47 @@ { - "name": "Rafael González | Links", - "display": "standalone", - "start_url": "/", - "icons": [ - { - "src": "\/android-icon-36x36.png", - "sizes": "36x36", - "type": "image\/png", - "density": "0.75" - }, - { - "src": "\/android-icon-48x48.png", - "sizes": "48x48", - "type": "image\/png", - "density": "1.0" - }, - { - "src": "\/android-icon-72x72.png", - "sizes": "72x72", - "type": "image\/png", - "density": "1.5" - }, - { - "src": "\/android-icon-96x96.png", - "sizes": "96x96", - "type": "image\/png", - "density": "2.0" - }, - { - "src": "\/android-icon-144x144.png", - "sizes": "144x144", - "type": "image\/png", - "density": "3.0" - }, - { - "src": "\/android-icon-192x192.png", - "sizes": "192x192", - "type": "image\/png", - "density": "4.0" - } - ] -} \ No newline at end of file + "name": "Rafael González Page, Links and Blog", + "display": "standalone", + "start_url": "/", + "short_name": "Rafael González", + "theme_color": "#111827", + "background_color": "#111827", + "description": "Mexican web developer, Shopify Expert and founder of Acromático Developement. Husband and father, allways builiding stuff personally and professionally 🚀", + "icons": [ + { + "src": "/android-icon-36x36.png", + "sizes": "36x36", + "type": "image/png", + "density": "0.75" + }, + { + "src": "/android-icon-48x48.png", + "sizes": "48x48", + "type": "image/png", + "density": "1.0" + }, + { + "src": "/android-icon-72x72.png", + "sizes": "72x72", + "type": "image/png", + "density": "1.5" + }, + { + "src": "/android-icon-96x96.png", + "sizes": "96x96", + "type": "image/png", + "density": "2.0" + }, + { + "src": "/android-icon-144x144.png", + "sizes": "144x144", + "type": "image/png", + "density": "3.0" + }, + { + "src": "/android-icon-192x192.png", + "sizes": "192x192", + "type": "image/png", + "density": "4.0" + } + ] +} diff --git a/src/data/profile.json b/src/data/profile.json index 05d2bdd..a2e5e3c 100644 --- a/src/data/profile.json +++ b/src/data/profile.json @@ -1,6 +1,6 @@ { "name": "Rafael González", - "description": "Mexican web developer, Shopify Expert and foundero of Acromático Developement. Husband and father, allways builiding stuff personally and professionally 🚀", + "description": "Mexican web developer, Shopify Expert and founder of Acromático Developement. Husband and father, allways builiding stuff personally and professionally 🚀", "personalLinks": [ { "name": "GitHub", diff --git a/src/layouts/main.astro b/src/layouts/main.astro index 1714f2c..23489f7 100644 --- a/src/layouts/main.astro +++ b/src/layouts/main.astro @@ -1,58 +1,168 @@ --- -import profileData from '../data/profile.json'; -import '../styles/base.css'; +import profileData from "../data/profile.json"; +import "../styles/base.css"; const profileName = profileData.name; -const { frontmatter, title: titleProp, description: descriptionProp, blog } = Astro.props; +const { + frontmatter, + title: titleProp, + description: descriptionProp, + blog, +} = Astro.props; --- +
- - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + -{profileData.description}
- + {profileName} + ++ {profileData.description} +
+ +