Skip to content

Commit

Permalink
modified themes and fixed resume
Browse files Browse the repository at this point in the history
  • Loading branch information
jjia1 committed May 23, 2024
1 parent 5f51006 commit 5326558
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default function HomePage() {
<>
<div className={styles.container}>
<div className={styles.background}>
<h1>AI</h1>
<h1>Research</h1>
<h1>AI & NLP</h1>
<h1>Bioinformatics</h1>
</div>
<div className={styles.foreground}>
<div className={styles.content}>
Expand Down
Binary file modified public/Resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion styles/HomePage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.background {
font-size: 5rem;
font-size: 4rem;
font-family: 'Montserrat';
line-height: 1.1;
color: var(--bg-text);
Expand Down
10 changes: 5 additions & 5 deletions styles/themes.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Dracula */
:root {
--main-bg: #282a36;
--bg-text: #313340;
--bg-text: #353848;
--text-color: #efefef;
--accent-color: #bd93f9;
--titlebar-bg: #1e1f29;
Expand All @@ -28,7 +28,7 @@
/* GitHub Dark */
[data-theme='github-dark'] {
--main-bg: #24292e;
--bg-text: rgba(56, 58, 61, 0.35);
--bg-text: rgba(62, 65, 68, 0.35);
--text-color: #efefef;
--accent-color: #f9826c;
--titlebar-bg: #1f2428;
Expand All @@ -55,7 +55,7 @@
/* Ayu Dark */
[data-theme='ayu-dark'] {
--main-bg: #0a0e14;
--bg-text: #101620;
--bg-text: #161e2c;
--text-color: #efefef;
--accent-color: #e6b450;
--titlebar-bg: #1f2428;
Expand All @@ -82,7 +82,7 @@
/* Ayu Mirage */
[data-theme='ayu-mirage'] {
--main-bg: #1f2430;
--bg-text: #21242b;
--bg-text: #2c303a;
--text-color: #efefef;
--accent-color: #e6b450;
--titlebar-bg: #1f2428;
Expand Down Expand Up @@ -136,7 +136,7 @@
/* Night Owl */
[data-theme='night-owl'] {
--main-bg: #011627;
--bg-text: #031d33;
--bg-text: #03233f;
--text-color: #89a4bb;
--accent-color: rgb(95, 126, 151);
--titlebar-bg: #011627;
Expand Down

0 comments on commit 5326558

Please sign in to comment.