set dark mode

This commit is contained in:
Aarya Bhatia 2024-04-03 12:29:52 -05:00
parent 2fbd6cfbad
commit 8990c66c76
2 changed files with 19 additions and 15 deletions

View File

@ -31,14 +31,18 @@
<!-- <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"> --> <!-- <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"> -->
<!-- sakura css --> <!-- sakura css -->
<!-- <link -->
<!-- rel="stylesheet" -->
<!-- href="https://unpkg.com/sakura.css/css/sakura.css" -->
<!-- media="screen" -->
<!-- type="text/css" -->
<!-- /> -->
<!-- uncomment for dark mode -->
<link <link
rel="stylesheet" rel="stylesheet"
href="https://unpkg.com/sakura.css/css/sakura.css" href="https://unpkg.com/sakura.css/css/sakura-dark.css"
media="screen" media="screen and (prefers-color-scheme: dark)"
type="text/css"
/> />
<!-- uncomment for dark mode -->
<!-- <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-dark.css" media="screen and (prefers-color-scheme: dark)" /> -->
<!-- custom css --> <!-- custom css -->
<link rel="stylesheet" type="text/css" href="static/index.css" /> <link rel="stylesheet" type="text/css" href="static/index.css" />
@ -113,9 +117,9 @@
I am experienced in full-stack web development and systems programming. I am experienced in full-stack web development and systems programming.
I am proficient in Linux and C/C++, Python, Go, JavaScript and SQL. I I am proficient in Linux and C/C++, Python, Go, JavaScript and SQL. I
have worked with several frameworks including Express and Flask. I love have worked with several frameworks including Express and Flask. I love
problem-solving and being the most efficient version of myself. I am problem-solving and being the most efficient version of myself. I also
also enjoy exploring new tools and hacking my workflow using bspwm, vim enjoy exploring new tools and hacking my workflow using bspwm, vim and
and tmux. tmux.
</p> </p>
<h2 id="work-experience">Work Experience</h2> <h2 id="work-experience">Work Experience</h2>
<p> <p>

View File

@ -31,14 +31,14 @@
<!-- <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"> --> <!-- <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"> -->
<!-- sakura css --> <!-- sakura css -->
<link <!-- <link -->
rel="stylesheet" <!-- rel="stylesheet" -->
href="https://unpkg.com/sakura.css/css/sakura.css" <!-- href="https://unpkg.com/sakura.css/css/sakura.css" -->
media="screen" <!-- media="screen" -->
type="text/css" <!-- type="text/css" -->
/> <!-- /> -->
<!-- uncomment for dark mode --> <!-- uncomment for dark mode -->
<!-- <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-dark.css" media="screen and (prefers-color-scheme: dark)" /> --> <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-dark.css" media="screen and (prefers-color-scheme: dark)" />
<!-- custom css --> <!-- custom css -->
<link rel="stylesheet" type="text/css" href="static/index.css" /> <link rel="stylesheet" type="text/css" href="static/index.css" />