top of page

// Display portfolio header cout << "==============================================" << endl; cout << " graphic design portfolio v1.0 " << endl; cout << "==============================================" << endl << endl;

// Display each project in the portfolio for (const auto& project : portfolio) { displayProject(project); }

 

cout << "Thanks for exploring my portfolio!" << endl;

2024 /walls.jpg/

bottom of page