diff --git a/components/GistSnippet.vue b/components/GistSnippet.vue index caebe409..4b29aaf2 100644 --- a/components/GistSnippet.vue +++ b/components/GistSnippet.vue @@ -44,8 +44,8 @@ .snippet-container { background-color: #011221; padding: 5px; - border-radius: 15px; - border: 1px solid #1E2D3D; + border-radius: 0px; + border: 1px solid #FF7F53; font-size: 12px; overflow-y: scroll; overflow-x: scroll; @@ -86,7 +86,7 @@ code.hljs{ } #username:hover { - color: #5e6ef2; + color: #FF7F53; } /* #comment { diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue index 9661f02a..dbb98240 100644 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -38,9 +38,9 @@ const { project, key, index } = defineProps(['project', 'key', 'index']) } #project-card { - border: 1px solid #1E2D3D; + border: 1px solid #FF7F53; background-color: #011221; - border-radius: 15px; + border-radius: 1px; max-width: 400px; } diff --git a/pages/about-me.vue b/pages/about-me.vue index c799c68d..f72cb62e 100644 --- a/pages/about-me.vue +++ b/pages/about-me.vue @@ -275,8 +275,8 @@ export default { data() { return { - currentSection: 'personal-info', - folder: 'bio', + currentSection: 'professional-info', + folder: 'experience', loading: true, } }, diff --git a/pages/index.vue b/pages/index.vue index 0540276f..5427dad2 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -9,7 +9,7 @@
-

Greetings From

+

greetings,

{{ config.dev.name }}

@@ -20,19 +20,22 @@
- // complete the game to continue - or skip to see about "Snigdha OS" + - // source code can be found on + # source code can be found on
+ # do follow us on github
+ #!/usr/bin/python - // browse the source code: + # source code:
+ # follow us on github
-

- +

+ github @@ -43,17 +46,17 @@ "https://github.com/{{ config.public.dev.contacts.social.github.user }}"

-

+

- // download Snigdha OS + # click on the link to download snigdha os iso file - // we recommend you to download the ISO file on PC + # it is recommended to download the ISO file on PC -

- +

+ download @@ -66,17 +69,17 @@

- // having problem with installation? + # having problem with installation? - // having problem with installation? + # having problem with installation? -

- +

+ - docs + documentation = diff --git a/pages/projects.vue b/pages/projects.vue index fc56563c..14e10c23 100644 --- a/pages/projects.vue +++ b/pages/projects.vue @@ -151,8 +151,8 @@ input[type="checkbox"] { background-color: transparent; width: 1.15em; height: 1.15em; - border: 2px solid currentColor; - border-radius: 0.15em; + border: 1px solid currentColor; + border-radius: 0px; margin-top: 1px; } @@ -164,7 +164,7 @@ input[type="checkbox"]:checked { } input[type="checkbox"]:checked:hover { - box-shadow: #607b968b 0px 0px 0px 2px; + box-shadow: #FF7F53 0px 0px 0px 2px; } input[type="checkbox"]:not(:checked) { @@ -177,14 +177,14 @@ input[type="checkbox"]:hover { background-image: url("data:image/svg+xml;utf8,"); background-repeat: no-repeat; background-position: center; - box-shadow: #607b968b 0px 0px 0px 2px; + box-shadow: #FF7F53 0px 0px 0px 2px; } input[type="checkbox"]:hover:not(:checked) { cursor: pointer; background-color: rgba(0, 0, 0, 0.1); background-image: none; - box-shadow: #607b968b 0px 0px 0px 2px; + box-shadow: #FF7F53 0px 0px 0px 2px; } input[type="checkbox"]:focus {