Skip to content

Commit

Permalink
improved seo
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonRadtke committed Dec 4, 2023
1 parent f258a2b commit 84fb860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import initWasm, * as wasm from "../animation/pkg/animation";

const CANVAS_TEXT = "Carson Radtke";
const CANVAS_TEXT = "carson radtke";

function setupDOM(canvas: HTMLCanvasElement) {
const $canvas = $(canvas);
Expand Down
2 changes: 2 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<html>
<head>
<meta name="description" content="Hi, I'm Carson Radtke, a software engineer with a
passion for developing innovative and secure solutions.">
<title>Carson Radtke</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
Expand Down

0 comments on commit 84fb860

Please sign in to comment.