Skip to content

Commit aff1d01

Browse files
authored
Merge branch 'master' into branch_name
2 parents af39f71 + b624814 commit aff1d01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+4079
-35
lines changed
1.45 KB
Loading
34.8 KB
Loading
20.4 KB
Loading

eventsapp/data/images/pylogo.png

29.6 KB
Loading

eventsapp/data/images/pypeople.jpg

143 KB
Loading
Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,37 @@
11
{
2-
"0.0.1": [
3-
{
4-
"logo": "data/images/logo.png",
5-
"website":"https://in.pycon.org/2017/",
6-
"about":"PyCon India, the premier conference in India on using and developing the Python programming language is conducted annually by the Python developer community. It attracts the best Python programmers from across the country and abroad."
7-
}
8-
]
2+
"0.0.1": [
3+
{
4+
"logo": "data/images/logo.png",
5+
"website":"https://in.pycon.org/2018/",
6+
"about":"PyCon India, the premier conference in India on using and developing the Python programming language is conducted annually by the Python developer community. It attracts the best Python programmers from across the country and abroad.",
7+
"photo": "https://paste.opensuse.org/images/85253798.png",
8+
"social":
9+
{
10+
"website": "http://pydelhi.org/",
11+
"twitter": "https://twitter.com/pydelhi",
12+
"facebook": "https://www.facebook.com/groups/ncrpython",
13+
"github": "https://github.com/pydelhi",
14+
"telegram": "https://t.me/joinchat/AAAAAEK2nzPg0IlwbbAing",
15+
"googleplus": "https://plus.google.com/communities/112480684024193475272",
16+
"youtube": "https://www.youtube.com/channel/UC3QVyJ-Zt0QoYAibn4SD20A",
17+
"meetup": "https://www.meetup.com/pydelhi/"
18+
}
19+
}
20+
],
21+
"0.0.2" : [
22+
{
23+
"logo": "eventsapp/data/images/logo.png",
24+
"website":"https://in.pycon.org/2018/",
25+
"about":"PyCon India, the premier conference in India on using and developing the Python programming language is conducted annually by the Python developer community. It attracts the best Python programmers from across the country and abroad.",
26+
"photo": "https://paste.opensuse.org/images/85253798.png",
27+
"social":
28+
{
29+
"website": "https://in.pycon.org/",
30+
"twitter": "https://twitter.com/pyconindia",
31+
"facebook": "https://www.facebook.com/PyConIndia/",
32+
"github": "https://github.com/pythonindia"
33+
}
34+
}
35+
]
936
}
37+

eventsapp/data/jsonfiles/community.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"about": "PyCon India, the premier conference in India on using and developing the Python programming language is conducted annually by the Python developer community. It attracts the best Python programmers from across the country and abroad.",
66
"photo": "https://in.pycon.org/2017/images/logo.png",
77
"social":{
8-
"website": "https://in.pycon.org/2017/",
8+
"website": "https://in.pycon.org/2018/",
99
"twitter": "https://twitter.com/pyconindia",
1010
"facebook": "https://www.facebook.com/pyconindia",
11-
"github": "https://github.com/pyythonindia",
12-
"youtube": "https://www.youtube.com/user/inpycon",
11+
"github": "https://github.com/pythonindia",
12+
"youtube": "https://www.youtube.com/user/inpycon"
1313
}
1414
}
1515
]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"0.0.1": [
3+
{
4+
"logo": "data/images/logo.png",
5+
"quote":"Email: pyconindia@gmail.com",
6+
"author": "",
7+
"about":""
8+
}
9+
]
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"0.0.1": [
3+
{
4+
"logo": "https://pbs.twimg.com/media/DgW2mMxXkAADOiw.jpg",
5+
"website":"https://in.pycon.org/2018/",
6+
"about":"PyCon India started in 2009 as a result of efforts by Noufal Ibrahim and a team of dedicated volunteers. In order to create an umbrella society for managing funds for PyCon India, the late Kenneth Gonsalves registered Indian Python Software Society (IPSS) in 2010 in Ooty, Tamilnadu. After the sad demise of Kenneth in August 2012, there was nobody to manage the affairs of IPSS in Ooty. In order to create an organization which could continue to be the centre of organizing affairs of PyCon India and related efforts, it was decided in an SGM of IPSS to register a new organization for the same in Bangalore, since most of the organizing members of PyCon India were based in Bangalore at that time. Thus, PSSI was registered in Bangalore in 2013 as the new society for managing affairs related to PyCon India.",
7+
"other" : "https://pbs.twimg.com/media/DgW4mEkW4AI-cuG.jpg"
8+
}
9+
]
10+
}

eventsapp/data/jsonfiles/menuitems.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@
3434
"menu_item_text": "Sponsors",
3535
"icon_source": "data/images/menu/sponsor.png",
3636
"navigate_to": "SponsorScreen"
37+
},
38+
{
39+
"menu_item_text": "Contact Us",
40+
"icon_source": "data/images/menu/contactus.png",
41+
"navigate_to": "ContactUsScreen"
42+
},
43+
{
44+
"menu_item_text": "History",
45+
"icon_source": "data/images/menu/history.png",
46+
"navigate_to": "AboutPyConScreen"
3747
}
3848
]
3949
}

0 commit comments

Comments
 (0)