Spaces:
Running
Running
Update index.html (#2)
Browse files- Update index.html (5f335212934b41f6bedf8718c2120de8117da0c6)
- index.html +16 -0
index.html
CHANGED
|
@@ -134,9 +134,25 @@
|
|
| 134 |
.toggle-button.show-all.active {
|
| 135 |
background-color: #2196f3;
|
| 136 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
</style>
|
| 138 |
</head>
|
| 139 |
<body>
|
|
|
|
|
|
|
|
|
|
| 140 |
<div class="toggle-container">
|
| 141 |
<button class="toggle-button show-all active" onclick="filterEvents('all')">Show All</button>
|
| 142 |
<button class="toggle-button open-source" onclick="filterEvents('open-source')">Open Weights Only</button>
|
|
|
|
| 134 |
.toggle-button.show-all.active {
|
| 135 |
background-color: #2196f3;
|
| 136 |
}
|
| 137 |
+
.github-link {
|
| 138 |
+
text-align: center;
|
| 139 |
+
padding: 10px;
|
| 140 |
+
background-color: #24292e;
|
| 141 |
+
color: white;
|
| 142 |
+
}
|
| 143 |
+
.github-link a {
|
| 144 |
+
color: white;
|
| 145 |
+
text-decoration: none;
|
| 146 |
+
}
|
| 147 |
+
.github-link a:hover {
|
| 148 |
+
text-decoration: underline;
|
| 149 |
+
}
|
| 150 |
</style>
|
| 151 |
</head>
|
| 152 |
<body>
|
| 153 |
+
<div class="github-link">
|
| 154 |
+
<a href="https://github.com/Vaibhavs10/2024-ai-timeline" target="_blank">View on GitHub</a>
|
| 155 |
+
</div>
|
| 156 |
<div class="toggle-container">
|
| 157 |
<button class="toggle-button show-all active" onclick="filterEvents('all')">Show All</button>
|
| 158 |
<button class="toggle-button open-source" onclick="filterEvents('open-source')">Open Weights Only</button>
|