Skip to content

Commit

Permalink
Trying to add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
james-weichert committed Aug 16, 2022
1 parent 3036053 commit df05934
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,39 @@
<link rel="stylesheet" href="sp17/theme/css/main.css" />
<link rel="icon" type="image/x-icon" href="./favicon.ico">

<style>
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
color: #27262b;
}
.head {
margin-left: auto;
margin-right: auto;
width: 70vw;
display: flex;
flex-wrap: wrap-reverse;
justify-content: center;
align-items: center;

text-align: center;
}

#d8logo {
padding-right: 2vw;
max-height: 200px;
}
#d8text {
padding-left: 2vw;
}
</style>

<title>404 Not Found | Data 8</title>
</head>

<body id="index" class="home">
<div class="head">
<img src="./data8.png" id="d8logo"/>
<h2>Data 8: Foundations of Data Science</h2>
<h2 id="d8text">Data 8: Foundations of Data Science</h2>
</div>
<main>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion _includes/head-custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title></title>
<link rel="icon" type="image/x-icon" href="../favicon.ico">
<link rel="icon" type="image/x-icon" href="../assets/images/favicon.ico">
</head>
<body>

Expand Down
Binary file added assets/images/favicon.ico
Binary file not shown.

0 comments on commit df05934

Please sign in to comment.