MozillaIndia / mozillaindia.github.io

Source code of mozillaindia.org
Mozilla Public License 2.0
21 stars 106 forks source link

Update data/campusclubs.json #196

Closed Ayushi-Mohan closed 4 years ago

Ayushi-Mohan commented 4 years ago

Fixes #160

Changes:

Changed the json structure

Screenshots for the change:

No changes in GUI Before:

After:

asdofindia commented 4 years ago

Thanks for this, but I don't think this fixes #160 as the structure is still the same. Also, there is no need to set keys to null as they automatically are set undefined if not defined (and undefined == null).

The :visited rule is very interesting because it led me to find a bug in firefox which has already been fixed just a few weeks ago.

As of now the underline doesn't get added because bulma rules overwrite that. Maybe we should import bulma first and then layout.css @harshil1712 ?