Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xiboon committed Mar 30, 2024
1 parent 67f1177 commit 7566d27
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files": {
"main.css": "/static/css/main.67ff73b4.css",
"main.css": "/static/css/main.a34f7040.css",
"main.js": "/static/js/main.d9ad27c1.js",
"static/media/tiscord.png": "/static/media/tiscord.6aa9a13ecab9adf3f4ae.png",
"static/media/tiscordme.png": "/static/media/tiscordme.c663b5dd27dfdc21dfb3.png",
Expand All @@ -9,11 +9,11 @@
"static/media/xiboonme.png": "/static/media/xiboonme.b79960e482d41c171e82.png",
"static/media/fluorineme.png": "/static/media/fluorineme.d9e572aa608d72069604.png",
"index.html": "/index.html",
"main.67ff73b4.css.map": "/static/css/main.67ff73b4.css.map",
"main.a34f7040.css.map": "/static/css/main.a34f7040.css.map",
"main.d9ad27c1.js.map": "/static/js/main.d9ad27c1.js.map"
},
"entrypoints": [
"static/css/main.67ff73b4.css",
"static/css/main.a34f7040.css",
"static/js/main.d9ad27c1.js"
]
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="i'm a fullstack typescript developer"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;500&family=Poppins:wght@700;800&display=swap" rel="stylesheet"><title>xiboon</title><script defer="defer" src="/static/js/main.d9ad27c1.js"></script><link href="/static/css/main.67ff73b4.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="i'm a fullstack typescript developer"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;500&family=Poppins:wght@700;800&display=swap" rel="stylesheet"><title>xiboon</title><script defer="defer" src="/static/js/main.d9ad27c1.js"></script><link href="/static/css/main.a34f7040.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 0 additions & 2 deletions docs/static/css/main.67ff73b4.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/css/main.67ff73b4.css.map

This file was deleted.

4 changes: 4 additions & 0 deletions src/styles/Contact.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@
width: initial;
grid-template-columns: 1fr;
}

.header div * {
margin-bottom: 10px;
}
}
7 changes: 6 additions & 1 deletion src/styles/Projects.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,14 @@ a {
z-index: 999;
width: 3vh;
padding: 0.1vh;
background-color: var(--bg);
background-color: var(--navdark);
border: 0;
border-radius: 5px;
}

.website button svg {
height: 100%;
color: white;
width: 100%;
}

Expand Down Expand Up @@ -137,6 +138,10 @@ a {
justify-content: center;
}

.website button {
display: none;
}

.projects {
display: flex;
align-items: center;
Expand Down
4 changes: 2 additions & 2 deletions src/styles/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--navdark: #18191c;
--bg: #202420;
--navdark: #141515;
--bg: #181a1b;
--primary: #cb4343;
}

Expand Down

0 comments on commit 7566d27

Please sign in to comment.