Skip to content

Commit 8553d94

Browse files
committed
Update UI acc to theme for 2018
1 parent 74aa982 commit 8553d94

File tree

170 files changed

+2759
-2816
lines changed

Some content is hidden

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

170 files changed

+2759
-2816
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PYTHON = python
44
.PHONY: theming apk clean
55

66
theming:
7-
$(PYTHON) -m kivy.atlas pyconindia/data/default 2048 tools/theming/*.png
7+
$(PYTHON) -m kivy.atlas eventsapp/data/default 2048 tools/theming/*.png
88
apk:
99
buildozer android_new debug
1010
apk_release:

README.md

Lines changed: 1 addition & 1 deletion

eventsapp/data/about.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"0.0.1": [
3+
{
4+
"logo": "https://in.pycon.org/2018/img/banner-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+
}
8+
]
9+
}

eventsapp/data/default-0.png

191 KB

eventsapp/data/default.atlas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"default-0.png": {"logo": [2, 1825, 847, 221], "circle1": [851, 1831, 215, 215], "googleplus": [1068, 1918, 128, 128], "meetup": [1198, 1918, 128, 128], "youtube": [1328, 1918, 128, 128], "but_light": [1458, 1986, 249, 60], "but_overlay": [1709, 1986, 249, 60], "facebook": [2, 1723, 100, 100], "github": [104, 1723, 100, 100], "linkedin": [206, 1723, 100, 100], "proposal": [308, 1723, 100, 100], "telegram": [410, 1723, 100, 100], "twitter": [512, 1723, 100, 100], "website": [614, 1723, 100, 100], "hamburger": [1458, 1920, 64, 64], "transparent": [1960, 2034, 12, 12]}}

eventsapp/data/event.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"0.0.1":[{
3+
"name": "PyCon India 2018",
4+
"venue": "Hyderabad internaitonal Convention Center [HICC]",
5+
"start_date": "2018-10-05T8:00:00Z",
6+
"end_date": "2018-10-09T18:00:00Z",
7+
"venue_partners": [{
8+
"name": "Hyderabad internaitonal Convention Center [HICC]",
9+
"about": "Hyderabad International Convention Centre (HICC) is managed by AccorHotels, one of the world’s leading hotel operators, and is jointly owned by Emaar Properties PJSC Dubai and Telangana State Industrial Infrastructure Corporation Ltd. HICC is a purpose-built, state-of-the-art convention facility, the first of its kind in South Asia. It features an internal hall measuring 6,480 square meters that can be partitioned into six smaller halls. The facility has quite a few feathers in its cap. It has been the winner of the excellence award for “Best Standalone Convention Centre” for a record four times nationally and now regionally awarded by Ministry of Tourism, Government of India and Andhra Pradesh. HICC has also received the award for ‘Best Meeting & Conference Venue” at the South India Travel Awards 2015. HICC also holds ISO 14001:2014 certification. In every aspect, be it infrastructure, services or technology, it compares with the best in the world.",
10+
"url": "http://www.hicc.com",
11+
"directions": "",
12+
"streetview": ""
13+
14+
}]
15+
}]
16+
}

eventsapp/data/glsl/default.fs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$HEADER$
2+
void main (void){
3+
gl_FragColor = frag_color * texture2D(texture0, tex_coord0);
4+
}

eventsapp/data/glsl/default.png

224 Bytes

0 commit comments

Comments
 (0)