thinkwee
commited on
Commit
·
770000d
1
Parent(s):
22e4ecb
update notion
Browse files- index.html +8 -0
- styles.css +9 -0
index.html
CHANGED
|
@@ -129,6 +129,14 @@
|
|
| 129 |
<img src="assets/alphaxiv_logo.png" alt="AlphaXiv" width="30" height="30" class="platform-icon">
|
| 130 |
AlphaXiv
|
| 131 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
</div>
|
| 133 |
</div>
|
| 134 |
</div>
|
|
|
|
| 129 |
<img src="assets/alphaxiv_logo.png" alt="AlphaXiv" width="30" height="30" class="platform-icon">
|
| 130 |
AlphaXiv
|
| 131 |
</a>
|
| 132 |
+
<a href="https://thinkwee.notion.site/ddrbench" class="platform-btn notion-btn" target="_blank"
|
| 133 |
+
rel="noopener noreferrer">
|
| 134 |
+
<svg viewBox="0 0 24 24" width="30" height="30" fill="currentColor">
|
| 135 |
+
<path
|
| 136 |
+
d="M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM9 17H7.17V7H9l5.83 6.91V7H16.83v10H15L9.17 10.09V17z" />
|
| 137 |
+
</svg>
|
| 138 |
+
Notion Blog
|
| 139 |
+
</a>
|
| 140 |
</div>
|
| 141 |
</div>
|
| 142 |
</div>
|
styles.css
CHANGED
|
@@ -313,6 +313,15 @@ img {
|
|
| 313 |
background: linear-gradient(135deg, #D1D5DB 0%, #E5E7EB 100%);
|
| 314 |
}
|
| 315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 316 |
/* ========================= */
|
| 317 |
/* MAIN CONTENT */
|
| 318 |
/* ========================= */
|
|
|
|
| 313 |
background: linear-gradient(135deg, #D1D5DB 0%, #E5E7EB 100%);
|
| 314 |
}
|
| 315 |
|
| 316 |
+
.notion-btn {
|
| 317 |
+
background: linear-gradient(135deg, #37352f 0%, #1a1a1a 100%);
|
| 318 |
+
color: #ffffff;
|
| 319 |
+
}
|
| 320 |
+
|
| 321 |
+
.notion-btn:hover {
|
| 322 |
+
background: linear-gradient(135deg, #1a1a1a 0%, #37352f 100%);
|
| 323 |
+
}
|
| 324 |
+
|
| 325 |
/* ========================= */
|
| 326 |
/* MAIN CONTENT */
|
| 327 |
/* ========================= */
|