initial commit

This commit is contained in:
Jae Young Ahn 2025-04-22 12:29:12 -07:00
parent f906d5fdce
commit 7fe723eac0
2 changed files with 5 additions and 1 deletions

View file

@ -15,7 +15,7 @@ import AssignmentPage from "../pages/AssignmentPage";
import Hero from "../components/Hero";
import Navbar from "../components/Navbar";
import Services from "../components/Services";
import AssignmentPage from "../pages/AssignmentPage";
const AppRouter = () => {
return (

View file

@ -47,6 +47,10 @@
.project-list {
margin-top: 2rem;
h3 {
color: #4a90e2;
}
.project-item {
background: #ffffff;
border: 1px solid #e0e0e0;