Skip to content

Commit

Permalink
Remove comments and update nextjs config basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeFerrero committed Jul 8, 2024
1 parent 1f36948 commit 0d09248
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/portfolio",
};

export default nextConfig;
20 changes: 0 additions & 20 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,6 @@ import Sidebar from './components/sidebar';
import './globals.css';

export default function RootLayout({ children }: { children: React.ReactNode }) {
// left side, 3 verticle buttons - home, about, contact
// home is just: name, title, about me and pic, download link with resume
// contact is an email div

// on exp page, top is skills, bottom is half exp, hald edu
// for skills part, list where each li is a one word header, then under that is
// sentence describing.
// Ex.
// AWS
// Extensive experience developing distributed, cloud-based microservices leveraging many
// of AWS's services
// NodeJS + Typescript
// AWS
// Leadership
// CICD??
// React

// on exp page, for exp section
// 2 divs side by side - if page is to short, stack them
// each element is a COMPONENT - resumeComponent
return (
<html lang="en">
<body>
Expand Down

0 comments on commit 0d09248

Please sign in to comment.