set dark mode
This commit is contained in:
parent
2fbd6cfbad
commit
8990c66c76
20
index.html
20
index.html
@ -31,14 +31,18 @@
|
||||
<!-- <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.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
|
||||
rel="stylesheet"
|
||||
href="https://unpkg.com/sakura.css/css/sakura.css"
|
||||
media="screen"
|
||||
type="text/css"
|
||||
href="https://unpkg.com/sakura.css/css/sakura-dark.css"
|
||||
media="screen and (prefers-color-scheme: dark)"
|
||||
/>
|
||||
<!-- 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 -->
|
||||
<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 proficient in Linux and C/C++, Python, Go, JavaScript and SQL. I
|
||||
have worked with several frameworks including Express and Flask. I love
|
||||
problem-solving and being the most efficient version of myself. I am
|
||||
also enjoy exploring new tools and hacking my workflow using bspwm, vim
|
||||
and tmux.
|
||||
problem-solving and being the most efficient version of myself. I also
|
||||
enjoy exploring new tools and hacking my workflow using bspwm, vim and
|
||||
tmux.
|
||||
</p>
|
||||
<h2 id="work-experience">Work Experience</h2>
|
||||
<p>
|
||||
|
@ -31,14 +31,14 @@
|
||||
<!-- <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"> -->
|
||||
|
||||
<!-- sakura css -->
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://unpkg.com/sakura.css/css/sakura.css"
|
||||
media="screen"
|
||||
type="text/css"
|
||||
/>
|
||||
<!-- <link -->
|
||||
<!-- rel="stylesheet" -->
|
||||
<!-- href="https://unpkg.com/sakura.css/css/sakura.css" -->
|
||||
<!-- media="screen" -->
|
||||
<!-- 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)" /> -->
|
||||
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-dark.css" media="screen and (prefers-color-scheme: dark)" />
|
||||
|
||||
<!-- custom css -->
|
||||
<link rel="stylesheet" type="text/css" href="static/index.css" />
|
||||
|
Loading…
Reference in New Issue
Block a user