feat: enhance SEO with Open Graph meta tags and add logo image
This commit is contained in:
parent
e5bbc8f872
commit
9b3fed1f9e
@ -2763,7 +2763,7 @@ sm-popup::part(popup) {
|
|||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive adjustments for balance info */
|
/* Responsive adjustments for balance info */
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.detail-row {
|
.detail-row {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -2792,24 +2792,24 @@ sm-popup::part(popup) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Resources and fees styling - always display on separate lines */
|
/* Resources and fees styling - always display on separate lines */
|
||||||
.tx-detail-value.resources-list {
|
.tx-detail-value.resources-list {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
align-items: flex-end !important; /* Right-align the resource items */
|
align-items: flex-end !important; /* Right-align the resource items */
|
||||||
gap: 0.5rem !important;
|
gap: 0.5rem !important;
|
||||||
text-align: right !important;
|
text-align: right !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Special styling for resource rows */
|
/* Special styling for resource rows */
|
||||||
.tx-detail-row.resource-row {
|
.tx-detail-row.resource-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.resource-item {
|
.resource-item {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
padding: 0.25rem 0.5rem !important;
|
padding: 0.25rem 0.5rem !important;
|
||||||
background-color: rgba(59, 130, 246, 0.05) !important;
|
background-color: rgba(59, 130, 246, 0.05) !important;
|
||||||
@ -2819,11 +2819,11 @@ sm-popup::part(popup) {
|
|||||||
text-align: right !important;
|
text-align: right !important;
|
||||||
width: fit-content !important;
|
width: fit-content !important;
|
||||||
margin-left: auto !important;
|
margin-left: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.resource-item:last-child {
|
.resource-item:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
/* Responsive Design */
|
/* Responsive Design */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.hamburger-btn {
|
.hamburger-btn {
|
||||||
|
|||||||
22
index.html
22
index.html
@ -3,6 +3,28 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
<!-- Primary Meta Tags -->
|
||||||
|
<meta name="title" content="RanchiMall Tron Wallet" />
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="RanchiMall Tron Wallet - Generate multi-blockchain addresses, send TRX, view transactions and manage your assets."
|
||||||
|
/>
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta
|
||||||
|
property="og:url"
|
||||||
|
content="https://ranchimall.github.io/tronwallet/"
|
||||||
|
/>
|
||||||
|
<meta property="og:title" content="RanchiMall Tron Wallet" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="RanchiMall Tron Wallet - Generate multi-blockchain addresses, send TRX, view transactions and manage your assets."
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
property="og:image"
|
||||||
|
content="https://ranchimall.github.io/tronwallet/ranchimall-logo.png"
|
||||||
|
/>
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
<title>Tron Wallet</title>
|
<title>Tron Wallet</title>
|
||||||
<link rel="shortcut icon" href="favicon.svg" type="image/x-icon" />
|
<link rel="shortcut icon" href="favicon.svg" type="image/x-icon" />
|
||||||
<link
|
<link
|
||||||
|
|||||||
BIN
ranchimall-logo.png
Normal file
BIN
ranchimall-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user