FSbootcampP1G7 / dnd-companion-app

FS Bootcamp Project 1 Group 7
0 stars 0 forks source link

Feature/navbar header #34

Closed gerikoci31 closed 1 month ago

gerikoci31 commented 1 month ago
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <h1 class="modal-title fs-5" id="exampleModalLabel">DND</h1>
        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <form>
          <div class="mb-3">
            <label for="Character-name" class="col-form-label">Character's Name:</label>
            <input type="text" class="form-control" id="Character-name">
          </div>
          <div class="mb-3">
            <label for="Character-class" class="col-form-label">Character's Class:</label>
            <input class="form-control" id="Character-class"></textarea>
          </div>
          <div class = "mb-3">
            <label for = "Character-race" class = " col-form-label">Character's Race</label>
            <input type="text" class = " form-control" id ="Character-race">
          </div>
        </form>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
        <button type="button" class="btn btn-primary">Submit</button>
      </div>
    </div>
  </div>
</div>
cbogart91 commented 1 month ago

Hey Geri you'll have to add reviewers in the top right of the webpage so we get notified via email as well. Someone will have to show you if you can't find it or have questions whenever you have time