redesign profile card
This commit is contained in:
parent
f7277d5c0d
commit
bac2a3f2a0
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
@ -78,7 +78,7 @@
|
||||
</main>
|
||||
|
||||
<div class="version">
|
||||
<p>v4.5</p>
|
||||
<p>v4.6</p>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
@ -98,7 +98,8 @@ main{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 40px;
|
||||
justify-content: center;
|
||||
gap: 35px;
|
||||
}
|
||||
|
||||
.whoami-pic {
|
||||
@ -106,17 +107,22 @@ main{
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 15px;
|
||||
gap: 6px;
|
||||
|
||||
border-right: solid 1px var(--dark-fife);
|
||||
padding: 0 35px 0 10px;
|
||||
}
|
||||
|
||||
.whoami-pic img {
|
||||
width: 250px;
|
||||
border-radius: 30px;
|
||||
|
||||
border: solid 1px white;
|
||||
border: solid 2px white;
|
||||
animation-name: fullBorderAnimation;
|
||||
animation-duration: 10s;
|
||||
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>
|
||||
<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.
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user