mvaloatto commited on
Commit
213d46a
β€’
1 Parent(s): dcc0a51

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +25 -3
index.html CHANGED
@@ -14,11 +14,13 @@
14
  <main>
15
  <div class="tabs">
16
  <input type="radio" name="tabs" id="tab1" checked>
17
- <label for="tab1"><img src="/img/ico_spaces.png" alt="Spaces"> Top Spaces Contibutors</label>
18
  <input type="radio" name="tabs" id="tab2">
19
- <label for="tab2"><img src="/img/ico_spaces.png" alt="Spaces"> Top Models Contibutors</label>
20
  <input type="radio" name="tabs" id="tab3">
21
- <label for="tab3"><img src="/img/ico_spaces.png" alt="Spaces"> Top Datasets Contibutors</label>
 
 
22
  </div>
23
  <section class="tab-content active">
24
  <h3>Note: Leaderboard of contributors with the most accumulated Spaces likes β™₯ (showing users only, not organizations)</h3>
@@ -113,6 +115,26 @@
113
  <!-- Add more user entries for Tab 3 here -->
114
  </ul>
115
  </section>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  <section class="notes">
117
  <h2>Notes</h2>
118
  <p>This is a placeholder for your notes section.</p>
 
14
  <main>
15
  <div class="tabs">
16
  <input type="radio" name="tabs" id="tab1" checked>
17
+ <label for="tab1"> πŸ›οΈ Models Downloads</label>
18
  <input type="radio" name="tabs" id="tab2">
19
+ <label for="tab2"> πŸ“Š Datasets Downloads</label>
20
  <input type="radio" name="tabs" id="tab3">
21
+ <label for="tab3"> πŸš€ Spaces Likes</label>
22
+ <input type="radio" name="tabs" id="tab4">
23
+ <label for="tab4"> <img src="/img/ico_hf.png" alt="X logo"> Profile Followers</label>
24
  </div>
25
  <section class="tab-content active">
26
  <h3>Note: Leaderboard of contributors with the most accumulated Spaces likes β™₯ (showing users only, not organizations)</h3>
 
115
  <!-- Add more user entries for Tab 3 here -->
116
  </ul>
117
  </section>
118
+ <section class="tab-content">
119
+ <h2>Leaderboard</h2>
120
+ <ul>
121
+ <li>
122
+ <div>
123
+ <div>
124
+ <h3>Laura Johnson</h3>
125
+ <p>
126
+ <a href="#">bobjohnson.com</a>
127
+ <span class="mx-2">|</span>
128
+ <a href="#"><img src="https://via.placeholder.com/16x16" alt="X.com logo">@bobjohnson</a>
129
+ <span class="mx-2">|</span>
130
+ <a href="#"><img src="https://via.placeholder.com/16x16" alt="Github.com logo">bobjohnson/github</a>
131
+ </p>
132
+ </div>
133
+ </div>
134
+ </li>
135
+ <!-- Add more user entries for Tab 4 here -->
136
+ </ul>
137
+ </section>
138
  <section class="notes">
139
  <h2>Notes</h2>
140
  <p>This is a placeholder for your notes section.</p>