File tree Expand file tree Collapse file tree 5 files changed +4
-224
lines changed
Expand file tree Collapse file tree 5 files changed +4
-224
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Jetbrains from "../assets/jetbrains.svg";
77import Teksystems from " ../assets/teksystems.svg" ;
88import Shopify from " ../assets/shopify.svg" ;
99import InvestOttawa from " ../assets/investottawa.svg" ;
10- import ReactAdvancedCanada from " ../assets/RADV_Canada_logo.webp" ;
1110
1211const sponsors = [
1312 {
@@ -35,11 +34,6 @@ const sponsors = [
3534 logo: Jetbrains ,
3635 href: " https://jetbrains.com" ,
3736 },
38- {
39- name: " React Advanced Canada" ,
40- logo: ReactAdvancedCanada ,
41- href: " https://reactadvanced.com/canada/" ,
42- },
4337];
4438---
4539
@@ -106,7 +100,7 @@ const sponsors = [
106100 display: flex;
107101 flex-direction: column;
108102 gap: var(--gap);
109- max-width: 1440px ;
103+ max-width: 1005px ;
110104 margin: auto;
111105 }
112106
@@ -118,7 +112,7 @@ const sponsors = [
118112
119113 .marquee__hidden {
120114 display: none;
121- @media screen and (max-width: 1440px ) {
115+ @media screen and (max-width: 1005px ) {
122116 display: flex;
123117 }
124118 }
@@ -131,7 +125,7 @@ const sponsors = [
131125 gap: 16px;
132126 animation: none;
133127
134- @media screen and (max-width: 1440px ) {
128+ @media screen and (max-width: 1005px ) {
135129 animation: scroll 12s linear infinite;
136130 }
137131 }
Original file line number Diff line number Diff line change 11---
22import Events from " ../components/Events.astro" ;
33import Hero from " ../components/Hero.astro" ;
4- import Conferences from " ../components/Conferences.astro" ;
4+ // import Conferences from "../components/Conferences.astro";
55import Sponsors from " ../components/Sponsors.astro" ;
66import Layout from " ../layouts/Layout.astro" ;
77---
@@ -10,5 +10,4 @@ import Layout from "../layouts/Layout.astro";
1010 <Hero />
1111 <Sponsors />
1212 <Events />
13- <Conferences />
1413</Layout >
You can’t perform that action at this time.
0 commit comments