redesign profile card
This commit is contained in:
parent
f7277d5c0d
commit
bac2a3f2a0
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "website",
|
"name": "website",
|
||||||
"version": "4.5.0",
|
"version": "4.6.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
<p>v4.5</p>
|
<p>v4.6</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@ -98,7 +98,8 @@ main{
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 40px;
|
justify-content: center;
|
||||||
|
gap: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.whoami-pic {
|
.whoami-pic {
|
||||||
@ -106,17 +107,22 @@ main{
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 15px;
|
gap: 6px;
|
||||||
|
|
||||||
|
border-right: solid 1px var(--dark-fife);
|
||||||
|
padding: 0 35px 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.whoami-pic img {
|
.whoami-pic img {
|
||||||
width: 250px;
|
width: 250px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
|
||||||
border: solid 1px white;
|
border: solid 2px white;
|
||||||
animation-name: fullBorderAnimation;
|
animation-name: fullBorderAnimation;
|
||||||
animation-duration: 10s;
|
animation-duration: 10s;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
|
|
||||||
|
box-shadow: rgba(50, 50, 93, 1) 0px 30px 60px -12px inset, rgba(0, 0, 0, 1) 0px 18px 36px -18px inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<c><i class="nf nf-md-speedometer"></i> Speed:</c> All the services are located in Turkey, and avaliable
|
<c><i class="nf nf-md-speedometer"></i> Speed:</c> All the services are located in Turkey, and avaliable
|
||||||
over an 233.68 Mbit/s interface. If you are close to Turkey you should have a fairly good experience.
|
over an 400 Mbit/s interface. If you are close to Turkey you should have a fairly good experience.
|
||||||
If you are not, then you should probably use another provider for the service.
|
If you are not, then you should probably use another provider for the service.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user