We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c441785 + b7177c4 commit 198aaf3Copy full SHA for 198aaf3
2 files changed
assets/favicon.ico
15 KB
index.html
@@ -8,7 +8,9 @@
8
<link rel="stylesheet" href="style.css" />
9
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
10
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
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." />
14
</head>
15
16
<body>
0 commit comments