diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index b1d4261..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,4 +0,0 @@ -# These are supported funding model platforms - -github: Ladvace -ko_fi: ladvace diff --git a/LICENSE b/LICENSE index f58aa3d..9380a51 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2023 Gianmarco Cavallo and others +Copyright (c) 2023 Toastie_t0ast Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 58d9df6..afb130d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ -# ⚡️astro-bento-portfolio +# ⚡️toastie-site ## A personal portfolio website made using `Astro`. -![astro-bento-portfolio | Bento-like Personal Porfolio Template](public/preview.png) - -To view a demo example, **[click here](https://sparkly-speculoos-0c9197.netlify.app/)** - -or my portfolio **[click here](https://gianmarcocavallo.com)** +To view my portfolio **[click here](https://toastiet0ast.com)** ## Features @@ -14,7 +10,6 @@ or my portfolio **[click here](https://gianmarcocavallo.com)** - All in one page (almost) - Fully Responsive - Performances and SEO optimizations -- Ready to be deployed on [Netlify](https://www.netlify.com/) - Blog - RSS support (your-domain/rss.xml) - Cool 3d globe @@ -30,12 +25,12 @@ or my portfolio **[click here](https://gianmarcocavallo.com)** ```bash # Clone this repository -$ git clone https://github.com/Ladvace/astro-bento-portfolio +$ git clone https://toastielab.dev/toastie_t0ast/toastie-site ``` ```bash # Go into the repository -$ cd astro-bento-portfolio +$ cd toastie-site ``` ```bash @@ -52,22 +47,6 @@ or $ npm run dev ``` -## REMOVE THE umami analytics script tag (or replace it with your id) in `src/layouts/Layout.astro` - # Configuration remember to replace the `site` and other properties with your data in `astro.config.mjs` - -# Deploy on Netlify 🚀 - -Deploying your website on Netlify it's optional but I reccomand it in order to deploy it faster and easly. - -You just need to fork this repo and linking it to your Netlify account. - -or - -[![Netlify Deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Ladvace/astro-bento-portfolio) - -## Authors ❤️ - -- Gianmarco - https://github.com/Ladvace diff --git a/src/components/ContactsCard.astro b/src/components/ContactsCard.astro index 33542e9..cdecd2a 100644 --- a/src/components/ContactsCard.astro +++ b/src/components/ContactsCard.astro @@ -23,6 +23,9 @@ import { LINKS } from "../lib/constants";