This commit is contained in:
@@ -1,25 +1,40 @@
|
|||||||
@media (max-width: 600px){
|
@media (max-width: 600px){
|
||||||
.banner-header{ flex-direction: column; align-items: center; text-align: center; }
|
|
||||||
.banner-logo{ margin: 0 0 .5rem 0; }
|
|
||||||
nav{ flex-wrap: wrap; justify-content: center; gap: .5rem; font-size: 1rem; }
|
|
||||||
|
|
||||||
|
|
||||||
.theme-toggle {
|
|
||||||
position: static;
|
|
||||||
order: 2;
|
|
||||||
margin-left: .5rem;
|
|
||||||
padding: .3rem .6rem;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.banner-header {
|
.banner-header {
|
||||||
flex-wrap: wrap;
|
align-items: stretch;
|
||||||
|
gap: 0.7rem;
|
||||||
|
margin-top: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-brand {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.banner-header nav {
|
|
||||||
|
.site-nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
gap: 0.2rem;
|
||||||
|
font-size: 0.92rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-nav a {
|
||||||
|
padding: 0.42rem 0.55rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-actions {
|
||||||
|
width: 100%;
|
||||||
|
flex: 1 1 100%;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-search {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#updated {
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.no-sidenotes {
|
body.no-sidenotes {
|
||||||
@@ -43,11 +58,14 @@
|
|||||||
--note-color: #c2c7cf;
|
--note-color: #c2c7cf;
|
||||||
--note-bg: transparent;
|
--note-bg: transparent;
|
||||||
|
|
||||||
--border: #2a2f3a;
|
--border: #2a2f3a;
|
||||||
--chip-bg: #1f2330;
|
--chip-bg: #1f2330;
|
||||||
--chip-fg: #cfd3da;
|
--chip-fg: #cfd3da;
|
||||||
--muted: #a9b0bb;
|
--muted: #a9b0bb;
|
||||||
}
|
--surface: #151820;
|
||||||
|
--surface-soft: #1b202a;
|
||||||
|
--accent: #8ab4ff;
|
||||||
|
}
|
||||||
.countdown-wrap {
|
.countdown-wrap {
|
||||||
color: var(--fg, #ddd);
|
color: var(--fg, #ddd);
|
||||||
}
|
}
|
||||||
@@ -62,6 +80,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1250px){
|
@media (max-width: 1250px){
|
||||||
|
:root {
|
||||||
|
--content-min: 0px;
|
||||||
|
--content: min(var(--content-max), calc(100vi - 2 * var(--body-pad)));
|
||||||
|
}
|
||||||
|
|
||||||
#preamble.status{
|
#preamble.status{
|
||||||
padding-right: var(--body-pad);
|
padding-right: var(--body-pad);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
|
|
||||||
#updated{
|
#updated{
|
||||||
font-size: .8rem; color: var(--fg);
|
font-size: .76rem;
|
||||||
margin: .5rem 0 1rem; font-style: italic;
|
color: var(--muted);
|
||||||
|
margin: .45rem 0 0;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidenote,
|
.sidenote,
|
||||||
@@ -85,17 +87,23 @@ body{ counter-reset: sidenote-counter; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.post-date{ color: pink; font-size: .9em; margin-left: 8px; }
|
.post-date{
|
||||||
|
color: var(--muted);
|
||||||
|
font-size: .86em;
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.post-tag{
|
.post-tag{
|
||||||
float: right;
|
float: right;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: #f0f0f0;
|
background-color: var(--chip-bg);
|
||||||
color: #444;
|
color: var(--chip-fg);
|
||||||
border-radius: 5px;
|
border: 1px solid color-mix(in oklab, var(--border) 78%, transparent);
|
||||||
padding: 2px 6px;
|
border-radius: 999px;
|
||||||
|
padding: 0.08rem 0.5rem;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filetags {
|
.filetags {
|
||||||
@@ -109,46 +117,49 @@ body{ counter-reset: sidenote-counter; }
|
|||||||
.filetags .tag {
|
.filetags .tag {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .1rem .45rem;
|
padding: .1rem .45rem;
|
||||||
border-radius: .5rem;
|
border-radius: 999px;
|
||||||
background: #f0f0f0;
|
background: var(--chip-bg);
|
||||||
|
color: var(--chip-fg);
|
||||||
|
border: 1px solid color-mix(in oklab, var(--border) 78%, transparent);
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.figure figcaption{ color: var(--muted); }
|
.figure figcaption{ color: var(--muted); }
|
||||||
.post-tag{
|
|
||||||
background-color: var(--chip-bg);
|
|
||||||
color: var(--chip-fg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.org-src-container{
|
.org-src-container{
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
box-shadow: 3px 3px 3px rgba(0,0,0,.15);
|
border-radius: 8px;
|
||||||
|
box-shadow: none;
|
||||||
|
overflow: hidden;
|
||||||
|
background: var(--code-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
:not(pre) > code{
|
:not(pre) > code{
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
background-color: var(--code-bg);
|
background-color: var(--code-bg);
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 0.05rem 0.28rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-toggle {
|
.theme-toggle {
|
||||||
position: fixed;
|
border: 1px solid var(--border);
|
||||||
top: 0.75rem;
|
background: color-mix(in oklab, var(--surface-soft) 82%, transparent);
|
||||||
right: 1rem;
|
|
||||||
z-index: 1000;
|
|
||||||
border: 1px solid var(--border, #ccc);
|
|
||||||
background: transparent;
|
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
padding: .35rem .7rem;
|
min-height: 2.25rem;
|
||||||
border-radius: 6px;
|
padding: 0 0.75rem;
|
||||||
|
border-radius: 7px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
transition: background-color 0.3s, color 0.3s, border-color 0.3s;
|
font-size: 0.9rem;
|
||||||
|
font-weight: 750;
|
||||||
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s;
|
||||||
}
|
}
|
||||||
.theme-toggle:hover {
|
.theme-toggle:hover,
|
||||||
background-color: rgba(0,0,0,0.05);
|
.theme-toggle:focus-visible {
|
||||||
|
background-color: color-mix(in oklab, var(--accent) 12%, transparent);
|
||||||
color: var(--heading);
|
color: var(--heading);
|
||||||
border-color: var(--heading);
|
border-color: color-mix(in oklab, var(--accent) 42%, var(--border));
|
||||||
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.web-logo {
|
.web-logo {
|
||||||
@@ -225,44 +236,42 @@ time.countdown.expired {
|
|||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make nav a flex container */
|
|
||||||
nav {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SEARCH */
|
/* SEARCH */
|
||||||
#search-input,
|
|
||||||
#search-btn {
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#search-input {
|
#search-input {
|
||||||
width: 12rem;
|
width: 100%;
|
||||||
padding: 0.3rem 0.5rem;
|
min-height: 2.25rem;
|
||||||
|
padding: 0.35rem 0.7rem;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
border: 1px solid var(--border-color, #ccc);
|
border: 1px solid var(--border);
|
||||||
border-radius: 4px;
|
border-radius: 7px;
|
||||||
font-family: var(--font-body);
|
font-family: var(--font-body);
|
||||||
font-weight: 300;
|
font-weight: 450;
|
||||||
background-color: var(--kb-card-bg);
|
background-color: var(--surface);
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Button styling */
|
/* Button styling */
|
||||||
#search-btn {
|
#search-btn {
|
||||||
margin-left: 0;
|
display: inline-grid;
|
||||||
background: none;
|
place-items: center;
|
||||||
border: none;
|
flex: 0 0 2.25rem;
|
||||||
|
width: 2.25rem;
|
||||||
|
height: 2.25rem;
|
||||||
|
background: color-mix(in oklab, var(--surface-soft) 82%, transparent);
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
border-radius: 7px;
|
||||||
|
color: var(--fg);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 1.1rem;
|
font-size: 0.95rem;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Focus state */
|
/* Focus state */
|
||||||
#search-input:focus {
|
#search-input:focus,
|
||||||
outline: 2px solid var(--accent-color, #5b8cff);
|
#search-btn:focus-visible {
|
||||||
|
outline: 0;
|
||||||
|
border-color: color-mix(in oklab, var(--accent) 55%, var(--border));
|
||||||
|
box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 16%, transparent);
|
||||||
}
|
}
|
||||||
@media (max-width: 700px) {
|
@media (max-width: 700px) {
|
||||||
#search-input {
|
#search-input {
|
||||||
@@ -270,8 +279,7 @@ nav {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#search-btn {
|
#search-btn {
|
||||||
font-size: 1.4rem;
|
font-size: 1rem;
|
||||||
padding: 0.2rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#search-results {
|
#search-results {
|
||||||
@@ -419,4 +427,3 @@ h2[id], h3[id], h4[id] { scroll-margin-top: 6.5rem; }
|
|||||||
background-color: var(--active-toc);
|
background-color: var(--active-toc);
|
||||||
/* border: 1px solid var(--border, #ccc); */
|
/* border: 1px solid var(--border, #ccc); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,9 @@
|
|||||||
--fg: #000000;
|
--fg: #000000;
|
||||||
--link: #1a0dab;
|
--link: #1a0dab;
|
||||||
--heading: #004c99;
|
--heading: #004c99;
|
||||||
|
--surface: #ffffff;
|
||||||
|
--surface-soft: #f3f1eb;
|
||||||
|
--accent: #2563eb;
|
||||||
--code-bg: #f0f0f0;
|
--code-bg: #f0f0f0;
|
||||||
--active-toc: #cacaca;
|
--active-toc: #cacaca;
|
||||||
--note-color: #555;
|
--note-color: #555;
|
||||||
@@ -41,6 +44,9 @@
|
|||||||
--fg: #e6e6e6;
|
--fg: #e6e6e6;
|
||||||
--link: #8ab4ff;
|
--link: #8ab4ff;
|
||||||
--heading: #9ecbff;
|
--heading: #9ecbff;
|
||||||
|
--surface: #151820;
|
||||||
|
--surface-soft: #1b202a;
|
||||||
|
--accent: #8ab4ff;
|
||||||
--code-bg: #1a1d24;
|
--code-bg: #1a1d24;
|
||||||
|
|
||||||
--note-color: #c2c7cf;
|
--note-color: #c2c7cf;
|
||||||
@@ -75,13 +81,43 @@ html, body{
|
|||||||
transition: background-color .3s, color .3s;
|
transition: background-color .3s, color .3s;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: 'Noto', system-ui, sans-serif;
|
font-family: 'Noto', system-ui, sans-serif;
|
||||||
|
line-height: 1.65;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3{ color: var(--heading); }
|
body {
|
||||||
|
min-height: 100vh;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background: color-mix(in oklab, var(--accent) 24%, transparent);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3{
|
||||||
|
color: var(--heading);
|
||||||
|
line-height: 1.18;
|
||||||
|
letter-spacing: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin-top: 2.25rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
font-size: clamp(2rem, 4vw, 3.4rem);
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-top: 2.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0 0 1.15rem;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-underline-offset: 0.18em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
@@ -91,20 +127,91 @@ a:hover {
|
|||||||
.banner-header{
|
.banner-header{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: .5rem 1rem;
|
gap: 0.85rem;
|
||||||
border-radius: 6px;
|
padding: 0.7rem;
|
||||||
|
margin-top: 1rem;
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
border-radius: 8px;
|
||||||
|
background: color-mix(in oklab, var(--surface) 88%, var(--bg) 12%);
|
||||||
|
box-shadow: 0 12px 32px color-mix(in oklab, #000 8%, transparent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-brand {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.7rem;
|
||||||
|
color: var(--fg);
|
||||||
|
font-weight: 800;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-brand:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: var(--heading);
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-brand__text {
|
||||||
|
font-size: 0.98rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-logo{
|
.banner-logo{
|
||||||
height: 80px; width: auto;
|
height: 42px;
|
||||||
margin-right: 1.5rem; border-radius: 50%;
|
width: 42px;
|
||||||
|
object-fit: cover;
|
||||||
|
border-radius: 50%;
|
||||||
|
border: 1px solid color-mix(in oklab, var(--border) 80%, transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
nav{
|
.site-nav {
|
||||||
display: flex; gap: 1rem;
|
display: flex;
|
||||||
font-weight: 600; font-size: 1.1rem;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex: 1 1 auto;
|
||||||
|
gap: 0.25rem;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 0.95rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-nav a {
|
||||||
|
color: var(--muted);
|
||||||
|
padding: 0.45rem 0.65rem;
|
||||||
|
border-radius: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-nav a:hover,
|
||||||
|
.site-nav a:focus-visible {
|
||||||
|
color: var(--fg);
|
||||||
|
background: color-mix(in oklab, var(--fg) 7%, transparent);
|
||||||
|
text-decoration: none;
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-actions {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: flex-end;
|
||||||
|
gap: 0.4rem;
|
||||||
|
flex: 0 1 23rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-search {
|
||||||
|
display: block;
|
||||||
|
flex: 1 1 13rem;
|
||||||
|
min-width: 10rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.visually-hidden {
|
||||||
|
position: absolute;
|
||||||
|
width: 1px;
|
||||||
|
height: 1px;
|
||||||
|
padding: 0;
|
||||||
|
margin: -1px;
|
||||||
|
overflow: hidden;
|
||||||
|
clip: rect(0, 0, 0, 0);
|
||||||
|
white-space: nowrap;
|
||||||
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#preamble.status{
|
#preamble.status{
|
||||||
@@ -113,6 +220,7 @@ nav{
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding-left: var(--body-pad);
|
padding-left: var(--body-pad);
|
||||||
padding-right: var(--body-pad);
|
padding-right: var(--body-pad);
|
||||||
|
padding-top: 0.25rem;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -124,10 +232,12 @@ nav{
|
|||||||
|
|
||||||
|
|
||||||
footer{
|
footer{
|
||||||
color: var(--fg);
|
color: var(--muted);
|
||||||
padding: 1rem; margin-top: 2rem;
|
padding: 1.25rem;
|
||||||
border-radius: 6px; text-align: center;
|
margin-top: 3rem;
|
||||||
font-size: .9rem; font-style: italic;
|
border-top: 1px solid var(--border);
|
||||||
|
text-align: center;
|
||||||
|
font-size: .9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content.content{
|
#content.content{
|
||||||
@@ -138,6 +248,7 @@ footer{
|
|||||||
padding-right: var(--body-pad);
|
padding-right: var(--body-pad);
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding-top: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -145,6 +256,41 @@ footer{
|
|||||||
#content img:not(.fullwidth){
|
#content img:not(.fullwidth){
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border: 0;
|
||||||
|
border-top: 1px solid var(--border);
|
||||||
|
margin: 2rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
margin: 1.5rem 0;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
border-bottom: 1px solid var(--border);
|
||||||
|
padding: 0.65rem 0.75rem;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
color: var(--heading);
|
||||||
|
background: color-mix(in oklab, var(--surface-soft) 80%, transparent);
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
margin: 1.5rem 0;
|
||||||
|
padding: 0.9rem 1.1rem;
|
||||||
|
border-left: 4px solid var(--heading);
|
||||||
|
background: color-mix(in oklab, var(--surface-soft) 72%, transparent);
|
||||||
|
border-radius: 0 8px 8px 0;
|
||||||
|
color: color-mix(in oklab, var(--fg) 84%, var(--muted) 16%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
0
assets/styles/zhd.css
Normal file → Executable file
0
assets/styles/zhd.css
Normal file → Executable file
@@ -239,17 +239,25 @@ FMT / ARGS are passed to `format'."
|
|||||||
;; ─────────────────────────────────────────────────────────────────────────────
|
;; ─────────────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
(defvar z/preamble
|
(defvar z/preamble
|
||||||
"<div class=\"banner-header\">
|
"<div class=\"banner-header\" role=\"banner\">
|
||||||
<a href=\"/\"><img src=\"/assets/images/gr.png\" alt=\"Site Logo\" class=\"banner-logo\" /></a>
|
<a class=\"site-brand\" href=\"/\" aria-label=\"Home\">
|
||||||
<nav>
|
<img src=\"/assets/images/gr.png\" alt=\"\" class=\"banner-logo\" />
|
||||||
<a href=\"/\">Home | </a>
|
<span class=\"site-brand__text\">Zaine Qayyum</span>
|
||||||
<a href=\"/blogs/blogs-list.html\">Blogs | </a>
|
</a>
|
||||||
<a href=\"/posts/career/career-list.html\">Career | </a>
|
<nav class=\"site-nav\" aria-label=\"Primary\">
|
||||||
|
<a href=\"/\">Home</a>
|
||||||
|
<a href=\"/blogs/blogs-list.html\">Blogs</a>
|
||||||
|
<a href=\"/posts/career/career-list.html\">Career</a>
|
||||||
<a href=\"https://zone.zainezq.com\">Dashboard</a>
|
<a href=\"https://zone.zainezq.com\">Dashboard</a>
|
||||||
<input type=\"search\" id=\"search-input\" placeholder=\"Search…\" aria-label=\"Search notes\" />
|
|
||||||
<button id=\"search-btn\" aria-label=\"Search\">🔍</button>
|
|
||||||
</nav>
|
</nav>
|
||||||
<button class=\"theme-toggle\" id=\"theme-toggle\" type=\"button\" aria-label=\"Toggle dark mode\">🌗 Theme</button>
|
<div class=\"site-actions\">
|
||||||
|
<label class=\"site-search\" for=\"search-input\">
|
||||||
|
<span class=\"visually-hidden\">Search notes</span>
|
||||||
|
<input type=\"search\" id=\"search-input\" placeholder=\"Search notes\" aria-label=\"Search notes\" />
|
||||||
|
</label>
|
||||||
|
<button id=\"search-btn\" aria-label=\"Search\" type=\"button\">🔍</button>
|
||||||
|
<button class=\"theme-toggle\" id=\"theme-toggle\" type=\"button\" aria-label=\"Toggle dark mode\">Theme</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id=\"updated\">Updated: %C</div>
|
<div id=\"updated\">Updated: %C</div>
|
||||||
")
|
")
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
See the categories: @@html:<a href="../home/categories.html">Categories</a>@@
|
See the categories: @@html:<a href="../home/categories.html">Categories</a>@@
|
||||||
|
|
||||||
* Posts:
|
* Posts:
|
||||||
- [[file:career/career-list.org][Career List]] @@html:<span class="post-date">07-05-2026 09:33</span>@@
|
- [[file:career/career-list.org][Career List]] @@html:<span class="post-date">07-05-2026 10:25</span>@@
|
||||||
- [[file:posts-list.sync-conflict-20260417-233432-VT6366A.org][Posts List]] @@html:<span class="post-date">14-04-2026 16:36</span>@@
|
- [[file:posts-list.sync-conflict-20260417-233432-VT6366A.org][Posts List]] @@html:<span class="post-date">14-04-2026 16:36</span>@@
|
||||||
- [[file:career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] @@html:<span class="post-date">11-03-2026 17:18</span>@@ @@html:<a href="/tags/learning.html"><span class="post-tag">learning</span></a>@@ @@html:<a href="/tags/notes.html"><span class="post-tag">notes</span></a>@@
|
- [[file:career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] @@html:<span class="post-date">11-03-2026 17:18</span>@@ @@html:<a href="/tags/learning.html"><span class="post-tag">learning</span></a>@@ @@html:<a href="/tags/notes.html"><span class="post-tag">notes</span></a>@@
|
||||||
- [[file:career/javascript.org][Understands the Javascript language]] @@html:<span class="post-date">11-03-2026 16:52</span>@@ @@html:<a href="/tags/learning.html"><span class="post-tag">learning</span></a>@@ @@html:<a href="/tags/notes.html"><span class="post-tag">notes</span></a>@@
|
- [[file:career/javascript.org][Understands the Javascript language]] @@html:<span class="post-date">11-03-2026 16:52</span>@@ @@html:<a href="/tags/learning.html"><span class="post-tag">learning</span></a>@@ @@html:<a href="/tags/notes.html"><span class="post-tag">notes</span></a>@@
|
||||||
|
|||||||
Reference in New Issue
Block a user