Add OpenTF logo and favicons to the website
BIN
favicons/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
favicons/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
favicons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
favicons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 459 B |
BIN
favicons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 979 B |
BIN
favicons/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
1
favicons/site.webmanifest
Normal file
@@ -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"}
|
||||
BIN
images/opentf_logo.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
@@ -14,11 +14,12 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap" />
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
|
||||
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="favicons/android-chrome-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="512x512" href="favicons/android-chrome-512x512.png">
|
||||
<link rel="manifest" href="favicons/site.webmanifest">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
@@ -27,6 +28,7 @@
|
||||
|
||||
<body>
|
||||
<div class="container mx-auto">
|
||||
<img width="342px" height="200px" src="images/opentf_logo.png" class="logo mx-auto" alt="OpenTF Foundation" />
|
||||
<h1>The OpenTF Manifesto</h1>
|
||||
|
||||
<div>
|
||||
|
||||