reach-vb HF staff commited on
Commit
5f33521
1 Parent(s): 88a8e69

Update index.html

Browse files
Files changed (1) hide show
  1. 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>