Skip to content

Commit

Permalink
Merge pull request #442 from sinfo/landing-page-ui-fixes
Browse files Browse the repository at this point in the history
Fix testimonial carousel size, hero and remove venue from menu
  • Loading branch information
andreromao authored Apr 14, 2024
2 parents 923b039 + 876e27a commit b91bfd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
3 changes: 1 addition & 2 deletions src/app/landing-page/feedback/feedback.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<span class="icon section-icon icon-badges-votes-10"></span>
<h3>Testimonials</h3>
<br />
<br />

<div id="feedbackSlideshow" class="carousel slide" data-ride="carousel">
<div id="feedbackSlideshow" class="carousel slide w-75 mx-auto" data-ride="carousel">

<ol class="carousel-indicators">
<li data-target="#feedbackSlideshow" data-slide-to="0" class="active"></li>
Expand Down
32 changes: 14 additions & 18 deletions src/app/landing-page/landing-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
Speakers
</a>
</li>
<li class="socials-nav-item">
<!-- <li class="socials-nav-item">
<a (click)="scroll(stands)" class="navigation-link" aria-label="Venue">
Venue
</a>
</li>
</li> -->
<li class="socials-nav-item">
<a (click)="scroll(event)" class="navigation-link" aria-label="Event">
Event
Expand Down Expand Up @@ -69,11 +69,11 @@
Speakers
</a>
</li>
<li class="socials-nav-item">
<!-- <li class="socials-nav-item">
<a (click)="scroll(stands);toggleDropdown()" class="navigation-link" aria-label="Venue">
Venue
</a>
</li>
</li> -->
<li class="socials-nav-item">
<a (click)="scroll(event);toggleDropdown()" class="navigation-link" aria-label="Event">
Event
Expand Down Expand Up @@ -154,27 +154,23 @@

<div class="sinfo-intro-wrapper heading-block">
<div class="container">
<h5 class="heading-alt">
<span>
<span class="fa fa-map-marker base-clr-txt" style="margin-left: 14px;"></span>
Técnico Innovation Center, Lisbon
</span>

<span>
<br class="visible-xs">
<span class="fa fa-calendar-o base-clr-txt"></span>
15th - 19th of April 2024
</span>
<h5 class="heading-alt text-center">
<i class="fa fa-calendar-o base-clr-txt"></i>
15th - 19th of April 2024
</h5>
<h5 class="heading-alt text-center mt-2">
<i class="fa fa-map-marker base-clr-txt"></i>
Técnico Innovation Center, Lisbon
</h5>
<img class="logo-hero" src="assets/img/logo-branco2.png" alt="SINFO logo">
<h6 class="thin base-font align-center">Biggest
<strong>free tech conference</strong> in Portugal
<h6 class="thin base-font align-center">
Biggest free tech conference in Portugal
</h6>

<app-livestream *ngIf="isLive"></app-livestream>
</div>
</div>
<div class="intro cursor-pointer">
<div class="intro cursor-pointer mb-3">
<a (click)="scroll(schedule)">
<i class="fa fa-chevron-down" aria-hidden="true" aria-label="Scroll down"></i>
</a>
Expand Down

0 comments on commit b91bfd5

Please sign in to comment.