-
- Hi!
-
-
- You can call me Chocolate
-
-
- JS, TS, LeetCode, Vue, React, algorithm lovers.The 21st
- front-end development, currently moving bricks in a large
- factory.
-
-
- Motto: Learning is like sailing against the current, if you
- don't advance, you will retreat!
-
-
- To Blog
-
- Learn more about me
-
-
-
-
Chocolate1999}>
-
- {
- trackEvent('Social Link: Github', 'link');
- }}
- >
-
-
-
-
-
小狮子前端}>
-
-
-
-
-
-
+
+
+
+
+
+ Hi!
+
+
+ You can call me Chocolate
+
+
+ JS, TS, LeetCode, Vue, React, algorithm lovers.The 21st
+ front-end development, currently moving bricks in a large
+ factory.
+
+
+ Motto: Learning is like sailing against the current, if you
+ don't advance, you will retreat!
+
+
+ To Blog
+
+ Learn more about me
+
+
diff --git a/src/pages/style.module.scss b/src/pages/style.module.scss
deleted file mode 100644
index 2d5e863..0000000
--- a/src/pages/style.module.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-.container {
- background: linear-gradient(
- 90deg,
- rgba(247, 149, 51, 0.1),
- rgba(243, 112, 85, 0.1) 15%,
- rgba(239, 78, 123, 0.1) 30%,
- rgba(161, 102, 171, 0.1) 44%,
- rgba(80, 115, 184, 0.1) 58%,
- rgba(16, 152, 173, 0.1) 72%,
- rgba(7, 179, 155, 0.1) 86%,
- rgba(109, 186, 130, 0.1)
- );
-}
-
-.blogButton {
- box-shadow: 2px 7px 15px 0px rgba(218, 222, 226, 0.59);
-}
diff --git a/src/store/index.tsx b/src/store/index.tsx
index 9db4359..bb576db 100644
--- a/src/store/index.tsx
+++ b/src/store/index.tsx
@@ -15,17 +15,5 @@ export const navAtom = atom({
name: 'Projects',
link: '/projects',
},
- {
- name: 'Collection',
- link: '/collection',
- },
- {
- name: 'Talks',
- link: '/talks',
- },
- {
- name: 'Links',
- link: '/links',
- },
],
});
diff --git a/src/styles/globals.css b/src/styles/globals.css
index ec460e0..af5159d 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -71,24 +71,9 @@
}
/* #endregion /**======== Default Typography =========== */
- .next-container {
- background: linear-gradient(
- 90deg,
- rgba(247, 149, 51, 0.1),
- rgba(243, 112, 85, 0.1) 15%,
- rgba(239, 78, 123, 0.1) 30%,
- rgba(161, 102, 171, 0.1) 44%,
- rgba(80, 115, 184, 0.1) 58%,
- rgba(16, 152, 173, 0.1) 72%,
- rgba(7, 179, 155, 0.1) 86%,
- rgba(109, 186, 130, 0.1)
- );
- @apply dark:bg-[#222] dark:bg-none;
- }
-
.layout {
- max-width: 1200px;
- @apply mx-auto w-11/12;
+ max-width: 1400px;
+ @apply mx-auto w-full;
}
.bg-dark a.custom-link {