Icon and media changes
This commit is contained in:
@@ -27,6 +27,7 @@ WORKDIR /var/www
|
||||
# Copy web assets and scripts
|
||||
COPY src/index.html /var/www/index.html
|
||||
COPY src/favicon.ico /var/www/favicon.ico
|
||||
COPY src/gem_nw_128.png /var/www/icon.png
|
||||
COPY src/run_speed_test.sh /usr/local/bin/run_speed_test.sh
|
||||
COPY src/start.sh /usr/local/bin/start.sh
|
||||
|
||||
|
||||
BIN
media/gem_nw_light.alpha.png
Normal file
BIN
media/gem_nw_light.alpha.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 708 KiB |
BIN
media/gem_nw_light.png
Normal file
BIN
media/gem_nw_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
media/gem_nw_light.xcf
Normal file
BIN
media/gem_nw_light.xcf
Normal file
Binary file not shown.
BIN
media/nw.xcf
BIN
media/nw.xcf
Binary file not shown.
BIN
src/favicon.ico
BIN
src/favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 50 KiB |
BIN
src/gem_nw_128.png
Normal file
BIN
src/gem_nw_128.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@@ -233,12 +233,43 @@ h1, h2, h5 {
|
||||
float: left;
|
||||
margin: 5px;
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
height: 1.5em;
|
||||
valign: center;
|
||||
}
|
||||
h1 img#app-icon {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
padding-right: 0.25em;
|
||||
}
|
||||
#app-advt {
|
||||
display: block;
|
||||
width: max-content;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-bottom: 0.5em;
|
||||
font-size: 0.5em;
|
||||
}
|
||||
#app-advt img {
|
||||
padding-right: 0.5em;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
/* #app-advt img:hover {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
}*/
|
||||
#app-advt a {
|
||||
text-decoration: none;
|
||||
color: grey;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="spinner"></div>
|
||||
<div id="spinner-desc">Preparing data ...</div>
|
||||
<div id="app-advt"><img id="app-icon" src="icon.png" /><a href="https://git.heshapps.com/asolkar/speed-data-docker">Presented by Heshapps.com - speed-data-docker</a></div>
|
||||
<div id="recent_samples">
|
||||
<div id="recent">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user