diff --git a/content/posts/development/i-am-loving-it-redhat.md b/content/posts/development/i-am-loving-it-redhat.md index d3d478b..1242a5b 100644 --- a/content/posts/development/i-am-loving-it-redhat.md +++ b/content/posts/development/i-am-loving-it-redhat.md @@ -31,9 +31,7 @@ At RedHat, a lot of open source developer tools of industry standards are developed. There are many, OpenShift, Tekton, CodeReady containers, and many more. -## Learning on the +## Learning on the Go There was a lot of learning and still a lot to learn. In a meeting with my manager Pradeepto Bhattacharya, I was told that I will be working on @@ -46,9 +44,6 @@ with their category. ### [Golang](https://go.dev/) -Gopher on the ladder One of Golang's biggest advantages is that it offers the clarity and ease of use that other languages lack. Golang's advantages make it easy diff --git a/public/images/butterfly.gif b/public/images/butterfly.gif new file mode 100644 index 0000000..d517a17 Binary files /dev/null and b/public/images/butterfly.gif differ diff --git a/public/images/ci.png b/public/images/ci.png new file mode 100644 index 0000000..90a381a Binary files /dev/null and b/public/images/ci.png differ diff --git a/public/images/command-line.png b/public/images/command-line.png new file mode 100644 index 0000000..0148258 Binary files /dev/null and b/public/images/command-line.png differ diff --git a/public/images/docker-architecture.png b/public/images/docker-architecture.png new file mode 100644 index 0000000..4bbbcd5 Binary files /dev/null and b/public/images/docker-architecture.png differ diff --git a/public/images/dog.gif b/public/images/dog.gif new file mode 100644 index 0000000..d93a543 Binary files /dev/null and b/public/images/dog.gif differ diff --git a/public/images/goladder.png b/public/images/goladder.png new file mode 100644 index 0000000..686a1bb Binary files /dev/null and b/public/images/goladder.png differ diff --git a/public/images/golang.png b/public/images/golang.png new file mode 100644 index 0000000..b782e87 Binary files /dev/null and b/public/images/golang.png differ diff --git a/public/images/kubernetes-meme.png b/public/images/kubernetes-meme.png new file mode 100644 index 0000000..6c848fa Binary files /dev/null and b/public/images/kubernetes-meme.png differ diff --git a/public/images/mks-architecture.png b/public/images/mks-architecture.png new file mode 100644 index 0000000..0d3bab6 Binary files /dev/null and b/public/images/mks-architecture.png differ diff --git a/public/images/mks_logo.png b/public/images/mks_logo.png new file mode 100644 index 0000000..e5c1e45 Binary files /dev/null and b/public/images/mks_logo.png differ diff --git a/public/images/powershell.png b/public/images/powershell.png new file mode 100644 index 0000000..5f7ffbb Binary files /dev/null and b/public/images/powershell.png differ diff --git a/public/images/profile.png b/public/images/profile.png new file mode 100644 index 0000000..2ba1b89 Binary files /dev/null and b/public/images/profile.png differ diff --git a/public/images/redhat_logo.png b/public/images/redhat_logo.png new file mode 100644 index 0000000..f9ab454 Binary files /dev/null and b/public/images/redhat_logo.png differ diff --git a/public/images/second-build.webm b/public/images/second-build.webm new file mode 100644 index 0000000..68aabf0 Binary files /dev/null and b/public/images/second-build.webm differ diff --git a/public/images/venus-flytrap.gif b/public/images/venus-flytrap.gif new file mode 100644 index 0000000..61690fa Binary files /dev/null and b/public/images/venus-flytrap.gif differ diff --git a/public/images/windows10.png b/public/images/windows10.png new file mode 100644 index 0000000..3322ace Binary files /dev/null and b/public/images/windows10.png differ diff --git a/public/mdn-style.css b/public/mdn-style.css index c7b60c6..be313b3 100644 --- a/public/mdn-style.css +++ b/public/mdn-style.css @@ -4943,8 +4943,7 @@ body { color-scheme: light } } */ - -/* @media(prefers-color-scheme:dark) { +@media(prefers-color-scheme:light) { :root:not(.light):not(.dark) { --text-primary: #fff; --text-secondary: #cdcdcd; @@ -5047,7 +5046,112 @@ body { --text-primary-yellow: #c7b700; color-scheme: dark } -} */ +} + +@media(prefers-color-scheme:dark) { + :root:not(.light):not(.dark) { + --text-primary: #fff; + --text-secondary: #cdcdcd; + --text-inactive: #cdcdcda6; + --text-link: #8cb4ff; + --text-invert: #1b1b1b; + --background-primary: #1b1b1b; + --background-secondary: #343434; + --background-tertiary: #4e4e4e; + --background-toc-active: #343434; + --background-mark-yellow: rgba(199, 183, 0, .4); + --background-mark-green: rgba(0, 208, 97, .4); + --background-information: rgba(0, 133, 242, .1); + --background-warning: rgba(255, 42, 81, .1); + --background-critical: rgba(211, 0, 56, .1); + --background-success: rgba(0, 121, 54, .1); + --border-primary: #858585; + --border-secondary: #696969; + --button-primary-default: #fff; + --button-primary-hover: #cdcdcd; + --button-primary-active: #9e9e9e; + --button-primary-inactive: #fff; + --button-secondary-default: #4e4e4e; + --button-secondary-hover: #858585; + --button-secondary-active: #9e9e9e; + --button-secondary-inactive: #4e4e4e; + --button-secondary-border-focus: #0085f2; + --button-secondary-border-red: #ff97a0; + --button-secondary-border-red-focus: #ffd9dc; + --icon-primary: #fff; + --icon-secondary: #b3b3b3; + --icon-information: #5e9eff; + --icon-warning: #afa100; + --icon-critical: #ff707f; + --icon-success: #00b755; + --accent-primary: #5e9eff; + --accent-primary-engage: rgba(94, 158, 255, .1); + --accent-secondary: #5e9eff; + --accent-tertiary: rgba(0, 133, 242, .1); + --shadow-01: 0px 1px 2px rgba(251, 251, 254, .2); + --shadow-02: 0px 1px 6px rgba(251, 251, 254, .2); + --focus-01: 0px 0px 0px 3px rgba(251, 251, 254, .5); + --field-focus-border: #fff; + --code-token-tag: #c1cff1; + --code-token-punctuation: #9e9e9e; + --code-token-attribute-name: #ff97a0; + --code-token-attribute-value: #00d061; + --code-token-comment: #9e9e9e; + --code-token-default: #fff; + --code-token-selector: #bea5ff; + --code-background-inline: #343434; + --code-background-block: #343434; + --notecard-link-color: #e2e2e2; + --scrollbar-bg: transparent; + --scrollbar-color: hsla(0, 0%, 100%, .25); + --category-color: #8cb4ff; + --category-color-background: #8cb4ff70; + --code-color: #c1cff1; + --mark-color: #004d92; + --plus-accent-color: #ff97a0; + --html-accent-color: #ff707f; + --css-accent-color: #8cb4ff; + --js-accent-color: #afa100; + --http-accent-color: #00b755; + --apis-accent-color: #ae8aff; + --learn-accent-color: #ff6d91; + --plus-code-color: #c1cff1; + --html-code-color: #f9f9fb; + --css-code-color: #c1cff1; + --js-code-color: #c7b700; + --http-code-color: #00d061; + --apis-code-color: #bea5ff; + --learn-code-color: #ff93aa; + --plus-mark-color: #9e0027; + --html-mark-color: #9e0027; + --css-mark-color: #004d92; + --js-mark-color: #564e00; + --http-mark-color: #005a26; + --apis-mark-color: #6800cf; + --learn-mark-color: #9e0041; + --plus-accent-background-color: #ff2a5130; + --html-accent-background-color: #ff2a5130; + --css-accent-background-color: #0085f230; + --js-accent-background-color: #93870030; + --http-accent-background-color: #009a4630; + --apis-accent-background-color: #9b65ff30; + --learn-accent-background-color: #ff1f7230; + --plus-accent-engage: rgba(255, 112, 127, .7); + --html-accent-engage: rgba(255, 112, 127, .7); + --css-accent-engage: rgba(140, 180, 255, .7); + --js-accent-engage: rgba(175, 161, 0, .7); + --http-accent-engage: rgba(0, 183, 85, .7); + --apis-accent-engage: rgba(174, 138, 255, .7); + --learn-accent-engage: rgba(255, 109, 145, .7); + --modal-backdrop-color: rgba(27, 27, 27, .7); + --blend-color: #00080; + --text-primary-red: #ff97a0; + --text-primary-green: #00d061; + --text-primary-blue: #8cb4ff; + --text-primary-yellow: #c7b700; + color-scheme: dark + } +} .document-page .article-actions-container, .document-page .document-toc-container,