diff --git a/devcon/src/assets/images/dc-7/spaces-background.png b/devcon/src/assets/images/dc-7/spaces-background.png new file mode 100644 index 000000000..1bb612ca0 Binary files /dev/null and b/devcon/src/assets/images/dc-7/spaces-background.png differ diff --git a/devcon/src/pages/experiences.module.scss b/devcon/src/pages/experiences.module.scss index e1e521822..4a834ec49 100644 --- a/devcon/src/pages/experiences.module.scss +++ b/devcon/src/pages/experiences.module.scss @@ -6,8 +6,8 @@ } .expand { - mask-image: linear-gradient(to bottom, black 85%, transparent); - max-height: 350px; + mask-image: linear-gradient(to bottom, black 80%, transparent); + max-height: 325px; overflow: hidden; } diff --git a/devcon/src/pages/experiences.tsx b/devcon/src/pages/experiences.tsx index 51de104e5..486bfa1cb 100644 --- a/devcon/src/pages/experiences.tsx +++ b/devcon/src/pages/experiences.tsx @@ -21,8 +21,9 @@ import HackerBasement8 from 'assets/images/hacker-basement/hacker-basement-8.png import HackerBasement from 'assets/images/hacker-basement/background.png' import HackerBasementTag from 'assets/images/hacker-basement-tag.png' import Entertainment from 'assets/images/dc-7/entertainment.png' +import SpacesBackground from 'assets/images/dc-7/spaces-background.png' import indexCss from './index.module.scss' -import { Button } from 'components/common/button' +import { Button } from 'lib/components/button' import { CLSSection } from './index' import classNames from 'classnames' import Image from 'next/image' @@ -94,7 +95,7 @@ export default pageHOC(function Experiences(props: any) {
@@ -103,23 +104,11 @@ export default pageHOC(function Experiences(props: any) { return (
-

{title}

+

{title}

-
- {location} - {/*
- Distance to venue: {metro_distance} -  KM -
- - {metro_station} - */} +
+ Location: {location}
) @@ -127,8 +116,8 @@ export default pageHOC(function Experiences(props: any) {
-
@@ -145,35 +134,35 @@ export default pageHOC(function Experiences(props: any) { body={pagesCLS.community_led_sessions?.body} sessions={pagesCLS.community_led_sessions?.sessions} /> - {/* */}

Spaces

-
+
{pages.spaces && pages.spaces.map(({ title, description }: any, index: number) => { return (
-
+

{title}

+
+ Spaces background +
) })}
- {/*
*/} - {/* */}
Hacker basement