procesaur commited on
Commit
488bfbd
·
verified ·
1 Parent(s): 3a79897

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -194,6 +194,19 @@ print(plot_radar_chart(scores[0:8], LABELS[0:8], "blue", "emotion") + plot_radar
194
  </div>
195
  </div>
196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
 
198
  ## Cit.
199
 
@@ -279,7 +292,9 @@ print(plot_radar_chart(scores[0:8], LABELS[0:8], "blue", "emotion") + plot_radar
279
  width: 92px;
280
  height:92px;
281
  border-radius: 50%;
282
- background-size: cover;
 
 
283
  }
284
 
285
  .highlight{
 
194
  </div>
195
  </div>
196
 
197
+ <div class="inline-flex flex-col avatar-cont">
198
+ <div class="avatar-title">Funding</div>
199
+ <a href="https://fondzanauku.gov.rs/">
200
+ <div class="flex">
201
+ <div class="avatar-cover"
202
+ style="background-image: url(https://fondzanauku.gov.rs/wp-content/uploads/2019/04/FZN-logo-primary-light-1170x396.png)">
203
+ </div>
204
+ </div>
205
+ <div class="avatar-name">Fond za Nauku</div>
206
+ <div class="avatar-handle">@fondzanauku_rs</div>
207
+ </a>
208
+ </div>
209
+ </div>
210
 
211
  ## Cit.
212
 
 
292
  width: 92px;
293
  height:92px;
294
  border-radius: 50%;
295
+ background-position: center;
296
+ background-size: contain;
297
+ background-repeat: no-repeat;
298
  }
299
 
300
  .highlight{