Skip to content

Commit 8bc8cc2

Browse files
committed
Update index.md
Add activitie
1 parent 9ab1ff3 commit 8bc8cc2

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

docs/en/index.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,92 @@ hero:
1717
link: /docs/get-fogmoe-token/
1818
---
1919

20+
::: info Direct Sale Progress
21+
<div class="sale-container">
22+
<div class="sale-header">
23+
<h3>Early Fundraising</h3>
24+
<a href="https://x.com/FOG_MOE/status/1882997027417809110" target="_blank" class="x-link">
25+
View Details →
26+
</a>
27+
</div>
28+
29+
<div class="progress-bar">
30+
<div class="progress" style="width: 0%;"></div>
31+
</div>
32+
33+
<div class="sale-stats">
34+
<div class="stat-item">
35+
<span class="stat-label">Raised</span>
36+
<span class="stat-value">0.0/2.0 SOL</span>
37+
</div>
38+
<div class="stat-item">
39+
<span class="stat-label">Distributed</span>
40+
<span class="stat-value">0K/500K FOGMOE</span>
41+
</div>
42+
</div>
43+
</div>
44+
45+
<style>
46+
.sale-container {
47+
padding: 1.5rem;
48+
border-radius: 8px;
49+
background: var(--vp-c-bg-soft);
50+
}
51+
52+
.sale-header {
53+
display: flex;
54+
justify-content: space-between;
55+
align-items: center;
56+
margin-bottom: 1.5rem;
57+
}
58+
59+
.x-link {
60+
color: var(--vp-c-brand);
61+
text-decoration: none;
62+
font-size: 0.9rem;
63+
}
64+
65+
.x-link:hover {
66+
text-decoration: underline;
67+
}
68+
69+
.progress-bar {
70+
width: 100%;
71+
height: 10px;
72+
background: var(--vp-c-bg);
73+
border-radius: 5px;
74+
overflow: hidden;
75+
}
76+
77+
.progress {
78+
height: 100%;
79+
background: var(--vp-c-brand);
80+
transition: width 0.3s ease;
81+
}
82+
83+
.sale-stats {
84+
display: flex;
85+
justify-content: space-between;
86+
margin-top: 1rem;
87+
flex-wrap: wrap;
88+
gap: 1rem;
89+
}
90+
91+
.stat-item {
92+
display: flex;
93+
flex-direction: column;
94+
align-items: center;
95+
}
96+
97+
.stat-label {
98+
font-size: 0.9rem;
99+
color: var(--vp-c-text-2);
100+
}
101+
102+
.stat-value {
103+
font-size: 1.1rem;
104+
font-weight: 600;
105+
color: var(--vp-c-text-1);
106+
}
107+
</style>
108+
:::

0 commit comments

Comments
 (0)