data: Added resume
This commit is contained in:
10
src/App.tsx
10
src/App.tsx
@@ -8,6 +8,7 @@ import { HeroSection } from './components/HeroSection';
|
||||
import { LabNotesSection } from './components/LabNotesSection';
|
||||
import { NavigationBar } from './components/NavigationBar';
|
||||
import { ProjectsSection } from './components/ProjectsSection';
|
||||
import { ResumeSection } from './components/ResumeSection';
|
||||
import { SystemOverviewSection } from './components/SystemOverviewSection';
|
||||
|
||||
export default function App() {
|
||||
@@ -97,7 +98,14 @@ export default function App() {
|
||||
}}
|
||||
/>
|
||||
<SystemOverviewSection />
|
||||
<EducationSection />
|
||||
<div className="grid grid-cols-1 gap-12 md:grid-cols-7">
|
||||
<div className="md:col-span-5">
|
||||
<EducationSection />
|
||||
</div>
|
||||
<div className="md:col-span-2">
|
||||
<ResumeSection />
|
||||
</div>
|
||||
</div>
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-12 mt-8">
|
||||
<ProjectsSection />
|
||||
<LabNotesSection />
|
||||
|
||||
Reference in New Issue
Block a user