Skip to content

Commit 198aaf3

Browse files
authored
Merge pull request #2 from sethbern/favicon
favicon and description
2 parents c441785 + b7177c4 commit 198aaf3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

assets/favicon.ico

15 KB
Binary file not shown.

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
<link rel="stylesheet" href="style.css" />
99
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
11-
11+
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" />
12+
<meta name="description"
13+
content="I'm interested in making computing education more accessible and personally meaningful through Human-Computer Interaction (HCI) and AI." />
1214
</head>
1315

1416
<body>

0 commit comments

Comments
 (0)