почистил static

This commit is contained in:
uniknow 2024-08-01 16:29:10 +04:00
parent 78ebac6557
commit 039496c199
16 changed files with 10 additions and 34 deletions

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="image/BP_PB.png" />
<link rel="icon" href="icon/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
@ -141,7 +141,7 @@
.noiseGif::before {
content: '';
background-image: url(../noise.gif);
background-image: url(../image/noise.gif);
opacity: 0.011;
width: 100%;
height: 100%;
@ -164,7 +164,7 @@
.noisePic::before {
content: '';
background-image: url(../noise.png);
background-image: url(../image/noise.png);
opacity: 0.811;
width: 100%;
height: 100%;

View file

@ -25,7 +25,7 @@
<header>
<a href="chat" class="avatarDiv">
<img class="siteAvatar" src="./BP-NEON.png" alt="лого" />
<img class="siteAvatar" src="./image/BP-NEON.png" alt="лого" />
<h2>BP Chat</h2>
</a>

View file

@ -514,7 +514,7 @@ let pinOrNot = false
<div class="chatDiv">
<img class="backgroundYtka" src="BPytka.png" alt="">
<img class="backgroundYtka" src="image/BPytka.png" alt="">
{#if helperDivBoolShow == true}
<!-- svelte-ignore a11y-no-static-element-interactions -->
@ -621,7 +621,7 @@ let pinOrNot = false
<!-- svelte-ignore a11y-click-events-have-key-events -->
<div class="logoForImageDiv">
<img class="logoForImage" src="logoForImage.svg" alt=""
<img class="logoForImage" src="/icon/uploadImage.svg" alt="fdsafds"
on:click={() => document.getElementById('fileInput').click()}>
</div>
@ -1296,7 +1296,7 @@ let pinOrNot = false
.gradient::before{
content: '';
position: absolute;
background-image: url('./noise.png');
background-image: url('./image/noise.png');
background-repeat: repeat;
width: 100%;
height: 100%;

View file

@ -122,8 +122,8 @@
<div class="previewCenter">
<h2 transition:fly={{ y: -1920, delay: 400, duration: 1200 }}>BP Chat</h2>
<div class="imgOnRightDiv">
<img class="imgOnRight" src="./BPytka.png" alt="птичка" transition:fly={{ y: -1920, delay: 300, duration: 1200 }}>
<img class="imgOnRightLight" src="./BPytka.png" alt="птичка" transition:blur={{ delay: 900, duration: 1200 }}>
<img class="imgOnRight" src="image/BPytka.png" alt="птичка" transition:fly={{ y: -1920, delay: 300, duration: 1200 }}>
<img class="imgOnRightLight" src="image/BPytka.png" alt="птичка" transition:blur={{ delay: 900, duration: 1200 }}>
</div>
</div>
</div>

View file

@ -26,7 +26,7 @@
{#if codeExist == true}
{#if verifAnswer == false}
<img src="/image/somethingWrong.jpg" alt="dsa" transition:blur={{duration:727, delay:100}}>
<img src="/image/somethingWrong.webp" alt="dsa" transition:blur={{duration:727, delay:100}}>
{:else if verifAnswer == true}
<h2 transition:fly={{y:1000, delay:200, duration:500, easing:cubicOut}}>Отличная работа. <br/> А ты не плохо подтверждаешь почты</h2>
{/if}

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<title>attachment-2</title>
<desc>Created with Sketch Beta.</desc>
<defs>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<g id="Icon-Set" sketch:type="MSLayerGroup" transform="translate(-258.000000, -154.000000)" fill="#000000">
<path d="M284.562,164.181 L270.325,178.26 C267.966,180.593 264.141,180.593 261.782,178.26 C259.423,175.928 259.423,172.146 261.782,169.813 L274.596,157.141 C276.168,155.586 278.718,155.586 280.291,157.141 C281.863,158.696 281.863,161.218 280.291,162.772 L267.477,175.444 C266.691,176.222 265.416,176.222 264.629,175.444 C263.843,174.667 263.843,173.406 264.629,172.628 L276.02,161.365 L274.596,159.957 L263.206,171.221 C261.633,172.775 261.633,175.297 263.206,176.853 C264.778,178.407 267.328,178.407 268.901,176.852 L281.714,164.181 C284.073,161.849 284.074,158.065 281.715,155.733 C279.355,153.4 275.531,153.4 273.172,155.733 L259.646,169.108 L259.696,169.157 C257.238,172.281 257.455,176.797 260.358,179.668 C263.262,182.539 267.828,182.754 270.987,180.323 L271.036,180.372 L285.986,165.589 L284.562,164.181" id="attachment-2" sketch:type="MSShapeGroup">
</path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 266 KiB

View file

Before

Width:  |  Height:  |  Size: 940 KiB

After

Width:  |  Height:  |  Size: 940 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

View file

Before

Width:  |  Height:  |  Size: 738 KiB

After

Width:  |  Height:  |  Size: 738 KiB

View file

Before

Width:  |  Height:  |  Size: 703 KiB

After

Width:  |  Height:  |  Size: 703 KiB

View file

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 700 700" width="700" height="700" opacity="1"><defs><filter id="nnnoise-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="linearRGB">
<feTurbulence type="turbulence" baseFrequency="0.2" numOctaves="4" seed="15" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence>
<feSpecularLighting surfaceScale="12" specularConstant="3" specularExponent="20" lighting-color="#ffffff" x="0%" y="0%" width="100%" height="100%" in="turbulence" result="specularLighting">
<feDistantLight azimuth="3" elevation="86"></feDistantLight>
</feSpecularLighting>
</filter></defs><rect width="700" height="700" fill="#ffffff00" data-darkreader-inline-fill="" style="--darkreader-inline-fill: rgba(24, 26, 27, 0);"></rect><rect width="700" height="700" fill="#ffffff" filter="url(#nnnoise-filter)" data-darkreader-inline-fill="" style="--darkreader-inline-fill: #181a1b;"></rect></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB