🚧 wip(incomplete!): some changes broken

Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
Abhiraj Roy
2024-06-05 05:47:50 +05:30
parent d2a41bb893
commit b413584018
6 changed files with 11839 additions and 1303 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Micheal Weaver",
"logo_name": "micheal-weaver",
"role": "Front-end developer",
"name": "SNIGDHA OS",
"logo_name": "snigdha-os",
"role": "be silent when it is time to hear!",
"about": {
"sections": {
"professional-info": {
@@ -70,17 +70,17 @@
},
"social": {
"github": {
"title": "Github profile",
"title": "Github",
"url": "https://github.com/",
"user": "username"
"user": "Snigdha-OS"
},
"facebook": {
"title": "Facebook profile",
"title": "Facebook",
"url": "https://facebook.com/",
"user": "username"
},
"twitter": {
"title": "Twitter account",
"title": "Twitter",
"url": "https://twitter.com/",
"user": "username"
}

10391
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
<main v-if="!loading" id="about-me" class="page">
<div id="mobile-page-title">
<h2>_about-me</h2>
<h2>_about</h2>
</div>
<div id="page-menu" class="w-full flex">

View File

@@ -2,7 +2,7 @@
<main id="contact-me" class="page">
<div id="mobile-page-title">
<h2>_contact-me</h2>
<h2>_contact</h2>
</div>
<div id="page-menu" class="w-full h-full flex flex-col border-right">

View File

@@ -9,7 +9,7 @@
<div class="head">
<span>
Hi all, I am
<h2>Greetings From</h2>
</span>
<h1>{{ config.dev.name }}</h1>
<span class="diple flex">

2731
yarn.lock

File diff suppressed because it is too large Load Diff