Skip to content

ImpressivedBeginer69/uni-logo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University Logo for ICPC scoreboard

This repository contains logo of universities that are participating in ICPC Vietnam.

This repository is to help show the logo of universities instead of their names in the scoreboard!

See demo here.

How to contribute

  • First, check if your university logo is already in the repository, try to find it in the list of universities.
  • If your university logo is not in the repository (or the logo is not correct, not in high quality, ...), you can contribute by adding it to the repository by following the steps below:
    • Fork this repository.
    • Add/replace your university logo to the logos folder.
    • Add/replace your university to the list of universities in the following format:
      {
        "uniName": "University Name",
        "logoURL": "<id>.png"
      }
      where <id>.png is the name of your university logo file.
    • Commit and push your changes to your forked repository.
    • Create a pull request to this repository.

Preferred logo format

  • The logo should be square.
  • The logo should be at least 50x50 pixels, at most 1000x1000 pixels. The preferred size is 100x100 pixels.
  • The logo should have transparent background and in PNG format.

About

Logo of universities in ICPC contests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%