Skip to content

Commit e770946

Browse files
Bikram GoleBikram Gole
authored andcommitted
Simplify cli snapshot header and shrink
1 parent 442cc0c commit e770946

2 files changed

Lines changed: 5 additions & 64 deletions

File tree

index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,6 @@ <h1 id="hero-name" data-name="Bikram Gole">Bikram Gole</h1>
231231
<h2>Neo@Arch Snapshot</h2>
232232
<p>Terminal-style identity dump, straight from the shell.</p>
233233
<div class="cli-window" aria-label="Terminal snapshot">
234-
<div class="cli-window-head">
235-
<span class="cli-dots" aria-hidden="true"></span>
236-
<div class="cli-head-text">
237-
<span class="cli-title">Terminal</span>
238-
<span class="cli-sub">Last login: aura session live</span>
239-
</div>
240-
<span class="cli-badge">neo@arch</span>
241-
</div>
242234
<pre class="cli-block">
243235
<span class="cli-prompt">neo@arch:~$ whoami</span>
244236
<span class="cli-output">Bikram Gole</span>

styles.css

Lines changed: 5 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,71 +3257,20 @@ body[data-theme="paper"] .skeleton-line {
32573257

32583258
.cli-window {
32593259
margin-top: 0.6rem;
3260-
border-radius: 14px;
3260+
border-radius: 12px;
32613261
border: 1px solid rgba(255, 255, 255, 0.08);
32623262
background: #0b0f17;
32633263
box-shadow: 0 18px 40px rgba(3, 6, 16, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.04);
32643264
overflow: hidden;
32653265
}
32663266

3267-
.cli-window-head {
3268-
display: flex;
3269-
align-items: center;
3270-
gap: 0.6rem;
3271-
padding: 0.45rem 0.7rem;
3272-
background: linear-gradient(180deg, rgba(18, 24, 40, 0.98), rgba(10, 14, 24, 0.98));
3273-
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
3274-
}
3275-
3276-
.cli-dots {
3277-
width: 44px;
3278-
height: 9px;
3279-
border-radius: 999px;
3280-
background:
3281-
radial-gradient(circle at 7px 50%, #ff5f57 3px, transparent 4px),
3282-
radial-gradient(circle at 22px 50%, #febc2e 3px, transparent 4px),
3283-
radial-gradient(circle at 37px 50%, #28c840 3px, transparent 4px);
3284-
flex: 0 0 auto;
3285-
}
3286-
3287-
.cli-head-text {
3288-
display: flex;
3289-
flex-direction: column;
3290-
gap: 0.08rem;
3291-
}
3292-
3293-
.cli-title {
3294-
font-size: 0.68rem;
3295-
letter-spacing: 0.18em;
3296-
text-transform: uppercase;
3297-
color: #dfe9f7;
3298-
}
3299-
3300-
.cli-sub {
3301-
font-size: 0.6rem;
3302-
color: rgba(184, 205, 234, 0.7);
3303-
}
3304-
3305-
.cli-badge {
3306-
margin-left: auto;
3307-
padding: 0.14rem 0.45rem;
3308-
border-radius: 999px;
3309-
border: 1px solid rgba(120, 160, 220, 0.45);
3310-
background: rgba(8, 14, 24, 0.9);
3311-
font-size: 0.62rem;
3312-
letter-spacing: 0.08em;
3313-
text-transform: uppercase;
3314-
font-family: "JetBrains Mono", "Fira Mono", "Menlo", "Consolas", "Courier New", monospace;
3315-
color: #bcd3f6;
3316-
}
3317-
33183267
.cli-block {
33193268
margin: 0;
3320-
padding: 0.65rem 0.85rem 0.75rem;
3269+
padding: 0.52rem 0.7rem 0.6rem;
33213270
background: #0a0f18;
33223271
font-family: "JetBrains Mono", "Fira Mono", "Menlo", "Consolas", "Courier New", monospace;
3323-
font-size: 0.74rem;
3324-
line-height: 1.5;
3272+
font-size: 0.7rem;
3273+
line-height: 1.45;
33253274
color: var(--ink);
33263275
white-space: pre-wrap;
33273276
border: 0;
@@ -3340,7 +3289,7 @@ body[data-theme="paper"] .skeleton-line {
33403289
}
33413290

33423291
.cli-gap {
3343-
height: 0.22rem;
3292+
height: 0.16rem;
33443293
}
33453294

33463295
.repo-meta {

0 commit comments

Comments
 (0)