File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 < link rel ="preconnect " href ="https://fonts.googleapis.com " />
88 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
99 < link href ="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap " rel ="stylesheet " />
10+ < link rel ="icon " type ="image/png " href ="/2510-capstones/assets/logo.png " />
1011 < link rel ="stylesheet " href ="/2510-capstones/style.css " />
1112</ head >
1213< body >
2223< h1 > All Projects</ h1 >
2324 < div class ="project-grid ">
2425 < article class ="project-card ">
25- < img class ="card-avatar " src =" /2510-capstones/assets/headshots/sam-rivera-headshot.png " alt =" Sam Rivera " / >
26+ < div class ="card-avatar card-avatar--empty " > </ div >
2627 < div class ="card-body ">
2728 < h2 > < a href ="/2510-capstones/projects/budget-tracker/ "> Budget Tracker</ a > </ h2 >
2829 < p class ="student-name "> Sam Rivera</ p >
Original file line number Diff line number Diff line change 77 < link rel ="preconnect " href ="https://fonts.googleapis.com " />
88 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
99 < link href ="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap " rel ="stylesheet " />
10+ < link rel ="icon " type ="image/png " href ="/2510-capstones/assets/logo.png " />
1011 < link rel ="stylesheet " href ="/2510-capstones/style.css " />
1112</ head >
1213< body >
2223
2324 < a class ="back-link " href ="/2510-capstones/ "> ← All Projects</ a >
2425 < div class ="detail-header ">
25- < img class =" detail-headshot " src =" /2510-capstones/assets/headshots/sam-rivera-headshot.png " alt =" Sam Rivera " />
26+
2627 < div class ="detail-meta ">
2728 < h1 > Budget Tracker</ h1 >
2829 < p class ="student-name "> Sam Rivera</ p >
Original file line number Diff line number Diff line change 77 < link rel ="preconnect " href ="https://fonts.googleapis.com " />
88 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
99 < link href ="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap " rel ="stylesheet " />
10+ < link rel ="icon " type ="image/png " href ="/2510-capstones/assets/logo.png " />
1011 < link rel ="stylesheet " href ="/2510-capstones/style.css " />
1112</ head >
1213< body >
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ function shell(title, bodyHtml) {
8989 <link rel="preconnect" href="https://fonts.googleapis.com" />
9090 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9191 <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet" />
92+ <link rel="icon" type="image/png" href="/2510-capstones/assets/logo.png" />
9293 <link rel="stylesheet" href="/2510-capstones/style.css" />
9394</head>
9495<body>
You can’t perform that action at this time.
0 commit comments