File tree Expand file tree Collapse file tree 1 file changed +89
-0
lines changed Expand file tree Collapse file tree 1 file changed +89
-0
lines changed Original file line number Diff line number Diff line change 17
17
link : /docs/get-fogmoe-token/
18
18
---
19
19
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
+ :::
You can’t perform that action at this time.
0 commit comments