Skip to content

Commit dc0df11

Browse files
committed
favicon and assets fix
1 parent d3c42a6 commit dc0df11

File tree

8 files changed

+18
-10
lines changed

8 files changed

+18
-10
lines changed

about/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<title>daemon - the website</title>
5+
<link rel="icon" href="/assets/favicon.png" />
56
<link rel="stylesheet" href="/main.css" />
67
<link rel="stylesheet" href="page.css" />
78
<link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -11,5 +12,6 @@
1112
rel="stylesheet"
1213
/>
1314
</head>
15+
1416
<body></body>
1517
</html>

assets/favicon.png

213 Bytes
Loading

contact/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<title>daemon - the website</title>
5+
<link rel="icon" href="/assets/favicon.png" />
56
<link rel="stylesheet" href="/main.css" />
67
<link rel="stylesheet" href="page.css" />
78
<link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -11,5 +12,6 @@
1112
rel="stylesheet"
1213
/>
1314
</head>
15+
1416
<body></body>
1517
</html>

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>daemon - the website</title>
5+
<link rel="icon" href="/assets/favicon.png"/>
56
<link rel="stylesheet" href="/main.css" />
67
<link rel="stylesheet" href="page.css" />
78
<link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -12,14 +13,14 @@
1213
/>
1314
</head>
1415
<body>
15-
<img src="assets/logo.svg" alt="dae-vinity.dev" class="logo" />
16-
<img src="assets/logo.svg" alt="dae-vinity.dev" class="logo effect" />
16+
<img src="/assets/logo.svg" alt="dae-vinity.dev" class="logo" />
17+
<img src="/assets/logo.svg" alt="dae-vinity.dev" class="logo effect" />
1718
<p class="directory">
1819
<a href="about" class="nah">ABOUT</a> / <a href="links">LINKS</a> /
1920
<a href="projects" class="nah">PROJECTS</a> /
2021
<a href="portfolio" class="nah">PORTFOLIO</a> /
2122
<a href="mailto:[email protected]">CONTACT</a>
2223
</p>
23-
<img src="assets/ash.svg" alt="ash" class="ash" />
24+
<img src="/assets/ash.svg" alt="ash" class="ash" />
2425
</body>
2526
</html>

links/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<title>daemon - the website</title>
5+
<link rel="icon" href="/assets/favicon.png" />
56
<link rel="stylesheet" href="/main.css" />
67
<link rel="stylesheet" href="page.css" />
78
<link rel="preconnect" href="https://fonts.googleapis.com" />

main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
body {
1111
background-color: #000000;
12-
background-image: url(assets/loop.svg);
12+
background-image: url(/assets/loop.svg);
1313
animation-name: scroll;
1414
animation-duration: 2s;
1515
animation-iteration-count: infinite;
@@ -32,5 +32,5 @@ a {
3232

3333
border-width: 16px;
3434
border-style: solid;
35-
border-image: url(assets/frame.svg) 16 16 fill
35+
border-image: url(/assets/frame.svg) 16 16 fill
3636
}

portfolio/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<title>daemon - the website</title>
5+
<link rel="icon" href="/assets/favicon.png" />
56
<link rel="stylesheet" href="/main.css" />
67
<link rel="stylesheet" href="page.css" />
78
<link rel="preconnect" href="https://fonts.googleapis.com" />

projects/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<title>daemon - the website</title>
5+
<link rel="icon" href="/assets/favicon.png" />
56
<link rel="stylesheet" href="/main.css" />
67
<link rel="stylesheet" href="page.css" />
78
<link rel="preconnect" href="https://fonts.googleapis.com" />

0 commit comments

Comments
 (0)