Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust layout of event listings #62

Closed
danieltott opened this issue Oct 20, 2020 · 2 comments
Closed

Adjust layout of event listings #62

danieltott opened this issue Oct 20, 2020 · 2 comments
Assignees
Labels
Status: Assigned Someone is working on this issue Tech: CSS/SCSS Type: enhancement New feature or request

Comments

@danieltott
Copy link
Member

Issue Context

In order to improve scan-ability, let's move a couple things around.

Suggested solution:

  • Move date up into a .card-header and make it a link
  • Make the last link into a .btn

The output will end up looking like this:

<div class="card mb-4">
  <a href="https://meetingplace.io/virtual-coffee/events/3183" class="card-header" target="_blank" rel="noopener noreferrer">October 20, 2020, 9:00 AM EDT</a>
  <div class="card-body">
    <h5 class="card-title">Virtual Coffee - Morning Crowd</h5>
    <p class="card-text">Description if it exists</p>
    <a href="https://meetingplace.io/virtual-coffee/events/3183" class="btn-sm btn btn-secondary" target="_blank" rel="noopener noreferrer">Details and RSVP</a>    
  </div>
</div>

I'm pulling these classes from the bootstrap card docs

@danieltott danieltott added Type: enhancement New feature or request Status: Assigned Someone is working on this issue Tech: CSS/SCSS labels Oct 20, 2020
@andreamartz
Copy link
Contributor

Hi Dan.
I'll tackle this one with Courtney.
Andrea

@danieltott
Copy link
Member Author

Closed in #67
Thank you @andreamartz - great work on these!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Assigned Someone is working on this issue Tech: CSS/SCSS Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants