diff --git a/pages/index.tsx b/pages/index.tsx
index 68838f8..39879ff 100755
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -25,12 +25,6 @@ export const Section = styled.section`
}
`
-export const Gold = styled.em`
- color: var(--fg-gold);
- font-weight: normal;
- text-shadow: var(--emph-shadow) var(--fg-gold);
-`
-
export const Code = styled.code`
background-color: var(--bg-dark);
color: var(--fg-code);
@@ -56,7 +50,7 @@ const Page: NextPageWithLayout = () => {
<>
About
- I am a full-stack software engineer with a passion for programming, physics, mathematics and anything *NIX (Linux, UNIX etc) related. Currently { new Date().getFullYear() - 2003 } years old.
+ I am a full-stack software engineer with a passion for programming, physics, mathematics and anything *NIX (Linux, UNIX etc) related.
{/*TODO: Add GitHub code frequency/contrib here*/}
@@ -70,31 +64,29 @@ const Page: NextPageWithLayout = () => {
Here are programming languages/technologies that I know/use (not limited to or ranked in any particular order):
Languages
- - C/C++
- Rust
+ - C/C++
- Python
- - TypeScript/JavaScript
- - Lua Script
- Ruby
+ - Lua Script
- Assembly (NASM)
- Bash
+ - TypeScript/JavaScript
- C#
Technologies
- - Next.js (+ React)
- HTML + CSS/SASS/SCSS
- Docker
-
GNU/Linux
- Arch
- - Ubuntu (Server)
- Debian
- - Alpine
+ - Next.js (+ React)
- Git
- Jira
- SSH
diff --git a/styles/globals.css b/styles/globals.css
index 6f18dc6..7dedecc 100755
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -17,7 +17,7 @@
--fg-link: #abf;
--fg-code: #ffbe85;
--fg-gold: #fff190;
- --emph-shadow: 0 0 2px;
+ --emph-shadow: 0 0 1px;
--bg: #272a34;
--bg-dark: #21242b;