From 21ec71cf06df5c65ad8421a5b0c46dae17e984d8 Mon Sep 17 00:00:00 2001 From: ayush Date: Wed, 29 Apr 2020 15:38:21 +0530 Subject: [PATCH 1/5] fixed button allignment --- css/custom.css | 8 ++++++++ index.html | 22 +++++++++++++++------- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/css/custom.css b/css/custom.css index ffc48779..ed3827d9 100755 --- a/css/custom.css +++ b/css/custom.css @@ -1,3 +1,11 @@ + +@media screen and (max-width: 417px) + { + #btn-align { + text-align: center; + } +} + .dark-layer { content: ""; background-color: rgba(0, 0, 0, 0.4); diff --git a/index.html b/index.html index 11cee294..052414b7 100644 --- a/index.html +++ b/index.html @@ -31,10 +31,12 @@ @@ -527,10 +529,11 @@

Proudly developed at FOSSASIA

Android Apps of FOSSASIA

-
+
+ + +
From a7845cb9132350589ab4aa8111c23978c840c45e Mon Sep 17 00:00:00 2001 From: ayush2999 <46621292+ayush2999@users.noreply.github.com> Date: Thu, 30 Apr 2020 23:42:17 +0530 Subject: [PATCH 2/5] Update index.html --- index.html | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 052414b7..7c1c8f6f 100644 --- a/index.html +++ b/index.html @@ -31,12 +31,10 @@ @@ -529,11 +527,10 @@

Proudly developed at FOSSASIA

Android Apps of FOSSASIA

-
+
@@ -756,12 +753,11 @@

Pocket Science Lab - Open Hardware

PSLab is a FOSS/Open Hardware extension for your smartphone or PC. It enables you to measure all kinds of things by connecting it to your phone or PC via USB. You can use it as an Oscilloscope, Multimeter, Frequency counter, Power Source, Logic Analyzer, Wavelength Generator, Luxmeter, Barometer and many more. Use our Android or desktop app to collect and view the data. And, you can even plug in hundreds of compatible sensors to the PSLab pin slots. What experiments you can do is just limited by your imagination!

- - -
+ +
@@ -1043,7 +1039,7 @@

Innocence Ho-Chi Minh City
11-12 October, 2019

-
+

Throughout the year FOSSASIA organizes meetups and events. FOSSASIA events are the place software development gets done. If you rely on open technologies you must be a part of FOSSASIA events, be it as an attendee, speaker, volunteer or sponsor. You can also organize your own event with our open event software at eventyay.com.

Organize Events Sponsorship From 6079a30908afbaca0e7157f315c1a2412450eeab Mon Sep 17 00:00:00 2001 From: ayush2999 <46621292+ayush2999@users.noreply.github.com> Date: Thu, 30 Apr 2020 23:45:47 +0530 Subject: [PATCH 3/5] Update custom.css --- css/custom.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/custom.css b/css/custom.css index ed3827d9..ffc48779 100755 --- a/css/custom.css +++ b/css/custom.css @@ -1,11 +1,3 @@ - -@media screen and (max-width: 417px) - { - #btn-align { - text-align: center; - } -} - .dark-layer { content: ""; background-color: rgba(0, 0, 0, 0.4); From 3c05093c33f1a787ad210bf7e0402a4e2754feaa Mon Sep 17 00:00:00 2001 From: ayush2999 <46621292+ayush2999@users.noreply.github.com> Date: Thu, 30 Apr 2020 23:49:43 +0530 Subject: [PATCH 4/5] Update custom.css --- css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/custom.css b/css/custom.css index ffc48779..ae1b524e 100755 --- a/css/custom.css +++ b/css/custom.css @@ -1,3 +1,9 @@ +@media screen and (max-width: 417px) + { + #btn-align { + text-align: center; + } +} .dark-layer { content: ""; background-color: rgba(0, 0, 0, 0.4); From 3bb4b54d3d93eca4794b66448b7fabc00210a524 Mon Sep 17 00:00:00 2001 From: ayush2999 <46621292+ayush2999@users.noreply.github.com> Date: Fri, 1 May 2020 01:32:13 +0530 Subject: [PATCH 5/5] Delete custom.css --- css/custom.css | 218 ------------------------------------------------- 1 file changed, 218 deletions(-) delete mode 100755 css/custom.css diff --git a/css/custom.css b/css/custom.css deleted file mode 100755 index ae1b524e..00000000 --- a/css/custom.css +++ /dev/null @@ -1,218 +0,0 @@ -@media screen and (max-width: 417px) - { - #btn-align { - text-align: center; - } -} -.dark-layer { - content: ""; - background-color: rgba(0, 0, 0, 0.4); - z-index: 1; - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; -} - - .schedule a { - color: #E12B00; - border: none; -} - -.schedule a:hover { - color: #E12B00; - text-decoration: underline; - border: none; -} - -.schedule a:active { - color: red; - text-decoration: underline; - border: none; -} - -.schedule a:visited { - color: #B82300; - text-decoration: none; - border: none; -} - -.tweets-feed { - color: #FFFFFF; - line-height: 25px; - font-size: 20px; - transition: opacity 0.2s linear; - margin-bottom: 20px; - height: 250px; -} - -.tweets-feed a { - color: #FFFFFF; - text-decoration: underline; - font-weight:700; -} - -.tweets-feed a:hover { - color: #FFFFFF; -} - -.tweets-feed .dateTweeted { - font-size: 15px; - display: block; - text-align: center; - margin: 10px auto; -} - -.subscribe-1 .email-subscribe { - margin-bottom: 50px !important; -} -.newsletter-name{ - padding-right: 0px; -} -.newsletter-name input{ - border-radius: 10px 0px 0px 10px; -} -.newsletter-email{ - padding-left: 5px; - padding-right: 5px; -} -.newsletter-email input{ - border-radius: 0px; - margin-left: 10px; - -} -.newsletter-submit{ - padding-left: 0px; - -} -.newsletter-submit input{ - border-radius: 0px 10px 10px 0px; - margin-left: 14px; - -} -.social-profiles a i{ - transition: all .5s; -} -.social-profiles a:hover i{ - color: grey; -} -.sticky-nav .menu li a:hover { - border-color: #C3BFBF; - border-bottom-width: 2px; - margin-bottom: 2px; -} - -.sidebar-content .widget ul li a:hover{ - border-color: #C3BFBF; - border-bottom-width: 2px; - margin-top: 2px; - margin-bottom: 2px; -} -.item .wp-post-image{ - height: auto; -} -@media screen and (min-width: 350px) and (max-width: 440px) -{ - #DevPrograms{ - height: 90vh; - } -} -@media screen and (min-width: 290px) and (max-width: 350px) -{ - #DevPrograms{ - height: 115vh; - } -} - -@media screen and (min-width: 240px) and (max-width: 290px) -{ - #DevPrograms{ - height: 120vh; - } -} - -@media screen and (max-width: 240px) -{ - #DevPrograms{ - height: 180vh; - } -} - -/*css classes for hiding and showing Donation and regular supporter parts in donate.html*/ -.appear{ - display: block; -} -.hide{ - display: none; -} - -.text-white a:focus { - color: lightgray; - border-bottom: 4px solid lightgray; - text-decoration: none; -} - -.text-white a:hover { - color: white; - border-bottom: 4px solid white; -} - -.baddition{ - margin-left: 600px; -} -.background-image { - width: 100%; - display: visible !important; -} - -@media screen and (max-width: 560px){ - .price{ - font-size: 10vw !important; - } -} - -nav{ - -webkit-transition: top 0.7s ease-in-out !important; - transition: top 0.7s ease-in-out !important; -} -.embedded-video-holder{ - margin-top: 10px; -} - .has-submenu{ - position: relative; -} -.submenu{ - top: 0px; - left: 100%; -} -.has-submenu > a:after{ - display: inline-block; - - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e684"; - color: #fff; - font-size: 24px; - position: absolute; - top: 3px; - right: 25px; - color: #333; -} -.has-submenu:hover > a:after{ - color: #fff; -} -.nav-dropdown li:hover > a{ - color: #fff; -} -.equal-row{ - display: flex; - flex-wrap: wrap; -}