Skip to content

Commit 25ddfa1

Browse files
committed
fixed logo
1 parent 4b52174 commit 25ddfa1

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description" content="Learn more about The Quantifier — a mathematician, developer, and creative thinker exploring the intersections of logic, design, and imagination." />
99
<meta name="author" content="John Hand" />
1010

11-
<link rel="icon" type="image/png" href="images/favicon.png" />
11+
<link rel="icon" type="image/png" href="images/thequantifierlogo.png" />
1212
<link rel="stylesheet" href="styles/default.css" />
1313
<link rel="stylesheet" href="styles/about.css" />
1414
</head>

blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description" content="The Quantifier Blog — exploring mathematics, programming, and gaming." />
99
<meta name="author" content="John Hand" />
1010

11-
<link rel="icon" type="image/png" href="images/favicon.png" />
11+
<link rel="icon" type="image/png" href="images/thequantifierlogo.png" />
1212
<link rel="stylesheet" href="styles/default.css" />
1313
<link rel="stylesheet" href="styles/blog.css" />
1414
</head>

images/thequantifierlogo.png

559 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="author" content="John Hand" />
1111

1212
<!-- Favicon -->
13-
<link rel="icon" type="image/png" href="images/favicon.png" />
13+
<link rel="icon" type="image/png" href="images/thequantifierlogo.png" />
1414

1515
<!-- Styles -->
1616
<link rel="stylesheet" href="styles/default.css" />

0 commit comments

Comments
 (0)