From d3d14ac03a837052e93f70bb8fdd3a78986edcbc Mon Sep 17 00:00:00 2001 From: dev sp Date: Fri, 12 Jan 2024 11:30:08 +0000 Subject: [PATCH] l --- README.md | 2 +- public/img/facebook.svg | 1 + public/img/whatsapp.svg | 1 + src/pages/[id].astro | 21 +++++++++++++++++++-- 4 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 public/img/facebook.svg create mode 100644 public/img/whatsapp.svg diff --git a/README.md b/README.md index 8252739..c49f3aa 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Inside of your Astro project, you'll see the following folders and files: ``` / ├── public/ -│ └── favicon.svg +│ └── favicon.ico ├── src/ │ ├── components/ │ │ └── Card.astro diff --git a/public/img/facebook.svg b/public/img/facebook.svg new file mode 100644 index 0000000..86a149b --- /dev/null +++ b/public/img/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/whatsapp.svg b/public/img/whatsapp.svg new file mode 100644 index 0000000..94be9a9 --- /dev/null +++ b/public/img/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pages/[id].astro b/src/pages/[id].astro index 738755e..9a8e433 100644 --- a/src/pages/[id].astro +++ b/src/pages/[id].astro @@ -18,15 +18,32 @@ const items = data.data[idx];
-
+

{items.heading}

{items.title}

- {items.title} +
+ {items.title} +
+ + +
+
+
+ + + +

+