Skip to content

Commit 174152a

Browse files
committed
Enhance the community website homepage
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 #255
1 parent 4a7855a commit 174152a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 2.1.7 on 2019-06-15 13:31
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('data', '0005_contributor_location'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='contributor',
15+
name='teams',
16+
field=models.ManyToManyField(related_name='contributors', to='data.Team'),
17+
),
18+
]

0 commit comments

Comments
 (0)