Move precomposed icons from old root to project assets folder.

Also added dropzonejs credit to index.php's comment header.
Also fixed some missing attributes in assets/css/main.css
migrationdev
YandolsZX 5 years ago
parent 87aee8f752
commit 6ea8db582d
  1. 39
      assets/css/main.css
  2. BIN
      assets/images/apple-touch-icon-114x114.png
  3. BIN
      assets/images/apple-touch-icon-120x120.png
  4. BIN
      assets/images/apple-touch-icon-144x144.png
  5. BIN
      assets/images/apple-touch-icon-152x152.png
  6. BIN
      assets/images/apple-touch-icon-57x57.png
  7. BIN
      assets/images/apple-touch-icon-72x72.png
  8. BIN
      assets/images/favicon-16x16.png
  9. BIN
      assets/images/favicon-32x32.png
  10. BIN
      assets/images/favicon.ico
  11. BIN
      assets/images/mstile-144x144.png
  12. 26
      index.php

@ -170,10 +170,14 @@
a:hover {
color: #ff7496;
font-weight: bold;
/* letter-spacing: 0.1em; */
}
strong, b {
color: #313f47;
font-weight: bold;
letter-spacing: 0.1em;
}
em, i {
@ -183,6 +187,13 @@
p {
margin: 0 0 1.5em 0;
}
p.legal {
margin: 0 0 1.5em 0;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
color: #313f47;
@ -474,6 +485,15 @@
margin: 0 0 1.5em 0;
padding-left: 1.25em;
}
ol.legal {
list-style: decimal;
margin: 0 0 1.5em 0;
padding-left: 1.25em;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: none;
}
ol li {
padding-left: 0.25em;
@ -485,6 +505,25 @@
padding-left: 1em;
}
ul.legal {
list-style: none;
margin: 0 0 1.5em 0;
padding-left: 1em;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: none;
}
ul.legal li {
display: inline-block;
padding: 0 0.75em 0 0;
vertical-align: middle;
}
ul.legal li:last-child {
padding-right: 0;
}
ul li {
padding-left: 0.5em;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

@ -3,6 +3,7 @@
New Icarus Imeji Uploader by YandolsZX
Icarus Front-end version 2.0
Template "Identity" by @ajlkn, licensed under under the CCA 3.0 license (html5up.net/license)
Droploader "Dropzonejs by Matias Meno
-->
<html lang="en" xmlns:og="https://ogp.me/ns#">
<head>
@ -17,23 +18,23 @@
<noscript><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/noscript.css" /></noscript>
<title>Icarus Imeji Uploader</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico">
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://zxicar.us/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://zxicar.us/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://zxicar.us/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://zxicar.us/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://zxicar.us/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://zxicar.us/apple-touch-icon-152x152.png" />
<link rel="shortcut icon" href="https://yandols.xyz/favicon.ico">
<link rel="icon" type="image/png" href="https://yandols.xyz/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://yandols.xyz/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://yandols.xyz/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://yandols.xyz/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://yandols.xyz/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://yandols.xyz/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://yandols.xyz/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://yandols.xyz/apple-touch-icon-152x152.png" />
<meta name="application-name" content="I.C.A.R.U.S."/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://zxicar.us/mstile-144x144.png" />
<meta name="msapplication-TileImage" content="https://yandols.xyz/mstile-144x144.png" />
<meta name="theme-color" content="#ff89c9">
<meta property="og:title" content="Icarus Imeji Uploader" />
<meta property="og:description" content="Icarus Imeji Uploader is a Free Image Uploading and Hosting Service by Locaria Technologies." />
<meta property="og:image" content="https://zxicar.us/mstile-144x144.png" />
<meta property="og:image" content="https://yandols.xyz/mstile-144x144.png" />
<meta property="og:image:height" content="144" />
<meta property="og:image:width" content="144" />
@ -127,7 +128,8 @@
Locaria Technologies.</li>
</ul>
<ul class="copyright">
<li><a href="https://gist.github.com/Yandols/cd7d5e6d24d4dbffd80aa3ebbeeaef8c" target="_blank">ShareX Support</a></li>
<li><a href="https://gist.github.com/Yandols/cd7d5e6d24d4dbffd80aa3ebbeeaef8c" target="_blank">ShareX </a></li>
<li><a href="./legacy">Legacy</a></li>
<li><a href="./tos.php">Terms of Service</a></li>
<li><a href="./tos.php#privacy">Privacy Policy</a></li>
<li><a href="./removal.php">Removal Request</a></li>

Loading…
Cancel
Save