WiP-4: deploying to CF

This commit is contained in:
2023-11-05 18:24:01 -07:00
parent edda12e2ae
commit 702659d4e2
6 changed files with 53 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ export const experiencesData = [
key: 'sde-intern-rq', type: 'prof', location: 'RootQuotient Technologies', designation: 'Software Developer Intern',
desc: [
'Developed interactive user interfaces for client applications using ReactJS, TypeScript, and the Ant Design library.',
// eslint-disable-next-line
'Implemented a comprehensive admin dashboard for a clients banking administration application, following MVC\
patterns for seamless backend integration.',
'Actively contributed to bug fixes and enhanced an internal package by adding API documentation.'
@@ -16,8 +17,10 @@ export const experiencesData = [
key: 'tech-sd-ctf', type: 'extra', location: 'CEG Tech Forum', designation: 'Student Director of Technical Operations',
desc: [
'Headed a 20-member strong technical operations team as the Lead Developer, Sysadmin, and Project Manager.',
// eslint-disable-next-line
'Spearheaded multiple web apps developed for various purposes, such as a custom ERP mobile app, admin dashboards,\
and the flagship website for Kurukshetra, the international techno-management fest of CEG.',
// eslint-disable-next-line
'Organized a technical summit on "Innovation and Transformation: AI, Autonomous Systems, and Disruptive Trends"\
featuring projects by local innovators and keynotes from BNY Mellon, Microsoft, and startups.'
],

View File

@@ -45,7 +45,7 @@ const Landing = () => {
{/* last stint */}
<ListItem>
<ListItemText
primary={"Yes it's a simple website :)"} />
primary={"Yes it's a simple website, and yes it's not finished yet :)"} />
</ListItem>
</List>
<Divider />

View File

@@ -25,10 +25,11 @@ import IntsIcon from '@mui/icons-material/SportsEsports';
import ArticleIcon from '@mui/icons-material/Article';
import Landing from './Landing';
import LoremIpsum from './LoremIpsum';
// import LoremIpsum from './LoremIpsum';
import Projects from './Projects';
import Career from './Career';
import { handleLinkClick } from '../utils/linkClick';
import UnderConstruction from './UnderConstruction';
const drawerWidth = 240;
@@ -47,11 +48,11 @@ const menuSections = [
},
{
key: 'skil', display_name: 'Skills', appbar_text: 'My Skills', display_icon: <SkilIcon />,
extLink: false, component: <LoremIpsum />
extLink: false, component: <UnderConstruction />
},
{
key: 'ints', display_name: 'Interests', appbar_text: 'My Interests', display_icon: <IntsIcon />,
extLink: false, component: <LoremIpsum />
extLink: false, component: <UnderConstruction />
},
{
key: 'resume', display_name: 'Resume', appbar_text: 'My Resume', display_icon: <ArticleIcon />,