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

modal with backdrop markup #245

Closed
wants to merge 1 commit into from

Conversation

agessler
Copy link
Contributor

TRELLO CARD https://trello.com/c/gD5FC574/79-not-yet-registered-message
Bildschirmfoto 2024-01-16 um 14 15 19

<!-- Start modal -->
  <div class="modal-backdrop fade show"></div>
  <div class="modal fade show d-block">
    <div class="modal-dialog modal-lg modal-dialog-centered">
      <div class="modal-content">
        <div class="modal-header bg-primary border-bottom-0">
        </div>
        <div class="modal-body bg-primary">
          <div class="container-fluid bd-example-row">
            <div class="row">
              <div class="col-md-4"><img src="../src/assets/images/spaceman.svg" alt="spaceman"></div>
              <div class="col-md-8">
                <h1>Not yet registered</h1>
                <p class="h5">Please contact the provider of Pisa in order to “register” and get access to this portal.</p>
                <a href="URL" class="btn btn-secondary">Back to homepage</a>
              </div>
            </div>
          </div>
        </div>
        <div class="modal-footer bg-primary border-top-0">
        </div>
      </div>
    </div>
  </div>
  <!-- End modal -->

@apepper
Copy link
Contributor

apepper commented May 8, 2024

No longer needed. But thank you anyways for your work!

@apepper apepper closed this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants