mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
LUCKY LUCKY BRAWL STARS DIAMOND
ПЕРВОЕ АПРЕЛЯ
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background: #121212;
|
background: #ffffff;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
.write__content input {
|
.write__content input {
|
||||||
padding: 14px 25% 14px 12px;
|
padding: 14px 25% 14px 12px;
|
||||||
border-radius: 13px;
|
border-radius: 13px;
|
||||||
background: #22252F;
|
background: #66ff00;
|
||||||
color: #A9A99D;
|
color: #A9A99D;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@@ -156,7 +156,7 @@
|
|||||||
.write__content textarea {
|
.write__content textarea {
|
||||||
padding: 14px 12px;
|
padding: 14px 12px;
|
||||||
border-radius: 13px;
|
border-radius: 13px;
|
||||||
background: #22252F;
|
background: #ffffff;
|
||||||
color: #A9A99D;
|
color: #A9A99D;
|
||||||
border: none;
|
border: none;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
/* margin-left: -20%; */
|
/* margin-left: -20%; */
|
||||||
margin-right: -5%;
|
margin-right: -5%;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: #3D3F48;
|
background: #33ff00;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -190,9 +190,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.system-message {
|
.system-message {
|
||||||
background-color: rgb(1, 56, 74);
|
background-color: rgb(0, 255, 13);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mention-message {
|
.mention-message {
|
||||||
background-color: rgb(169, 113, 0);
|
background-color: rgb(255, 227, 171);
|
||||||
}
|
}
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
.skin_2_skin {
|
.skin_2_skin {
|
||||||
width: 212px;
|
width: 212px;
|
||||||
height: 212px;
|
height: 212px;
|
||||||
background-image: url(https://avatar.spworlds.ru/front/212/Hepatir.png);
|
background-image: url(https://avatar.spworlds.ru/front/240/61a3421ff63342dea9b96e7d58c94fcf);
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|||||||
@@ -28,11 +28,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header__nav nav a:hover {
|
.header__nav nav a:hover {
|
||||||
color: #EF4444;
|
color: #fab31e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__nav--now {
|
.header__nav--now {
|
||||||
color: #EF4444;
|
color: #fab31e;
|
||||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
content: '';
|
content: '';
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background: #EF4444;
|
background: #ffffff;
|
||||||
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
|
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
|
||||||
bottom: -7px;
|
bottom: -7px;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
.header__card--balance {
|
.header__card--balance {
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
background: #22252F;
|
background: #252525;
|
||||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
padding: 10px 15px 8px 8px;
|
padding: 10px 15px 8px 8px;
|
||||||
}
|
}
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
.header__btn--wallet a {
|
.header__btn--wallet a {
|
||||||
border-radius: 13px;
|
border-radius: 13px;
|
||||||
background: #EF4444;
|
background: #fab31e;
|
||||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@@ -122,7 +122,7 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-family: Montserrat;
|
font-family: Montserrat;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background: #30323E;
|
background: rgb(255, 0, 0);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 6px 2px 6px 2px;
|
padding: 6px 2px 6px 2px;
|
||||||
width: 75px;
|
width: 75px;
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 13px;
|
border-radius: 13px;
|
||||||
background: #5865f2;
|
background: #a6ffab;
|
||||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"crashgame crashgame crashgame crashgame crashgame crashgame"
|
"crashgame crashgame crashgame crashgame crashgame crashgame"
|
||||||
"crashplayers crashplayers crashplayers crashplayers crashplayers crashplayers"
|
"crashplayers crashplayers crashplayers crashplayers crashplayers crashplayers"
|
||||||
"crashplayers crashplayers crashplayers crashplayers crashplayers crashplayers";
|
"crashplayers crashplayers crashplayers crashplayers crashplayers crashplayers";
|
||||||
background: #17181C;
|
background: #000000;
|
||||||
box-shadow: 0 0.25rem #00000040;
|
box-shadow: 0 0.25rem #00000040;
|
||||||
border-radius: 1.25rem;
|
border-radius: 1.25rem;
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.crash-game {
|
.crash-game {
|
||||||
background: #22252F;
|
background: #000000;
|
||||||
border-radius: 1.25rem;
|
border-radius: 1.25rem;
|
||||||
box-shadow: 0.25rem 0.25rem 0.25rem 0px #00000040;
|
box-shadow: 0.25rem 0.25rem 0.25rem 0px #00000040;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
border: 2px solid #2B3458;
|
border: 2px solid #2B3458;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background: #22252F;
|
background: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.diamond-input-crash {
|
.diamond-input-crash {
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
|
|
||||||
.crash-game-window__btn-start button {
|
.crash-game-window__btn-start button {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
background: #EF4444;
|
background: #fab31e;
|
||||||
border: unset;
|
border: unset;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
@@ -118,11 +118,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.claim-btn-crash__prize {
|
.claim-btn-crash__prize {
|
||||||
background: #4E5EF2 !important;
|
background: #ff0000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.waiting-btn-crash {
|
.waiting-btn-crash {
|
||||||
background: #3D3F48 !important;
|
background: #64df00 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.crash-window__line {
|
.crash-window__line {
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
.line-crash {
|
.line-crash {
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 474px;
|
height: 474px;
|
||||||
background: #30364F;
|
background: #fab31e;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -342px;
|
top: -342px;
|
||||||
left: 10%;
|
left: 10%;
|
||||||
@@ -164,7 +164,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.lost-ratio {
|
.lost-ratio {
|
||||||
color: #EF4444;
|
color: #00ff15;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -199,11 +199,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-crash-content__lose {
|
.user-crash-content__lose {
|
||||||
background: linear-gradient(90deg, #22252F -0.54%, #322733 83.25%, #B53938 103.54%) !important;
|
background: linear-gradient(90deg, #000000 -0.54%, #322733 83.25%, #5bb538 103.54%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-crash-content__win {
|
.user-crash-content__win {
|
||||||
background: linear-gradient(90deg, #22252F -0.54%, #22252F 84.17%, rgba(42, 110, 57, 0.87) 103.54%);
|
background: linear-gradient(90deg, #000000 -0.54%, #000000 84.17%, rgba(42, 110, 57, 0.87) 103.54%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-name-crash {
|
.user-name-crash {
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
font-family: 'Montserrat';
|
font-family: 'Montserrat';
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background: #22252F;
|
background: #000000;
|
||||||
box-shadow: 0px 4px 4px 0px #00000040;
|
box-shadow: 0px 4px 4px 0px #00000040;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
width: 70px;
|
width: 70px;
|
||||||
@@ -284,7 +284,7 @@
|
|||||||
box-shadow: 0px 4px 4px 0px #00000040;
|
box-shadow: 0px 4px 4px 0px #00000040;
|
||||||
font-family: 'Montserrat';
|
font-family: 'Montserrat';
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #28BD49;
|
color: #22cc00;
|
||||||
border: 1px solid #28BD49;
|
border: 1px solid #28BD49;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
/* margin-left: 5%; */
|
/* margin-left: 5%; */
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: #1D223E;
|
background: #000000;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
width: 42vh;
|
width: 42vh;
|
||||||
/* height: 480px; */
|
/* height: 480px; */
|
||||||
@@ -16,13 +16,13 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
/* margin-left: 5%; */
|
/* margin-left: 5%; */
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: #1D223E;
|
background: #000000;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(150, 153, 2, 0.25);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
/* height: 480px; */
|
/* height: 480px; */
|
||||||
/* height: 100%; */
|
/* height: 100%; */
|
||||||
border: 1px solid #262C55;
|
border: 1px solid #1d1d1d;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
/* margin-top: 2.6%; */
|
/* margin-top: 2.6%; */
|
||||||
/* margin: 2.6%; */
|
/* margin: 2.6%; */
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
/* margin-left: 5%; */
|
/* margin-left: 5%; */
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #1D223E;
|
background: #000000;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 1%;
|
margin-top: 1%;
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
/* margin-left: 5%; */
|
/* margin-left: 5%; */
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #1F2543;
|
background: #000000;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 1%;
|
margin-bottom: 1%;
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
/* margin-left: 5%; */
|
/* margin-left: 5%; */
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: #1D223E;
|
background: #000000;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
background-color: #E13F3F;
|
background-color: #fab31e;
|
||||||
/* Red for the progress */
|
/* Red for the progress */
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
/* Rounded corners on the left side */
|
/* Rounded corners on the left side */
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
padding-top: 10%;
|
padding-top: 10%;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: #17181C;
|
background: #000000;
|
||||||
backdrop-filter: blur(100px);
|
backdrop-filter: blur(100px);
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg {
|
.bg {
|
||||||
background: #293561;
|
background: #6d541e;
|
||||||
filter: blur(120px);
|
filter: blur(120px);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 250px;
|
top: 250px;
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-two {
|
.bg-two {
|
||||||
background: #293561;
|
background: #ffee00;
|
||||||
filter: blur(120px);
|
filter: blur(120px);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 220px;
|
top: 220px;
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: #22252F;
|
background: #000000;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
width: 27%;
|
width: 27%;
|
||||||
height: 480px;
|
height: 480px;
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
.crystals h3,
|
.crystals h3,
|
||||||
.diamonds h3 {
|
.diamonds h3 {
|
||||||
color: #44C6EF54;
|
color: #00000054;
|
||||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||||
font-family: Montserrat Alternates;
|
font-family: Montserrat Alternates;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
.btn-click {
|
.btn-click {
|
||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
||||||
background: #EF4444 !important;
|
background: #fab31e !important;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -214,7 +214,7 @@
|
|||||||
|
|
||||||
.btn-start {
|
.btn-start {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #EF4444;
|
background: #fab31e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-claim {
|
.btn-claim {
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
.saper-game__content {
|
.saper-game__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: #22252F;
|
background: #000000;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
width: 85%;
|
width: 85%;
|
||||||
height: 580px;
|
height: 580px;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
background: #EF4444;
|
background: #000000;
|
||||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -24,7 +24,8 @@
|
|||||||
.main__content h1 {
|
.main__content h1 {
|
||||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||||
font-family: Montserrat Alternates;
|
font-family: Montserrat Alternates;
|
||||||
font-size: 91px;
|
margin-top: 20px;
|
||||||
|
font-size: 55px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@@ -91,7 +92,7 @@
|
|||||||
|
|
||||||
.bg-card {
|
.bg-card {
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
background: #EF4444;
|
background: #000000;
|
||||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ ul {
|
|||||||
|
|
||||||
body,
|
body,
|
||||||
html {
|
html {
|
||||||
background: #121212;
|
background: #fab31e;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
@@ -133,7 +133,7 @@ button {
|
|||||||
.header {
|
.header {
|
||||||
grid-area: header;
|
grid-area: header;
|
||||||
border-radius: 1.25rem;
|
border-radius: 1.25rem;
|
||||||
background: #17181C;
|
background: #000000;
|
||||||
box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
|
||||||
align-self: start;
|
align-self: start;
|
||||||
}
|
}
|
||||||
@@ -144,7 +144,7 @@ button {
|
|||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
grid-area: menu;
|
grid-area: menu;
|
||||||
background: #17181C;
|
background: #000000;
|
||||||
box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 1.25rem;
|
border-radius: 1.25rem;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
@@ -156,7 +156,7 @@ button {
|
|||||||
|
|
||||||
.chat {
|
.chat {
|
||||||
grid-area: chat;
|
grid-area: chat;
|
||||||
background: #16171B;
|
background-image: url('https://c.tenor.com/UY1gxyywjAMAAAAC/tenor.gif');
|
||||||
filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
|
filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
/* height: 100%; */
|
/* height: 100%; */
|
||||||
@@ -196,7 +196,7 @@ button {
|
|||||||
grid-area: profile;
|
grid-area: profile;
|
||||||
height: 95%;
|
height: 95%;
|
||||||
border-radius: 3.125rem;
|
border-radius: 3.125rem;
|
||||||
background: #17181C;
|
background: #000000;
|
||||||
box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
|
||||||
margin: 0.625rem 2.438rem 1.125rem 1.125rem;
|
margin: 0.625rem 2.438rem 1.125rem 1.125rem;
|
||||||
}
|
}
|
||||||
@@ -281,7 +281,7 @@ button {
|
|||||||
/* height:99%; */
|
/* height:99%; */
|
||||||
height:86vh;
|
height:86vh;
|
||||||
border-radius: 3.125rem;
|
border-radius: 3.125rem;
|
||||||
background: #17181C;
|
background: #ffffff;
|
||||||
box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
|
||||||
margin: 0.625rem 2.438rem 1.125rem 1.125rem;
|
margin: 0.625rem 2.438rem 1.125rem 1.125rem;
|
||||||
/*height: 96.2%;*/
|
/*height: 96.2%;*/
|
||||||
@@ -292,7 +292,7 @@ button {
|
|||||||
|
|
||||||
|
|
||||||
.bg-gradient-left {
|
.bg-gradient-left {
|
||||||
background: #293561;
|
background: #000000;
|
||||||
filter: blur(120px);
|
filter: blur(120px);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 250px;
|
top: 250px;
|
||||||
@@ -304,7 +304,7 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-two-gradient-right {
|
.bg-two-gradient-right {
|
||||||
background: #293561;
|
background: #ffffff;
|
||||||
filter: blur(120px);
|
filter: blur(120px);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 220px;
|
top: 220px;
|
||||||
|
|||||||
@@ -1,172 +1,31 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<div class="top_card">
|
<div class="top_card">
|
||||||
<div class="Rafael1209_card">
|
|
||||||
<div class="Rafael1209_text_2">
|
|
||||||
<div class="Rafael1209_aboutinfo_2">
|
|
||||||
<p>Бэкендер</p>
|
|
||||||
<h1>Rafael1209</h1>
|
|
||||||
</div>
|
|
||||||
<div class="Rafael1209_whatjob_2">
|
|
||||||
<img src="@/assets/icons-developcard/Logo_C_sharp.png" alt="html">
|
|
||||||
<p>ASP, .NET, MongoDB</p>
|
|
||||||
</div>
|
|
||||||
<div class="Rafael1209_whatjob2_2">
|
|
||||||
<img src="@/assets/icons-developcard/Figma.png" alt="html">
|
|
||||||
<p>Designer</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="Rafael1209_skin_2">
|
|
||||||
<div class="Rafael1209_skin_2_skin">
|
|
||||||
|
|
||||||
<div class="Rafael1209_skinicons1">
|
|
||||||
<a href="https://t.me/RafaelloChas" target="_blank" ><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
|
|
||||||
<a href="https://discordapp.com/users/773259384095768657" target="_blank" ><img src="@/assets/icons-developcard/discord.png" alt=""></a>
|
|
||||||
<a href="https://github.com/rafael1209" target="_blank" ><img src="@/assets/icons-developcard/github.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="Hepatir_card">
|
<div class="Hepatir_card">
|
||||||
<div class="text_2">
|
<div class="text_2">
|
||||||
<div class="aboutinfo_2">
|
<div class="aboutinfo_2">
|
||||||
<p>Бэкендер</p>
|
<p>ДИРЕКТОР</p>
|
||||||
<h1>Hepatir</h1>
|
<h1>Swino4ka</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="whatjob_2">
|
<div class="whatjob_2">
|
||||||
<img src="@/assets/icons-developcard/Logo_C_sharp.png" alt="html">
|
<img src="@/assets/icons-developcard/Logo_C_sharp.png" alt="html">
|
||||||
<p>ASP, .NET, MongoDB</p>
|
<p>ВСЕ ЯЗЫКИ</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="whatjob2_2">
|
<div class="whatjob2_2">
|
||||||
<img src="@/assets/icons-developcard/sql-logo.png" alt="html">
|
<img src="@/assets/icons-developcard/sql-logo.png" alt="html">
|
||||||
<p>SQL</p>
|
<p>Чота</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="skin_2">
|
<div class="skin_2">
|
||||||
<div class="skin_2_skin">
|
<div class="skin_2_skin">
|
||||||
<div class="skinicons1">
|
<div class="skinicons1">
|
||||||
<a href="https://t.me/Hepatacor" target="_blank" ><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
|
<a href="https://t.me/Swino4ka_pon" target="_blank" ><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
|
||||||
<a href="https://discordapp.com/users/293977705815343105" target="_blank" ><img src="@/assets/icons-developcard/discord.png" alt=""></a>
|
<a href="https://discordapp.com/users/472393576010088449" target="_blank" ><img src="@/assets/icons-developcard/discord.png" alt=""></a>
|
||||||
<a href="https://github.com/danilt2000/" target="_blank" ><img src="@/assets/icons-developcard/github.png" alt=""></a>
|
<a href="https://github.com/swino4ka/" target="_blank" ><img src="@/assets/icons-developcard/github.png" alt=""></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="Ckutls__card">
|
|
||||||
<div class="Ckutls__text_2">
|
|
||||||
<div class="Ckutls__aboutinfo_2">
|
|
||||||
<p>Фронтэндер</p>
|
|
||||||
<h1>Ckutls_</h1>
|
|
||||||
</div>
|
|
||||||
<div class="Ckutls__whatjob_1">
|
|
||||||
<img src="@/assets/icons-developcard/html.png" alt="html">
|
|
||||||
<p>HTML 5,CSS</p>
|
|
||||||
</div>
|
|
||||||
<div class="Ckutls__whatjob_2">
|
|
||||||
<img src="@/assets/icons-developcard/js.png" alt="html">
|
|
||||||
<p>JavaScript</p>
|
|
||||||
</div>
|
|
||||||
<div class="Ckutls__whatjob_3">
|
|
||||||
<img src="@/assets/icons-developcard/Vue.png" alt="html">
|
|
||||||
<p>Vue 3</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="Ckutls__skin_2">
|
|
||||||
<div class="Ckutls__skin_2_skin">
|
|
||||||
|
|
||||||
<div class="Ckutls__skinicons1">
|
|
||||||
<a href="https://t.me/Ckutls" target="_blank" ><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
|
|
||||||
<a href="https://discordapp.com/users/531420425255911424" target="_blank" ><img src="@/assets/icons-developcard/discord.png" alt=""></a>
|
|
||||||
<a href="https://github.com/CkutlsGit" target="_blank" ><img src="@/assets/icons-developcard/github.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="FUpir_card">
|
|
||||||
<div class="FUpir_text_2">
|
|
||||||
<div class="FUpir_aboutinfo_2">
|
|
||||||
<p>Дизайнер</p>
|
|
||||||
<h1>FUpir</h1>
|
|
||||||
</div>
|
|
||||||
<div class="FUpir_whatjob_1">
|
|
||||||
<img src="@/assets/icons-developcard/Figma.png" alt="html">
|
|
||||||
<p>Designer</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="FUpir_skin_2">
|
|
||||||
<div class="FUpir_skin_2_skin">
|
|
||||||
|
|
||||||
<div class="FUpir_skinicons1">
|
|
||||||
<a href="https://t.me/Ykropmaha" target="_blank" ><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
|
|
||||||
<a href="https://discordapp.com/users/1126752682183503942" target="_blank" ><img src="@/assets/icons-developcard/discord.png" alt=""></a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="bottom_card">
|
|
||||||
<div class="megatntmega_card">
|
|
||||||
<div class="megatntmega_text">
|
|
||||||
<div class="megatntmega_aboutinfo">
|
|
||||||
<p>Дизайнер</p>
|
|
||||||
<h1>megatntmega</h1>
|
|
||||||
</div>
|
|
||||||
<div class="megatntmega_whatjob">
|
|
||||||
<img src="@/assets/icons-developcard/Figma.png" alt="html">
|
|
||||||
<p>Designer</p>
|
|
||||||
</div>
|
|
||||||
<div class="megatntmega_icons">
|
|
||||||
<a href="https://t.me/random_ak" target="_blank" ><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
|
|
||||||
<a href="https://discordapp.com/users/531420425255911424" target="_blank" ><img src="@/assets/icons-developcard/discord.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="megatntmega_skin">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="busha888_card">
|
|
||||||
<div class="text">
|
|
||||||
<div class="aboutinfo">
|
|
||||||
<p>Фронтэндер</p>
|
|
||||||
<h1>busha888</h1>
|
|
||||||
</div>
|
|
||||||
<div class="whatjob">
|
|
||||||
<img src="@/assets/icons-developcard/html.png" alt="html">
|
|
||||||
<p>HTML 5,CSS</p>
|
|
||||||
</div>
|
|
||||||
<div class="icons">
|
|
||||||
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank" ><img src="@/assets/icons-developcard/odniclasniki.png" alt=""></a>
|
|
||||||
<a href="https://t.me/Slayyyyyyyyyyyyyyyyy" target="_blank" ><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
|
|
||||||
<a href="https://www.youtube.com/@busha1/featured" target="_blank" ><img src="@/assets/icons-developcard/like.png" alt=""></a>
|
|
||||||
<a href="https://github.com/Madara0330E" target="_blank" ><img src="@/assets/icons-developcard/github.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="skin">
|
|
||||||
<img src="https://avatar.spworlds.ru/front/212/busha888.png" alt="">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="CLARFFY_card">
|
|
||||||
<div class="CLARFFY_text">
|
|
||||||
<div class="CLARFFY_aboutinfo">
|
|
||||||
<p>Дизайнер</p>
|
|
||||||
<h1>CLARFFY</h1>
|
|
||||||
</div>
|
|
||||||
<div class="CLARFFY_whatjob">
|
|
||||||
<img src="@/assets/icons-developcard/Figma.png" alt="html">
|
|
||||||
<p>Designer</p>
|
|
||||||
</div>
|
|
||||||
<div class="CLARFFY_icons">
|
|
||||||
<a href="https://t.me/LDpoko" target="_blank" ><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
|
|
||||||
<a href="https://discordapp.com/users/784873585852284938" target="_blank" ><img src="@/assets/icons-developcard/discord.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="CLARFFY_skin">
|
|
||||||
<img src="https://avatar.spworlds.ru/front/212//CLARFFY.png" alt="">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ export default {
|
|||||||
<div class="header__logo">
|
<div class="header__logo">
|
||||||
<img
|
<img
|
||||||
@click="$router.push({ name: 'home' })"
|
@click="$router.push({ name: 'home' })"
|
||||||
src="../assets/logo.svg"
|
src=""
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -18,6 +18,8 @@
|
|||||||
<p><b>Отдельно хочется выразить благодарность Tsybry и всем кто помогал нам в этом не легком пути</b></p>
|
<p><b>Отдельно хочется выразить благодарность Tsybry и всем кто помогал нам в этом не легком пути</b></p>
|
||||||
<p><b></b></p>
|
<p><b></b></p>
|
||||||
</div>
|
</div>
|
||||||
|
<h2>Мнения Экспертов:</h2>
|
||||||
|
<img src="https://i.imgur.com/J3IWN3b.png" alt=""> <img src="https://i.imgur.com/MTOekZs.png" alt=""> <img src="" alt="">
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="questions">
|
<!-- <div class="questions">
|
||||||
<div class="questions_box">
|
<div class="questions_box">
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<main class="main">
|
<main class="main">
|
||||||
<div class="main__content">
|
<div class="main__content">
|
||||||
<h3>онлайн-казино</h3>
|
<h3>онлайн-казино</h3>
|
||||||
<h1>lucky diamond</h1>
|
<h1>Lucky lucky brawl stars diamond</h1>
|
||||||
<h4>
|
<h4>
|
||||||
minecraft casino -
|
minecraft casino -
|
||||||
<span
|
<span
|
||||||
|
|||||||
Reference in New Issue
Block a user