diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15cf634 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/public/*.gif +/public/*.jpeg +/public/*.jpg +/public/*.png +/public/*.svg +/google*.html diff --git a/assets/css/main.css b/assets/css/main.css index 46485d7..749338c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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; } diff --git a/assets/images/apple-touch-icon-114x114.png b/assets/images/apple-touch-icon-114x114.png new file mode 100644 index 0000000..ed3753c Binary files /dev/null and b/assets/images/apple-touch-icon-114x114.png differ diff --git a/assets/images/apple-touch-icon-120x120.png b/assets/images/apple-touch-icon-120x120.png new file mode 100644 index 0000000..f3ae4ee Binary files /dev/null and b/assets/images/apple-touch-icon-120x120.png differ diff --git a/assets/images/apple-touch-icon-144x144.png b/assets/images/apple-touch-icon-144x144.png new file mode 100644 index 0000000..d8cb703 Binary files /dev/null and b/assets/images/apple-touch-icon-144x144.png differ diff --git a/assets/images/apple-touch-icon-152x152.png b/assets/images/apple-touch-icon-152x152.png new file mode 100644 index 0000000..47c98c6 Binary files /dev/null and b/assets/images/apple-touch-icon-152x152.png differ diff --git a/assets/images/apple-touch-icon-57x57.png b/assets/images/apple-touch-icon-57x57.png new file mode 100644 index 0000000..794cd14 Binary files /dev/null and b/assets/images/apple-touch-icon-57x57.png differ diff --git a/assets/images/apple-touch-icon-72x72.png b/assets/images/apple-touch-icon-72x72.png new file mode 100644 index 0000000..fd94ff5 Binary files /dev/null and b/assets/images/apple-touch-icon-72x72.png differ diff --git a/assets/images/favicon-16x16.png b/assets/images/favicon-16x16.png new file mode 100644 index 0000000..acb2b79 Binary files /dev/null and b/assets/images/favicon-16x16.png differ diff --git a/assets/images/favicon-32x32.png b/assets/images/favicon-32x32.png new file mode 100644 index 0000000..e65621a Binary files /dev/null and b/assets/images/favicon-32x32.png differ diff --git a/assets/images/favicon.ico b/assets/images/favicon.ico new file mode 100644 index 0000000..3c6a2f2 Binary files /dev/null and b/assets/images/favicon.ico differ diff --git a/assets/images/mstile-144x144.png b/assets/images/mstile-144x144.png new file mode 100644 index 0000000..d8cb703 Binary files /dev/null and b/assets/images/mstile-144x144.png differ diff --git a/dropload.php b/dropload.php index b048296..8ba1d92 100644 --- a/dropload.php +++ b/dropload.php @@ -1,6 +1,6 @@ "https://i.zxicar.us/{$newfilename}" + "location" => "https://i.yandols.xyz/{$newfilename}" ]); return; //header('Location: https://i.zxicar.us/' . $newfilename); diff --git a/failed.php b/failed.php index 699c3bb..64faf2d 100644 --- a/failed.php +++ b/failed.php @@ -1,5 +1,5 @@ @@ -10,19 +10,19 @@
Unfortunately your upload has failed.
It might not have been a valid JPG, JPEG, PNG, GIF file or it might have exceeded the 6MB filesize limit.