🚧 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", "name": "SNIGDHA OS",
"logo_name": "micheal-weaver", "logo_name": "snigdha-os",
"role": "Front-end developer", "role": "be silent when it is time to hear!",
"about": { "about": {
"sections": { "sections": {
"professional-info": { "professional-info": {
@@ -70,17 +70,17 @@
}, },
"social": { "social": {
"github": { "github": {
"title": "Github profile", "title": "Github",
"url": "https://github.com/", "url": "https://github.com/",
"user": "username" "user": "Snigdha-OS"
}, },
"facebook": { "facebook": {
"title": "Facebook profile", "title": "Facebook",
"url": "https://facebook.com/", "url": "https://facebook.com/",
"user": "username" "user": "username"
}, },
"twitter": { "twitter": {
"title": "Twitter account", "title": "Twitter",
"url": "https://twitter.com/", "url": "https://twitter.com/",
"user": "username" "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"> <main v-if="!loading" id="about-me" class="page">
<div id="mobile-page-title"> <div id="mobile-page-title">
<h2>_about-me</h2> <h2>_about</h2>
</div> </div>
<div id="page-menu" class="w-full flex"> <div id="page-menu" class="w-full flex">

View File

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

View File

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

2731
yarn.lock

File diff suppressed because it is too large Load Diff