Skip to content

Commit d622a8a

Browse files
committed
Added favicon
1 parent 81482c7 commit d622a8a

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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>
@@ -22,7 +23,7 @@
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>

docs/projects/budget-tracker/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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>
@@ -22,7 +23,7 @@
2223

2324
<a class="back-link" href="/2510-capstones/">&larr; 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>

docs/projects/recipe-finder-app/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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>

scripts/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)