Skip to content

Commit b4bde61

Browse files
committed
Added favicon
1 parent 2a0f9b9 commit b4bde61

11 files changed

Lines changed: 22 additions & 7 deletions

Mainpages/dataPages/airQuality.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="/styles.css">
99
<link href='https://fonts.googleapis.com/css?family=Michroma' rel='stylesheet'>
10-
10+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
11+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1112
</head>
1213

1314
<body>

Mainpages/dataPages/birthData.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="/styles.css">
99
<link href='https://fonts.googleapis.com/css?family=Michroma' rel='stylesheet'>
10-
10+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
11+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1112
</head>
1213

1314
<body>

Mainpages/dataPages/deathData.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="/styles.css">
99
<link href='https://fonts.googleapis.com/css?family=Michroma' rel='stylesheet'>
10-
10+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
11+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1112
</head>
1213

1314
<body>

Mainpages/dataPages/financeData.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="/styles.css">
99
<link href='https://fonts.googleapis.com/css?family=Michroma' rel='stylesheet'>
10-
10+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
11+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1112
</head>
1213

1314
<body>

Mainpages/dataPages/propertyData.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="/styles.css">
99
<link href='https://fonts.googleapis.com/css?family=Michroma' rel='stylesheet'>
10-
10+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
11+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1112
</head>
1213

1314
<body>

Mainpages/dataPages/woodlandArea.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="/styles.css">
99
<link href='https://fonts.googleapis.com/css?family=Michroma' rel='stylesheet'>
10-
10+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
11+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1112
</head>
1213

1314
<body>

about.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="/styles.css">
99
<link href='https://fonts.googleapis.com/css?family=Michroma' rel='stylesheet'>
10+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
11+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1012

1113
</head>
1214

favicon-96x96.png

3.01 KB
Loading

favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" href="/styles.css">
88
<link href='https://fonts.googleapis.com/css?family=Michroma' rel='stylesheet'>
9+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
10+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
911
</head>
1012

1113
<body>
@@ -26,7 +28,9 @@ <h1>Welcome to: Data-Driven</h1>
2628
This is a project with a small scope to fit a given time frame.
2729
<br><br>
2830
The top nav-bar will allow you to navigate to the other sections of the website, whether you wish to find out more
29-
about how the website is made and the choices made behind it, or if you want to get straight to viewing the data visualization.
31+
about how the website is made and the choices made behind it, or if you want to get straight to viewing the data visualization.
32+
<br><br>
33+
The website is heavily tailored for, and designed to be viewed on a PC or laptop, phones will struggle to make use of the graphs!
3034
</p>
3135
</div>
3236
</body>

0 commit comments

Comments
 (0)