Skip to content

Commit

Permalink
add 2024 sponsors and an action shot
Browse files Browse the repository at this point in the history
  • Loading branch information
tfidfwastaken committed Dec 21, 2023
1 parent ea281c5 commit 816c2bf
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 20 deletions.
34 changes: 19 additions & 15 deletions resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ table {

/* Slideshow styles */
.slideshow-container {
width: 2780px;
width: 3475px;
font-size: 0;
transition: 1s ease;
}
Expand All @@ -771,36 +771,40 @@ table {
}

@keyframes slide {
12.5% {
10% {
transform: translateX(0%);
}

25% {
transform: translateX(-25%);
20% {
transform: translateX(-20%);
}

37.5% {
transform: translateX(-25%);
30% {
transform: translateX(-20%);
}

40% {
transform: translateX(-40%);
}

50% {
transform: translateX(-50%);
transform: translateX(-40%);
}

62.5% {
transform: translateX(-50%);
60% {
transform: translateX(-60%);
}

75% {
transform: translateX(-75%);
70% {
transform: translateX(-60%);
}

87.5% {
transform: translateX(-75%);
80% {
transform: translateX(-80%);
}

99% {
transform: translateX(-75%);
90% {
transform: translateX(-80%);
}

100% {
Expand Down
Binary file added resources/public/images/previously/action5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/public/images/sponsors/juspay-w.png
Binary file not shown.
Binary file removed resources/public/images/sponsors/juspay.png
Binary file not shown.
Binary file added resources/public/images/sponsors/namma-yatri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/public/images/sponsors/nilenso-w.png
Binary file not shown.
Binary file modified resources/public/images/sponsors/nilenso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/public/images/sponsors/team-ohana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions src/cljs/inclojure_website/page.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"and contact us at our mailing list"
[:a {:href links/email} " " data/email] "."]

#_[:div.benefactor-slab.platinum
[:div.benefactor-slab.platinum
[:h3 "Platinum"]

[:a {:href "https://nilenso.com"}
Expand All @@ -197,12 +197,17 @@
#_[:div.benefactor-slab.gold
[:h3 "Gold"]]

#_[:div.benefactor-slab.bronze
[:h3 "Bronze"]]
[:div.benefactor-slab.bronze
[:h3 "Bronze"]

[:a {:href "https://nammayatri.in/"}
[:img {:alt "Namma Yatri" , :src "images/sponsors/namma-yatri.png"}]]]

#_[:div.benefactor-slab.community
[:h3 "Community"]]])
[:div.benefactor-slab.community
[:h3 "Community"]

[:a {:href "https://www.teamohana.com"}
[:img {:alt "TeamOhana", :src "images/sponsors/team-ohana.png"}]]]])

(defn coc []
[:section {:id "coc"}
Expand Down Expand Up @@ -298,6 +303,7 @@
[:h2 "Previous editions"]
[:div {:style {:overflow "hidden"}}
[:div.slideshow-container.slide.no-mobile
[:img {:src "images/previously/action5.jpg"}]
[:img {:src "images/previously/action1.jpg"}]
[:img {:src "images/previously/action4.jpg"}]
[:img {:src "images/previously/action2.jpg"}]
Expand Down

0 comments on commit 816c2bf

Please sign in to comment.