From 61a37d6ba7dab4e86d5db1f135f7a9bcb0b3266b Mon Sep 17 00:00:00 2001 From: Bassim Shahidy <122117267+AVGVSTVS96@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:03:27 -0400 Subject: [PATCH] Update README.md - Add `codespaces` link and update content --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01b77e5a..effcc5ad 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ This is the 3rd version of my personal website, this time built with [Astro][] and [TailwindCSS][]. -This is my first multipage application, I'm building it as I learn about Astro and front end web development. Astro was the perfect fit for this project, it allows writing components in an extended HTML syntax while allowing progressive enhancement with client side Javascript frameworks. This makes it an excellent platform for experimenting with more advanced web development techniques and technologies. +This is my first multipage application, I'm building it as I learn about Astro and front end web development. Astro was the perfect fit for this project, it enables writing components in an extended HTML syntax while allowing progressive enhancement with client side Javascript frameworks. This makes it an excellent platform for experimenting with more advanced web development techniques and technologies. My goal for this website is to continuously improve it as I continue to learn more about web development. --- -### **Open this repo in StackBlitz or CodeSandbox!** +### **Open this repo online!** +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/AVGVSTVS96/astroSite) [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/AVGVSTVS96/astroSite) [![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/AVGVSTVS96/astroSite)