mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
🐛 fix(noscope): some minor bugs
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"css.customData": [".vscode/tailwind.json"]
|
||||||
|
}
|
55
.vscode/tailwind.json
vendored
Normal file
55
.vscode/tailwind.json
vendored
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"version": 1.1,
|
||||||
|
"atDirectives": [
|
||||||
|
{
|
||||||
|
"name": "@tailwind",
|
||||||
|
"description": "Use the `@tailwind` directive to insert Tailwind's `base`, `components`, `utilities` and `screens` styles into your CSS.",
|
||||||
|
"references": [
|
||||||
|
{
|
||||||
|
"name": "Tailwind Documentation",
|
||||||
|
"url": "https://tailwindcss.com/docs/functions-and-directives#tailwind"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "@apply",
|
||||||
|
"description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS. This is useful when you find a common utility pattern in your HTML that you’d like to extract to a new component.",
|
||||||
|
"references": [
|
||||||
|
{
|
||||||
|
"name": "Tailwind Documentation",
|
||||||
|
"url": "https://tailwindcss.com/docs/functions-and-directives#apply"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "@responsive",
|
||||||
|
"description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css\n@responsive {\n .alert {\n background-color: #E53E3E;\n }\n}\n```\n",
|
||||||
|
"references": [
|
||||||
|
{
|
||||||
|
"name": "Tailwind Documentation",
|
||||||
|
"url": "https://tailwindcss.com/docs/functions-and-directives#responsive"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "@screen",
|
||||||
|
"description": "The `@screen` directive allows you to create media queries that reference your breakpoints by **name** instead of duplicating their values in your own CSS:\n```css\n@screen sm {\n /* ... */\n}\n```\n…gets transformed into this:\n```css\n@media (min-width: 640px) {\n /* ... */\n}\n```\n",
|
||||||
|
"references": [
|
||||||
|
{
|
||||||
|
"name": "Tailwind Documentation",
|
||||||
|
"url": "https://tailwindcss.com/docs/functions-and-directives#screen"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "@variants",
|
||||||
|
"description": "Generate `hover`, `focus`, `active` and other **variants** of your own utilities by wrapping their definitions in the `@variants` directive:\n```css\n@variants hover, focus {\n .btn-brand {\n background-color: #3182CE;\n }\n}\n```\n",
|
||||||
|
"references": [
|
||||||
|
{
|
||||||
|
"name": "Tailwind Documentation",
|
||||||
|
"url": "https://tailwindcss.com/docs/functions-and-directives#variants"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@@ -9,6 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="font-fira_retina text-white text-container">
|
<div class="font-fira_retina text-white text-container">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<span class="tag">
|
<span class="tag">
|
||||||
const
|
const
|
||||||
</span>
|
</span>
|
||||||
|
@@ -45,7 +45,7 @@
|
|||||||
background-color: #011221;
|
background-color: #011221;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border: 1px solid #FF7F53;
|
border: 1px solid #FF416C;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
@@ -86,7 +86,7 @@ code.hljs{
|
|||||||
}
|
}
|
||||||
|
|
||||||
#username:hover {
|
#username:hover {
|
||||||
color: #FF7F53;
|
color: #FF416C;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #comment {
|
/* #comment {
|
||||||
|
@@ -90,10 +90,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"find_me_also_in": {
|
"find_me_also_in": {
|
||||||
"title": "find-me-also-in",
|
"title": "developers",
|
||||||
"sources": {
|
"sources": {
|
||||||
"youtube": {
|
"youtube": {
|
||||||
"title": "YouTube channel",
|
"title": "GitHub",
|
||||||
"url": "https://www.youtube.com/",
|
"url": "https://www.youtube.com/",
|
||||||
"user": "username"
|
"user": "username"
|
||||||
},
|
},
|
||||||
@@ -116,26 +116,26 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gists": {
|
"gists": {
|
||||||
"1": "83861a67e377633ee8368df01ee3a355",
|
"1": "7991ac9882771df1c56578fa60d5f0ab",
|
||||||
"2": "694c1f32332788a2ac7f37b09e5aa40e"
|
"2": "1851f532dedb1e515f0aacd24276c9dd"
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"1": {
|
"1": {
|
||||||
"title": "_ui-animations",
|
"title": "snigdhaos-assistant",
|
||||||
"description": "Duis aute irure dolor in velit esse cillum dolore.",
|
"description": "Duis aute irure dolor in velit esse cillum dolore.",
|
||||||
"img": "/images/projects/ui-animations2.png",
|
"img": "/images/projects/ui-animations2.png",
|
||||||
"tech": ["Flutter"],
|
"tech": ["CPP"],
|
||||||
"url": "https://github.com/"
|
"url": "https://github.com/"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"title": "_ai-resources",
|
"title": "snigdhaos-kernel-manager",
|
||||||
"description": "Duis aute irure dolor in velit esse cillum dolore.",
|
"description": "Duis aute irure dolor in velit esse cillum dolore.",
|
||||||
"img": "/images/projects/ai-resources.png",
|
"img": "/images/projects/ai-resources.png",
|
||||||
"tech": ["Gatsby"],
|
"tech": ["Python"],
|
||||||
"url": "https://github.com/"
|
"url": "https://github.com/"
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"title": "_worldmap",
|
"title": "snigdhaos-blackbox",
|
||||||
"description": "Duis aute irure dolor in velit esse cillum dolore.",
|
"description": "Duis aute irure dolor in velit esse cillum dolore.",
|
||||||
"img": "/images/projects/worldmap.png",
|
"img": "/images/projects/worldmap.png",
|
||||||
"tech": ["Angular"],
|
"tech": ["Angular"],
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
"description": "Duis aute irure dolor in velit esse cillum dolore.",
|
"description": "Duis aute irure dolor in velit esse cillum dolore.",
|
||||||
"img": "/images/projects/ui-animations.png",
|
"img": "/images/projects/ui-animations.png",
|
||||||
"tech": ["React"],
|
"tech": ["React"],
|
||||||
"url": "https://github.com/"
|
"url": "https://github.com/Snigdha-OS/snigdhaos-zen-kernel"
|
||||||
},
|
},
|
||||||
"5": {
|
"5": {
|
||||||
"title": "_tetris-game",
|
"title": "_tetris-game",
|
||||||
|
Reference in New Issue
Block a user