mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
**Remove dead links and redundant comments; improve styling and clarity across multiple files**
- Removed outdated links and unused properties in Sidebar and Welcome Home Text files. - Dropped extraneous comments and consolidated imports in server files for streamlined code. - Enhanced MarkdownEditor visuals with a colorful border for better user experience.
This commit is contained in:
@@ -8,7 +8,6 @@ export const MarkdownEditor = (props: {
|
||||
}) => {
|
||||
return (
|
||||
<Box>
|
||||
<link rel="stylesheet" href="/packages/client/public" media="print" onLoad="this.media='all'" />
|
||||
<Textarea
|
||||
value={props.markdown}
|
||||
placeholder={props.placeholder}
|
||||
@@ -17,6 +16,7 @@ export const MarkdownEditor = (props: {
|
||||
minHeight="150px"
|
||||
height="100%"
|
||||
resize="none"
|
||||
borderColor="text.accent"
|
||||
/>
|
||||
</Box>
|
||||
);
|
||||
|
@@ -59,28 +59,6 @@ function RegulatoryItems({ isMobile }) {
|
||||
return (
|
||||
<>
|
||||
<VStack alignItems={isMobile ? "flex-start" : "flex-end"} spacing={1}>
|
||||
<NavItem
|
||||
color="text.tertiary"
|
||||
as={"span"}
|
||||
path=""
|
||||
cursor={"pointer"}
|
||||
onClick={() => {
|
||||
window.open("https://geoff.seemueller.io");
|
||||
}}
|
||||
>
|
||||
geoff.seemueller.io
|
||||
</NavItem>
|
||||
<NavItem
|
||||
color="text.tertiary"
|
||||
as={"span"}
|
||||
path=""
|
||||
cursor={"pointer"}
|
||||
onClick={() => {
|
||||
window.open("https://seemueller.ai");
|
||||
}}
|
||||
>
|
||||
seemueller.ai
|
||||
</NavItem>
|
||||
<NavItem
|
||||
color="text.tertiary"
|
||||
as={"span"}
|
||||
|
@@ -1,10 +1,5 @@
|
||||
// Top level control interface for navigation
|
||||
export default {
|
||||
"/": { sidebarLabel: "Home", heroLabel: "open-gsio" },
|
||||
// "/about": { sidebarLabel: "About", heroLabel: "About Me" },
|
||||
// "/resume": { sidebarLabel: "Resume", heroLabel: "resume" },
|
||||
// "/demo": { sidebarLabel: "Demo", heroLabel: "Demos" },
|
||||
// "/services": { sidebarLabel: "Services", heroLabel: "services" },
|
||||
"/": { sidebarLabel: "Home", heroLabel: "gsio" },
|
||||
"/connect": { sidebarLabel: "Connect", heroLabel: "connect" },
|
||||
"/privacy-policy": {
|
||||
sidebarLabel: "",
|
||||
|
@@ -3,9 +3,6 @@ export const welcome_home_text = `
|
||||
---
|
||||
Please enjoy [responsibly](https://centerforresponsible.ai/the-center)
|
||||
<br/>
|
||||
|
||||
[My Resume](https://wellfound.com/u/geoff-seemueller)
|
||||
|
||||
<br/>
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user