From c0158314883c545b3e3017036e7e2b257134ea82 Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Sat, 1 Oct 2022 09:07:02 -0400 Subject: [PATCH] updating readme, footer and avatar img --- README.md | 9 +++++++++ src/components/Footer.astro | 2 +- src/components/SideBar.astro | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4f6ff6..3f0a3ed 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,15 @@ npm run dev #### Layout Components The `BaseHead`, `Footer`, `Header` and `SideBar` components are already included in the layout sistem. To change the website content you can edit the content of this componenets. + +##### SideBar + +In the Sidebar you can change the links to all your website pages. + +You can change your avatar shape using [mask classes](https://daisyui.com/components/mask/). + +The used social-icons are SVG form [BoxIcons](https://boxicons.com/) pack. + #### TimeLine The timeline components are used to conform the CV. diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9a04773..d00ea60 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -8,7 +8,7 @@ const today = new Date();
- Template developed by + Website developed by Manuel Ernesto ⚡️
diff --git a/src/components/SideBar.astro b/src/components/SideBar.astro index 7eb0110..38d43a3 100644 --- a/src/components/SideBar.astro +++ b/src/components/SideBar.astro @@ -4,8 +4,8 @@