From 501573f68f650a1e5f54ee4b39164904ba776b64 Mon Sep 17 00:00:00 2001
From: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
Date: Wed, 5 Jun 2024 12:20:42 +0530
Subject: [PATCH] :racehorse: perf(improve): cleanup manual actions
---
components/SnakeGame.vue | 2 +-
developer.json | 11 ++++++--
pages/index.vue | 61 ++++++++++++++++++++++++++++++++++------
3 files changed, 61 insertions(+), 13 deletions(-)
diff --git a/components/SnakeGame.vue b/components/SnakeGame.vue
index 1771c9a8..03b88b89 100644
--- a/components/SnakeGame.vue
+++ b/components/SnakeGame.vue
@@ -76,7 +76,7 @@
About me
I have 5 years of experience in web development lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat officia deserunt mollit anim id est laborum."
},
"interests": {
@@ -64,8 +64,8 @@
"direct": {
"title": "contacts",
"sources": {
- "email": "user@gmail.com",
- "phone": "+3598246359"
+ "email": "hello@snigdhaos.org",
+ "phone": "N/A"
}
},
"social": {
@@ -74,6 +74,11 @@
"url": "https://github.com/",
"user": "Snigdha-OS"
},
+ "download": {
+ "title": "Download",
+ "url": "#",
+ "user": "#"
+ },
"facebook": {
"title": "Facebook",
"url": "https://facebook.com/",
diff --git a/pages/index.vue b/pages/index.vue
index 9ef98548..0540276f 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -21,19 +21,20 @@
const - githubLink + github = @@ -42,6 +43,48 @@ "https://github.com/{{ config.public.dev.contacts.social.github.user }}"
+ + + // download Snigdha OS + + + // we recommend you to download the ISO file on PC + ++ + const + + + download + + + = + + + "https://download.com/{{ config.public.dev.contacts.social.download.user }}" + +
+ + + // having problem with installation? + + + // having problem with installation? + ++ + const + + + docs + + + = + + + "https://download.com/{{ config.public.dev.contacts.social.download.user }}" + +