thinkwee commited on
Commit
a8b71f1
·
1 Parent(s): 05228ad

update bottoms

Browse files
Files changed (3) hide show
  1. assets/alphaxiv_logo.png +3 -0
  2. index.html +20 -5
  3. styles.css +18 -0
assets/alphaxiv_logo.png ADDED

Git LFS Details

  • SHA256: 017ecb0c3803dc9ff9c07d34d0c946170baaa8000992d86f83e64933d35dbaff
  • Pointer size: 130 Bytes
  • Size of remote file: 77.2 kB
index.html CHANGED
@@ -93,11 +93,15 @@
93
  </a>
94
  </div>
95
  <div class="meta-row links">
96
- <a href="https://huggingface.co/collections/thinkwee/ddrbench" class="platform-btn huggingface-btn"
97
  target="_blank" rel="noopener noreferrer">
98
- <img src="assets/hf-logo-pirate.svg" alt="HuggingFace" width="30" height="30"
99
- class="platform-icon">
100
- Data
 
 
 
 
101
  </a>
102
  <a href="https://github.com/thinkwee/DDR_Bench" class="platform-btn github-btn" target="_blank"
103
  rel="noopener noreferrer">
@@ -107,11 +111,22 @@
107
  </svg>
108
  Code
109
  </a>
 
 
 
 
 
 
110
  <a href="https://arxiv.org/abs/2602.02039" class="platform-btn arxiv-btn" target="_blank"
111
  rel="noopener noreferrer">
112
  <img src="assets/arxiv-logomark-small.svg" alt="arXiv" width="30" height="30"
113
  class="platform-icon">
114
- Paper
 
 
 
 
 
115
  </a>
116
  </div>
117
  </div>
 
93
  </a>
94
  </div>
95
  <div class="meta-row links">
96
+ <a href="https://huggingface.co/collections/thinkwee/ddrbench" class="platform-btn dataset-btn"
97
  target="_blank" rel="noopener noreferrer">
98
+ <svg viewBox="0 0 24 24" width="30" height="30" fill="none" stroke="currentColor"
99
+ stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
100
+ <ellipse cx="12" cy="5" rx="9" ry="3" />
101
+ <path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" />
102
+ <path d="M3 12c0 1.66 4 3 9 3s9-1.34 9-3" />
103
+ </svg>
104
+ Dataset
105
  </a>
106
  <a href="https://github.com/thinkwee/DDR_Bench" class="platform-btn github-btn" target="_blank"
107
  rel="noopener noreferrer">
 
111
  </svg>
112
  Code
113
  </a>
114
+ <a href="https://huggingface.co/papers/2602.02039" class="platform-btn huggingface-btn"
115
+ target="_blank" rel="noopener noreferrer">
116
+ <img src="assets/hf-logo-pirate.svg" alt="HuggingFace" width="30" height="30"
117
+ class="platform-icon">
118
+ HuggingFace
119
+ </a>
120
  <a href="https://arxiv.org/abs/2602.02039" class="platform-btn arxiv-btn" target="_blank"
121
  rel="noopener noreferrer">
122
  <img src="assets/arxiv-logomark-small.svg" alt="arXiv" width="30" height="30"
123
  class="platform-icon">
124
+ arXiv
125
+ </a>
126
+ <a href="https://www.alphaxiv.org/abs/2602.02039" class="platform-btn alphaxiv-btn" target="_blank"
127
+ rel="noopener noreferrer">
128
+ <img src="assets/alphaxiv_logo.png" alt="AlphaXiv" width="30" height="30" class="platform-icon">
129
+ AlphaXiv
130
  </a>
131
  </div>
132
  </div>
styles.css CHANGED
@@ -268,6 +268,15 @@ img {
268
  background: linear-gradient(135deg, #FFA500 0%, #FFD21E 100%);
269
  }
270
 
 
 
 
 
 
 
 
 
 
271
  .github-btn {
272
  background: linear-gradient(135deg, #24292e 0%, #000000 100%);
273
  color: #ffffff;
@@ -286,6 +295,15 @@ img {
286
  background: linear-gradient(135deg, #8B0000 0%, #B31B1B 100%);
287
  }
288
 
 
 
 
 
 
 
 
 
 
289
  /* ========================= */
290
  /* MAIN CONTENT */
291
  /* ========================= */
 
268
  background: linear-gradient(135deg, #FFA500 0%, #FFD21E 100%);
269
  }
270
 
271
+ .dataset-btn {
272
+ background: linear-gradient(135deg, #06B6D4 0%, #0EA5E9 100%);
273
+ color: #ffffff;
274
+ }
275
+
276
+ .dataset-btn:hover {
277
+ background: linear-gradient(135deg, #0EA5E9 0%, #06B6D4 100%);
278
+ }
279
+
280
  .github-btn {
281
  background: linear-gradient(135deg, #24292e 0%, #000000 100%);
282
  color: #ffffff;
 
295
  background: linear-gradient(135deg, #8B0000 0%, #B31B1B 100%);
296
  }
297
 
298
+ .alphaxiv-btn {
299
+ background: linear-gradient(135deg, #E5E7EB 0%, #D1D5DB 100%);
300
+ color: #1d1d1f;
301
+ }
302
+
303
+ .alphaxiv-btn:hover {
304
+ background: linear-gradient(135deg, #D1D5DB 0%, #E5E7EB 100%);
305
+ }
306
+
307
  /* ========================= */
308
  /* MAIN CONTENT */
309
  /* ========================= */