File tree Expand file tree Collapse file tree 9 files changed +30
-20
lines changed
src/cljs/inclojure_website Expand file tree Collapse file tree 9 files changed +30
-20
lines changed Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ table {
749749
750750/* Slideshow styles */
751751.slideshow-container {
752- width : 2780 px ;
752+ width : 3475 px ;
753753 font-size : 0 ;
754754 transition : 1s ease;
755755}
@@ -771,36 +771,40 @@ table {
771771}
772772
773773@keyframes slide {
774- 12 .5 % {
774+ 10 % {
775775 transform : translateX (0% );
776776 }
777777
778- 25 % {
779- transform : translateX (-25 % );
778+ 20 % {
779+ transform : translateX (-20 % );
780780 }
781781
782- 37 .5% {
783- transform : translateX (-25% );
782+ 30% {
783+ transform : translateX (-20% );
784+ }
785+
786+ 40% {
787+ transform : translateX (-40% );
784788 }
785789
786790 50% {
787- transform : translateX (-50 % );
791+ transform : translateX (-40 % );
788792 }
789793
790- 62 .5 % {
791- transform : translateX (-50 % );
794+ 60 % {
795+ transform : translateX (-60 % );
792796 }
793797
794- 75 % {
795- transform : translateX (-75 % );
798+ 70 % {
799+ transform : translateX (-60 % );
796800 }
797801
798- 87 .5 % {
799- transform : translateX (-75 % );
802+ 80 % {
803+ transform : translateX (-80 % );
800804 }
801805
802- 99 % {
803- transform : translateX (-75 % );
806+ 90 % {
807+ transform : translateX (-80 % );
804808 }
805809
806810 100% {
Original file line number Diff line number Diff line change 188188 " and contact us at our mailing list"
189189 [:a {:href links/email} " " data/email] " ." ]
190190
191- #_ [:div.benefactor-slab.platinum
191+ [:div.benefactor-slab.platinum
192192 [:h3 " Platinum" ]
193193
194194 [:a {:href " https://nilenso.com" }
197197 #_[:div.benefactor-slab.gold
198198 [:h3 " Gold" ]]
199199
200- #_ [:div.benefactor-slab.bronze
201- [:h3 " Bronze" ]]
200+ [:div.benefactor-slab.bronze
201+ [:h3 " Bronze" ]
202202
203+ [:a {:href " https://nammayatri.in/" }
204+ [:img {:alt " Namma Yatri" , :src " images/sponsors/namma-yatri.png" }]]]
203205
204- #_[:div.benefactor-slab.community
205- [:h3 " Community" ]]])
206+ [:div.benefactor-slab.community
207+ [:h3 " Community" ]
208+
209+ [:a {:href " https://www.teamohana.com" }
210+ [:img {:alt " TeamOhana" , :src " images/sponsors/team-ohana.png" }]]]])
206211
207212(defn coc []
208213 [:section {:id " coc" }
298303 [:h2 " Previous editions" ]
299304 [:div {:style {:overflow " hidden" }}
300305 [:div.slideshow-container.slide.no-mobile
306+ [:img {:src " images/previously/action5.jpg" }]
301307 [:img {:src " images/previously/action1.jpg" }]
302308 [:img {:src " images/previously/action4.jpg" }]
303309 [:img {:src " images/previously/action2.jpg" }]
You can’t perform that action at this time.
0 commit comments