diff --git a/components/archive/hero.vue b/components/archive/hero.vue index 8577632..2faaa31 100644 --- a/components/archive/hero.vue +++ b/components/archive/hero.vue @@ -3,7 +3,7 @@

Archive

-

Here you will find all the blog post I have written & publish in this site.

+

Here you will find all the blog posts I have written & published on this site.

diff --git a/components/main/footer.vue b/components/main/footer.vue index df50507..394baed 100644 --- a/components/main/footer.vue +++ b/components/main/footer.vue @@ -5,20 +5,36 @@

Al Asad Nur Riyad

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Officia soluta voluptatum - eligendi laboriosam non reprehenderit. + Hi! I am Riyad, a Tech enthusiast, problem solver and software engineer. Currently + working at Appscode Inc.

- + - + - + - +
@@ -26,26 +42,25 @@

Quick Link

Home - Categories - Archive - About Me + Categories + Archive + + About Me +

Connect

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit eaque inventore - quia nesciunt? + I have a fair amount of knowledge of Javascript, Typescript, VueJs, and Nuxt. If you + have an interesting idea, either open source or paid let's connect.

- - + + + Sent Mail +
diff --git a/components/main/header.vue b/components/main/header.vue index 134dad8..9136dcd 100644 --- a/components/main/header.vue +++ b/components/main/header.vue @@ -17,20 +17,17 @@ let isDark = ref(false)
  • Archive
  • - - +
  • + + + +
  • diff --git a/components/main/hero.vue b/components/main/hero.vue index 86757e8..97883f1 100644 --- a/components/main/hero.vue +++ b/components/main/hero.vue @@ -6,8 +6,8 @@ Welcome To My Blog Site

    - Get Web Development, Javascript, Typescript, NodeJs, Vue and Nuxt, Related Articles, Tips, - Learning resource and more. + Get Web Development, Javascript, Typescript, NodeJs, Vue, and Nuxt, Related Articles, + Tips, Learning resources and more.

    diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 0000000..be73302 Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100644 index 0000000..c7d1832 Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..e03e723 Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 0000000..f6ed938 Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..f13b630 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico index e8e2258..ae472f4 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ