🚧 wip(css): change in style

Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
Abhiraj Roy
2024-06-05 13:58:00 +05:30
parent 170e34e7f6
commit 1aae6b0d81
5 changed files with 35 additions and 32 deletions

View File

@@ -44,8 +44,8 @@
.snippet-container { .snippet-container {
background-color: #011221; background-color: #011221;
padding: 5px; padding: 5px;
border-radius: 15px; border-radius: 0px;
border: 1px solid #1E2D3D; border: 1px solid #FF7F53;
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: #5e6ef2; color: #FF7F53;
} }
/* #comment { /* #comment {

View File

@@ -38,9 +38,9 @@ const { project, key, index } = defineProps(['project', 'key', 'index'])
} }
#project-card { #project-card {
border: 1px solid #1E2D3D; border: 1px solid #FF7F53;
background-color: #011221; background-color: #011221;
border-radius: 15px; border-radius: 1px;
max-width: 400px; max-width: 400px;
} }

View File

@@ -275,8 +275,8 @@
export default { export default {
data() { data() {
return { return {
currentSection: 'personal-info', currentSection: 'professional-info',
folder: 'bio', folder: 'experience',
loading: true, loading: true,
} }
}, },

View File

@@ -9,7 +9,7 @@
<div class="head"> <div class="head">
<span> <span>
<h2>Greetings From</h2> <h2>greetings,</h2>
</span> </span>
<h1>{{ config.dev.name }}</h1> <h1>{{ config.dev.name }}</h1>
<span class="diple flex"> <span class="diple flex">
@@ -20,19 +20,22 @@
<div id="info"> <div id="info">
<span class="action"> <span class="action">
// complete the game to continue <!-- // complete the game to continue
or skip to see about "Snigdha OS" or skip to see about "Snigdha OS" -->
</span> </span>
<span :class="{hide: isMobile}"> <span :class="{hide: isMobile}">
// source code can be found on # source code can be found on <br>
# do follow us on github
</span> </span>
<span>#!/usr/bin/python</span>
<span :class="{hide: !isMobile}"> <span :class="{hide: !isMobile}">
// browse the source code: # source code:<br>
# follow us on github
</span> </span>
<p class="code"> <p class="code mb-5">
<span class="identifier"> <!-- <span class="identifier">
const const
</span> </span> -->
<span class="variable-name"> <span class="variable-name">
github github
</span> </span>
@@ -43,17 +46,17 @@
"https://github.com/{{ config.public.dev.contacts.social.github.user }}" "https://github.com/{{ config.public.dev.contacts.social.github.user }}"
</a> </a>
</p> </p>
<p class="mb-6"></p> <p class="mb-4"></p>
<span :class="{hide: isMobile}"> <span :class="{hide: isMobile}">
// download Snigdha OS # click on the link to download snigdha os iso file
</span> </span>
<span :class="{hide: !isMobile}"> <span :class="{hide: !isMobile}">
// we recommend you to download the <b>ISO</b> file on PC # it is recommended to download the <b>ISO</b> file on PC
</span> </span>
<p class="code"> <p class="code mb-5">
<span class="identifier"> <!-- <span class="identifier">
const const
</span> </span> -->
<span class="variable-name"> <span class="variable-name">
download download
</span> </span>
@@ -66,17 +69,17 @@
</p> </p>
<p class="mb-6"></p> <p class="mb-6"></p>
<span :class="{hide: isMobile}"> <span :class="{hide: isMobile}">
// having problem with installation? # having problem with installation?
</span> </span>
<span :class="{hide: !isMobile}"> <span :class="{hide: !isMobile}">
// having problem with installation? # having problem with installation?
</span> </span>
<p class="code"> <p class="code mb-5">
<span class="identifier"> <!-- <span class="identifier">
const const
</span> </span> -->
<span class="variable-name"> <span class="variable-name">
docs documentation
</span> </span>
<span class="operator"> <span class="operator">
= =

View File

@@ -151,8 +151,8 @@ input[type="checkbox"] {
background-color: transparent; background-color: transparent;
width: 1.15em; width: 1.15em;
height: 1.15em; height: 1.15em;
border: 2px solid currentColor; border: 1px solid currentColor;
border-radius: 0.15em; border-radius: 0px;
margin-top: 1px; margin-top: 1px;
} }
@@ -164,7 +164,7 @@ input[type="checkbox"]:checked {
} }
input[type="checkbox"]:checked:hover { input[type="checkbox"]:checked:hover {
box-shadow: #607b968b 0px 0px 0px 2px; box-shadow: #FF7F53 0px 0px 0px 2px;
} }
input[type="checkbox"]:not(:checked) { input[type="checkbox"]:not(:checked) {
@@ -177,14 +177,14 @@ input[type="checkbox"]:hover {
background-image: url("data:image/svg+xml;utf8,<svg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.38587 7.2802L11.9718 0.693573L12.9856 1.70668L5.38587 9.30641L0.826172 4.74671L1.83928 3.73361L5.38587 7.2802Z' fill='white'/></svg>"); background-image: url("data:image/svg+xml;utf8,<svg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.38587 7.2802L11.9718 0.693573L12.9856 1.70668L5.38587 9.30641L0.826172 4.74671L1.83928 3.73361L5.38587 7.2802Z' fill='white'/></svg>");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
box-shadow: #607b968b 0px 0px 0px 2px; box-shadow: #FF7F53 0px 0px 0px 2px;
} }
input[type="checkbox"]:hover:not(:checked) { input[type="checkbox"]:hover:not(:checked) {
cursor: pointer; cursor: pointer;
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1);
background-image: none; background-image: none;
box-shadow: #607b968b 0px 0px 0px 2px; box-shadow: #FF7F53 0px 0px 0px 2px;
} }
input[type="checkbox"]:focus { input[type="checkbox"]:focus {