Skip to content

Commit

Permalink
Enhance the community website homepage
Browse files Browse the repository at this point in the history
The enhancement includes addition of materialize
css, JQuery, responsiveness, and easy-navigation
of website features. The easy-navigatibility is
achieved by adding a navbar with display of meta
-review and gamification leaderboard on homepage.
Apart from this, the activity graph url is omitted
from website by displaying the graph itslef on the
homepage on large devices.

Closes coala#255
  • Loading branch information
KVGarg committed Aug 2, 2019
1 parent 9c7f468 commit fd9c8b9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/migrations/0006_auto_20190615_1331.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 2.1.7 on 2019-06-15 13:31

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('data', '0005_contributor_location'),
]

operations = [
migrations.AlterField(
model_name='contributor',
name='teams',
field=models.ManyToManyField(related_name='contributors', to='data.Team'),
),
]

0 comments on commit fd9c8b9

Please sign in to comment.