This commit is contained in:
roma 2025-11-28 18:16:03 +04:00
parent 0f61d76053
commit fe68169fe8
7 changed files with 130 additions and 0 deletions

BIN
AnalaizerClass.dll Normal file

Binary file not shown.

BIN
CalcClass.dll Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

33
isp32/index.html Normal file
View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="Glavnay">
<header>
<h5 class="Rolling"> Rolling</h5>
<input class="poisk" type="search" placeholder="search Rolling">
</form>
<div class="nav">
<a class="odin" href="#1">Explore</a>
<a class="odin" href="#1">Activity</a>
<a class="odin" href="#1">Feed</a>
<a class="odin" href="#1">Bids</a>
</div>
<a class="molvnia" href="#1"><img src="4983695040727157636.jpg" alt="ссылка"></a>
<a class="Connect" href="#1">Connect Wallet</a>
</header>
<div class="figni">
<img class="pht1" src="7d0f0074bf9e4ac70882ae75146c9f176be3a0e8.jpg" alt="popa">
<div class="mq">
<h2 class="text">The circle's pristine <br> cleanliness</h2>
</div>
<img class="ohigao" src="aa66fd6d5c8105062b48164ac2e2cb80474d4a2c.jpg" alt="ohigao">
</div>
</div>
</body>
</html>

97
isp32/style.css Normal file
View File

@ -0,0 +1,97 @@
header {
display: flex;
justify-content: space-between;
}
a{
text-decoration: none;
color: black;
}
.Rolling{
font-size: 24px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
width: 87px;
line-height: 100%;
letter-spacing: 0%;
margin-top: 36px;
margin-left: 48px;
gap: 6px;
}
.poisk{
width: 471px;
height: 56px;
margin-top: 20px;
margin-left: 239px;
border-radius: 60px;
border: 1;
padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;
gap: 10px;
}
.nav{
justify-content: space-between;
width: 302px;
height: 38px;
margin-top: 29px;
margin-left: 100px;
gap: 12px;
}
.odin{
margin-left: 12px;
size: 16px;
}
.molvnia{
width: 40px;
height: 40px;
margin-top: 28px;
margin-left: 1px;
}
.Connect{
width: 120px;
height: 20px;
margin-top: 24px;
margin-left: -10px;
border-radius: 33px;
border: 0.5px;
padding: 16px;
gap: 10px;
color: rgba(0, 122, 255, 1);
border-color: rgba(48, 147, 253, 0.911);
background-color: rgba(0, 122, 255, 0.12);
}
body{
max-width: 1440px;
margin-left: 240px;
}
.pht1{
width: 889px;
height: 490px;
margin-top: 50px;
margin-left: 48px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.figni{
display: flex;
justify-content: space-between;
}
.mq{
margin-top: 50px;
box-shadow: 5px 5px 5px rgb(105, 105, 104);
width: 432px;
height: 490px;
margin-left: 10px;
}
.text{
size: 28px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
width: 360px;
height: 72px;
gap: 12px;
top: 176px;
left: -20px;
}
.ohigao