Skip to content

Commit

Permalink
featured speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
dfavaro committed Jan 20, 2025
1 parent 9c9e823 commit 3d29a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions src/elements/speakers-block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class SpeakersBlock extends ReduxMixin(PolymerElement) {
<div class="speakers-wrapper">
<template is="dom-repeat" items="[[featuredSpeakers]]" as="speaker">
<a class="speaker" href$="[[speakerUrl(speaker.id)]]">
<div class="speaker">
<div relative>
<lazy-image
class="photo"
Expand All @@ -192,12 +192,6 @@ export class SpeakersBlock extends ReduxMixin(PolymerElement) {
</div>
</div>
<lazy-image
class="company-logo"
src="[[speaker.companyLogoUrl]]"
alt="[[speaker.company]]"
></lazy-image>
<div class="description">
<text-truncate lines="1">
<h3 class="name">[[speaker.name]]</h3>
Expand All @@ -206,7 +200,7 @@ export class SpeakersBlock extends ReduxMixin(PolymerElement) {
<div class="origin">[[speaker.country]]</div>
</text-truncate>
</div>
</a>
</div>
</template>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export class HomePage extends ReduxMixin(PolymerElement) {
</hero-block>
<about-block></about-block>
<cfp-block id="cfp-block"></cfp-block>
<!-- <speakers-block></speakers-block> -->
<speakers-block></speakers-block>
<tickets-block id="tickets-block"></tickets-block>
<gallery-block></gallery-block>
<about-organizer-block></about-organizer-block>
Expand Down

0 comments on commit 3d29a25

Please sign in to comment.