From f9afbaf5033d835699a457a617eac82718e1e99b Mon Sep 17 00:00:00 2001 From: Anuja Agarwal Date: Thu, 8 Aug 2019 13:37:52 +0530 Subject: [PATCH 01/12] Changed sponsor's backgroundto white --- assets/css/.Rhistory | 0 assets/css/styles.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 assets/css/.Rhistory diff --git a/assets/css/.Rhistory b/assets/css/.Rhistory new file mode 100644 index 0000000..e69de29 diff --git a/assets/css/styles.css b/assets/css/styles.css index 5687f1e..500acb5 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -477,7 +477,7 @@ section { /*tab style*/ /* USER PROFILE PAGE */ .pycon-tab { - background: #EEEEEE; + position: relative; z-index: 9999; } From 08b6b9b05f55af64eb5d4c39806df16231efc289 Mon Sep 17 00:00:00 2001 From: Anuja Agarwal Date: Thu, 8 Aug 2019 17:38:48 +0530 Subject: [PATCH 02/12] Swaped background color of tickets section and sponsor section --- _includes/tickets.html | 2 +- assets/css/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/tickets.html b/_includes/tickets.html index 54dfa63..53b5d85 100644 --- a/_includes/tickets.html +++ b/_includes/tickets.html @@ -1,5 +1,5 @@ -
+
{% asset tunnel-white-exit.png alt="" class="tunnel1 bg" %} {% asset bluewind.png alt="" class="bluewind bg" style="left: 18%;top: -53px; z-index:9999;" %}
diff --git a/assets/css/styles.css b/assets/css/styles.css index 500acb5..a75f43e 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -477,7 +477,7 @@ section { /*tab style*/ /* USER PROFILE PAGE */ .pycon-tab { - + background: white position: relative; z-index: 9999; } From eb53f3711b46182de18c918390314640e452e292 Mon Sep 17 00:00:00 2001 From: Anuja Agarwal Date: Thu, 8 Aug 2019 18:47:13 +0530 Subject: [PATCH 03/12] Changed background to white --- assets/css/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index a75f43e..7acf0ff 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -476,8 +476,13 @@ section { /*tab style*/ /* USER PROFILE PAGE */ -.pycon-tab { +.pycon-tab wrapper { background: white +} + + +.pycon-tab { + background: #EEEEEE position: relative; z-index: 9999; } From 5a804d5dfe650ef25890072353d2a69c4218b3b2 Mon Sep 17 00:00:00 2001 From: Anuja Agarwal Date: Thu, 8 Aug 2019 18:53:18 +0530 Subject: [PATCH 04/12] Changed background to white --- assets/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 7acf0ff..01674d9 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -476,11 +476,11 @@ section { /*tab style*/ /* USER PROFILE PAGE */ -.pycon-tab wrapper { +.pycon-tab { background: white + position: static } - .pycon-tab { background: #EEEEEE position: relative; From 330570bf75dfb7c705b35906c081f40423f2966f Mon Sep 17 00:00:00 2001 From: Anuja Agarwal Date: Thu, 8 Aug 2019 18:56:53 +0530 Subject: [PATCH 05/12] Changed background to white --- assets/css/styles.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 01674d9..79b476b 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -476,11 +476,13 @@ section { /*tab style*/ /* USER PROFILE PAGE */ -.pycon-tab { + + +.pycon-tab wrapper { background: white - position: static + position: relative; + z-index: 9999; } - .pycon-tab { background: #EEEEEE position: relative; From f914e3d0b465fa4a8a378359e31338f322fd43af Mon Sep 17 00:00:00 2001 From: Anuja Agarwal Date: Thu, 8 Aug 2019 18:59:02 +0530 Subject: [PATCH 06/12] Changed background to white --- assets/css/styles.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 79b476b..179865d 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -478,11 +478,7 @@ section { /* USER PROFILE PAGE */ -.pycon-tab wrapper { - background: white - position: relative; - z-index: 9999; -} + .pycon-tab { background: #EEEEEE position: relative; From d32fa2c66c8cee81d77a4785e644dd03392e3048 Mon Sep 17 00:00:00 2001 From: Anuja Agarwal Date: Thu, 8 Aug 2019 19:01:55 +0530 Subject: [PATCH 07/12] Changed background to white --- assets/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 179865d..c4631ce 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -480,7 +480,7 @@ section { .pycon-tab { - background: #EEEEEE + background: #eeeeee position: relative; z-index: 9999; } From 512d128fe0a5609d75d41472a9ff25dbac6761cb Mon Sep 17 00:00:00 2001 From: Anuja Agarwal Date: Thu, 8 Aug 2019 20:22:02 +0530 Subject: [PATCH 08/12] Changed sponsor section background to white --- _includes/sponsors.html | 2 +- assets/css/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/sponsors.html b/_includes/sponsors.html index 122ea17..f5ccf30 100644 --- a/_includes/sponsors.html +++ b/_includes/sponsors.html @@ -1,4 +1,4 @@ -
+
diff --git a/assets/css/styles.css b/assets/css/styles.css index c4631ce..4437f67 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -480,7 +480,7 @@ section { .pycon-tab { - background: #eeeeee + background: #EEEEEE; position: relative; z-index: 9999; } From fbb83927b53c899acd0e43fcacca4cf9581a2c40 Mon Sep 17 00:00:00 2001 From: Anuja Agarwal Date: Fri, 9 Aug 2019 10:57:38 +0530 Subject: [PATCH 09/12] Added map link --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 4d6551e..1d1c95b 100644 --- a/index.md +++ b/index.md @@ -136,7 +136,7 @@ nav: index
-

CHENNAI TRADE CENTER

+

CHENNAI TRADE CENTER

OCTOBER 12, 13

CTC Complex,
Mount Poonamalle High Rd, Nandambakkam, Chennai, Tamil Nadu 600089
@@ -152,11 +150,11 @@ nav: index
-

IITM RESEARCH PARK

+

IITM RESEARCH PARK

OCTOBER 14, 15

Kanagam Road, 32, Tharamani,
Chennai, Tamil Nadu 600113
-
From 625f58b97b7d1d555e5ccabcb427a9088b24e8d2 Mon Sep 17 00:00:00 2001 From: Anuja Agarwal Date: Fri, 9 Aug 2019 20:22:15 +0530 Subject: [PATCH 12/12] Improved map link --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 6f5a279..be00366 100644 --- a/index.md +++ b/index.md @@ -141,7 +141,7 @@ nav: index CTC Complex,
Mount Poonamalle High Rd, Nandambakkam, Chennai, Tamil Nadu 600089
--> +
@@ -155,7 +155,7 @@ nav: index Kanagam Road, 32, Tharamani,
Chennai, Tamil Nadu 600113
--> +