Browse Source

Add icons and web app manifest

pull/1/head
Ravi Shah 5 years ago
parent
commit
bc8520b808
  1. 7
      www/app.html
  2. BIN
      www/favicon.ico
  3. 5
      www/index.html
  4. BIN
      www/static/icons/android-chrome-192x192.png
  5. BIN
      www/static/icons/android-chrome-512x512.png
  6. BIN
      www/static/icons/apple-touch-icon.png
  7. BIN
      www/static/icons/favicon-16x16.png
  8. BIN
      www/static/icons/favicon-32x32.png
  9. 1
      www/static/site.webmanifest

7
www/app.html

@ -4,8 +4,15 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="description" content="Easily transcribe and translate DNA into messenger RNA and amino acids"> <meta name="description" content="Easily transcribe and translate DNA into messenger RNA and amino acids">
<meta name="application-name" content="DNA Transcription and Translation App">
<meta name="theme-color" content="#568ea3">
<title>DNA Transcription &amp; Translation</title> <title>DNA Transcription &amp; Translation</title>
<link rel="stylesheet" href="/css/styles.css"> <link rel="stylesheet" href="/css/styles.css">
<!-- DNA Icons by Twemoji. Generated using favicon.io -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16x16.png">
<link rel="manifest" href="/static/site.webmanifest">
</head> </head>
<body> <body>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>

BIN
www/favicon.ico

Binary file not shown.

5
www/index.html

@ -8,6 +8,11 @@
<meta name="theme-color" content="#568ea3"> <meta name="theme-color" content="#568ea3">
<title>DNA Transcription &amp; Translation</title> <title>DNA Transcription &amp; Translation</title>
<link rel="stylesheet" href="/css/styles.css"> <link rel="stylesheet" href="/css/styles.css">
<!-- DNA Icons by Twemoji. Generated using favicon.io -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16x16.png">
<link rel="manifest" href="/static/site.webmanifest">
</head> </head>
<body> <body>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>

BIN
www/static/icons/android-chrome-192x192.png

Binary file not shown.

After

Width: 192  |  Height: 192  |  Size: 15 KiB

BIN
www/static/icons/android-chrome-512x512.png

Binary file not shown.

After

Width: 512  |  Height: 512  |  Size: 47 KiB

BIN
www/static/icons/apple-touch-icon.png

Binary file not shown.

After

Width: 180  |  Height: 180  |  Size: 14 KiB

BIN
www/static/icons/favicon-16x16.png

Binary file not shown.

After

Width: 16  |  Height: 16  |  Size: 631 B

BIN
www/static/icons/favicon-32x32.png

Binary file not shown.

After

Width: 32  |  Height: 32  |  Size: 1.5 KiB

1
www/static/site.webmanifest

@ -0,0 +1 @@
{"name":"DNA Transcription & Translation","short_name":"DNA Transcription & Translation","icons":[{"src":"/static/icons/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/static/icons/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#568ea3","background_color":"#568ea3","display":"standalone"}
Loading…
Cancel
Save