Skip to content

Commit

Permalink
add favicon, change to more consistent font
Browse files Browse the repository at this point in the history
  • Loading branch information
rorosaurus committed Jan 19, 2022
1 parent 7464613 commit 8c3399a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 3 deletions.
Binary file added android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>IHOTT - Intergalactic House of Time Travellers</title>
<meta charset="UTF-8">
<title>IHOTT - Intergalactic House of Time Travelers</title>

<link href="https://fonts.googleapis.com/css?family=Raleway+Dots" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>

<body>
<nav style="text-align: center;"><h2>
<ul style="padding-inline-start: 0px;">
<li><a href="https://docs.google.com/document/d/e/2PACX-1vTqSBSzCLCKOAmloTbCm9SYyonf85V0ahzRGqjrBaWHUVhjzXauE1azSOz9fc_JZtM06fj81fChVMs4/pub">Principles</a></li>
<li><a href="https://github.com/IHOTT/">Github</a></li>
<li><a href="https://github.com/IHOTT/">GitHub</a></li>
<li><a href="https://github.com/IHOTT/ihott-assets">Logos</a></li>
</ul>
</h2></nav>
Expand Down
1 change: 1 addition & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
html, body {
/* margin: 0; */
/*background-color: #1d1e22;*/
font-family: 'Raleway Dots', sans-serif;
font-family: 'Helvetica', sans-serif;
}
nav {
opacity:0;
Expand Down

0 comments on commit 8c3399a

Please sign in to comment.