diff options
author | Ciaran Gallagher <[email protected]> | 2020-03-25 23:26:26 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2020-03-25 23:26:26 +0000 |
commit | 583f48a87caf33ec3a4ce919fb894326681de1cc (patch) | |
tree | d046fcfe691253a74d2e11edc2f188ff387b6eaa | |
parent | 4a24ba5b0df639946298c10a3eba2197796a4bc8 (diff) | |
download | pasta-583f48a87caf33ec3a4ce919fb894326681de1cc.tar.gz pasta-583f48a87caf33ec3a4ce919fb894326681de1cc.zip |
icons and logos
-rw-r--r-- | css/main.css | 15 | ||||
-rw-r--r-- | images/Logo_Title_Large.png | bin | 0 -> 31589 bytes | |||
-rw-r--r-- | images/favicon.png | bin | 3035 -> 2273 bytes | |||
-rw-r--r-- | images/favicon_transparent.png | bin | 0 -> 3035 bytes | |||
-rw-r--r-- | index.html | 8 |
5 files changed, 10 insertions, 13 deletions
diff --git a/css/main.css b/css/main.css index ae9b7cd..9612fbf 100644 --- a/css/main.css +++ b/css/main.css @@ -23,12 +23,11 @@ small { color: rgb(190,190,190); } -nav .navbar-brand { - margin-right: 0; -} - -nav h2 { - margin-bottom: 0; +nav .titleImage { + width: auto; + height: auto; + max-width: 100%; + max-height: 3em; } nav small { @@ -329,10 +328,6 @@ table, td, tr, th { nav small { display: none; } - - .navbar .container { - justify-content: center; - } } @media only screen and (max-width: 1199px) { diff --git a/images/Logo_Title_Large.png b/images/Logo_Title_Large.png Binary files differnew file mode 100644 index 0000000..e05946f --- /dev/null +++ b/images/Logo_Title_Large.png diff --git a/images/favicon.png b/images/favicon.png Binary files differindex 62bca43..81f009a 100644 --- a/images/favicon.png +++ b/images/favicon.png diff --git a/images/favicon_transparent.png b/images/favicon_transparent.png Binary files differnew file mode 100644 index 0000000..62bca43 --- /dev/null +++ b/images/favicon_transparent.png @@ -2,7 +2,7 @@ <html lang="en"> <head></head> - <title>PASTA | Plex Audio and Subtitle Track Automator</title> + <title>PASTA | Audio and Subtitle Track Changer for Plex</title> <link rel='icon' href='images/favicon.png' type='image/x-icon' /> <!-- Required meta tags --> @@ -43,9 +43,11 @@ <nav class="navbar navbar-expand-lg navbar-dark static-top"> <div class="container"> <a class="navbar-brand" href="javascript:window.location.reload()"> - <h2>PASTA<small class="ml-2">Plex Audio and Subtitle Track Automation</small></h2> + <img class="titleImage" src="images/Logo_Title_Large.png"> + </a> + <a href=""> + <i class="far fa-question-circle" style="color: #e5a00d; font-size: 1.5em"></i> </a> - <i class="far fa-question-circle" style="color: #e5a00d; font-size: 1.5em"></i> </div> </nav> |