Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Bootstrap Basics Building Forms With Bootstrap Structured Form Layouts with the Grid

My custom arrows are not showing inside of the fields. Please help!

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Full Stack Conf</title>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <!-- Bootstrap CSS -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">  
  </head>
  <body id="home" data-bs-spy="scroll" data-bs-target=".navbar" data-bs-offset="100">
    <!-- navbar -->
    <nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
      <div class="container">  
        <a class="navbar-brand order-1 mr-0" href="#">Presented by Treehouse</a>
          <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
          </button>
          <div class="collapse navbar-collapse" id="navbarNavAltMarkup">
            <div class="navbar-nav">
                <a class="nav-link" aria-current="page" href="#home">Home</a>
                <a class="nav-link" href="#about">About</a>
                <a class="nav-link" href="#speakers">Speakers</a>
                <a class="nav-link" href="#schedule" tabindex="-1" aria-disabled="true">Schedule</a>
            </div>
          </div>
      </div>
    </nav>
    <!-- /navbar -->

<!-- jumbotron -->

  <div class="container-fluid text-sm-center p-5 bg-info"> <!-- bg-light is background color & p-5 is padding -->
    <h1 class="display-2">Full Stack Conf</h1>
    <p class="lead">A One-day Conference About All Things JavaScript!         </p>
    <div class="btn-group mt-4" role="group" aria-label="Callout buttons">
      <button type="button" class="btn btn-primary btn-lg" data-bs-toggle="modal" data-bs-target="#register">Register Now</button>
      <a class="btn btn-light btn-lg" href="#speakers">See Speakers</a>
    </div>

  </div> 

<!-- /  jumbotron -->

    <div class="container mt-4">
      <!-- about -->
      <div id="about" class="row">
        <div class="col-lg order-lg-2">
          <h3 class="mb-4">About Full Stack Conf</h3>
          <img class="mb-4 img-fluid rounded d-none d-sm-block" src="img/pdx.jpg" alt="Portland">
          <p>The beautiful city of Portland, Oregon will be the host city for Full Stack Conf!</p>
          <p>Explore the future of JavaScript with a lineup of industry professionals. Discover new techniques to advance your career as a web developer.</p>
        </div>
        <div class="col-lg order-lg-1">
          <h3 class="mb-4 ">Expert Speakers</h3>
          <p>Our expert speaker lineup was just announced, so don't wait too long before grabbing your tickets!</p>
          <p>Want to meet the international JavaScript community and share skills with some of the world's top experts, hackers, and makers? Be the first to know what to expect for the future of JavaScript.</p>
          <p>Full Stack Conf is committed to being inclusive and welcoming for everyone. We look forward to another intensive day of learning and sharing.</p>
        </div>
        <div class="col-lg order-lg-3">
          <h3 class="mb-4">What You'll Learn</h3>
          <div class="list-group">
            <a href="#" class="list-group-item list-group-item-action"><strong>MongoDB</strong>: NoSQL database</a>
            <a href="#" class="list-group-item list-group-item-action"><strong>Express</strong>: Framework for Node</a>
            <a href="#" class="list-group-item list-group-item-action"><strong>React</strong>: JavaScript library</a>
            <a href="#" class="list-group-item list-group-item-action"><strong>Node.js</strong>: JavaScript environment</a>
            <a href="#" class="list-group-item list-group-item-action"><strong>ES2015</strong>: Latest version of JavaScript</a>
            <a href="#" class="list-group-item list-group-item-action"><strong>Babel</strong>: JavaScript compiler</a>
          </div>
        </div>
      </div> <!-- /about -->

      <!-- speakers -->
      <h1 id="speakers" class="display-4 text-center my-5 text-muted">Speakers</h1>
      <div class="row">
        <div class="col-md-6 col-lg-4">
          <div class="card mb-3">
            <img src="img/vivianne.png" class="card-img-top" alt="Vivianne">
            <div class="card-body">
              <h5 class="card-title">Vivianne McVue</h5>
              <p class="card-text">Vivianne is web developer and teacher who is passionate about building scalable, data-driven web apps, especially ones that address old problems with new tech!</p>
            </div>
          </div>
        </div>

        <div class="col-md-6 col-lg-4">
          <img src="img/nodestradamus.png" class="card-img-top" alt="Nodestradamus">
            <div class="card-body">
              <h5 class="card-title">NodeStradamus</h5>
              <p class="card-text">"Nodestra" is a software engineer and philosopher trying to leave the world better than he found it. He codes for non-profits, eCommerce, and large-scale web apps</p>
            </div>
        </div>

        <div class="col-md-6 col-lg-4">
          <img src="img/robbie.png" class="card-img-top" alt="Robbie">
            <div class="card-body">
              <h4 class="card-title">Robbie Redux</h4>
              <p class="card-text">Robbie is a JavaScript developer working on large-scale applications. He's also a teacher who strives to support students in removing barriers to learning code.</p>
            </div>
        </div>

        <div class="col-md-6 col-lg-4">
          <img src="img/ecma.png" class="card-img-top" alt="Ecma">
            <div class="card-body">
              <h4 class="card-title">Ecma Scriptnstuff</h4>
              <p class="card-text">Ecma found her passion for programming and teaching over 15 years ago. She is excited to introduce you to all of the wonders of JavaScript.</p>
            </div>
        </div>

        <div class="col-md-6 col-lg-4">
          <img src="img/jay.png" class="card-img-top" alt="Jay">
            <div class="card-body">
              <h4 class="card-title">Jay Query</h4>
              <p class="card-text">Jay is a developer, author of CSS: The Missing Manual, JavaScript &amp; jQuery: The Missing Manual, and web development teacher.</p>
            </div>
        </div>

        <div class="col-md-6 col-lg-4">
          <img src="img/json.png" class="card-img-top" alt="Jason">
            <div class="card-body">
              <h4 class="card-title">Json Babel</h4>
              <p class="card-text">All of his professional life, Json has worked with computers online; he is a polyglot programmer and likes using the right tools for the job.</p>
            </div>
        </div>
      </div><!-- /speakers -->

      <!-- schedule -->
      <h1 id="schedule" class="display-4 text-center my-5 text-muted">Schedule</h1>
      <!-- schedule -->
      <ul class="list-group">
        <li class="list-group-item">
          <div class="d-flex justify-content-between">
            <h5 class="mb-1">Keynote: Internet of Things</h5>
            <span class="badge badge-pill badge-info p-2">9:00am</span>
          </div>
          <p class="mb-1">NodeStradamus</p>
        </li>
        <li class="list-group-item">
          <div class="d-flex justify-content-between">
            <h5 class="mb-1">React Basics</h5>
            <span class="badge badge-pill badge-info p-2">10:00am</span>
          </div>
          <p class="mb-1">Vivianne McVue</p>
        </li>
        <li class="list-group-item">
          <div class="d-flex justify-content-between">
            <h5 class="mb-1">Hey, Mongo!</h5>
            <span class="badge badge-pill badge-info p-2">11:00am</span>
          </div>
          <p class="mb-1">Jay Query</p>
        </li>
        <li class="list-group-item list-group-item-success">
          <div class="d-flex justify-content-between">
            <h5 class="mb-1">Lunch</h5>
            <span class="badge badge-pill badge-info p-2">12:00pm</span>
          </div>
          <p class="mb-1">Free pizza for everyone!</p>
        </li>
        <li class="list-group-item">
          <div class="d-flex justify-content-between">
            <h5 class="mb-1">Introducing ES2015</h5>
            <span class="badge badge-pill badge-info p-2">1:00pm</span>
          </div>
          <p class="mb-1">Ecma Scriptnstuff</p>
        </li> 
        <li class="list-group-item">
          <div class="d-flex justify-content-between">
            <h5 class="mb-1">Getting Started With Redux</h5>
            <span class="badge badge-pill badge-info p-2">2:00pm</span>
          </div>
          <p class="mb-1">Robbie Redux</p>
        </li> 
        <li class="list-group-item">
          <div class="d-flex justify-content-between">
            <h5 class="mb-1">What's Babel?</h5>
            <span class="badge badge-pill badge-info p-2">3:00pm</span>
          </div>
          <p class="mb-1">Json Babel</p>
        </li>        
      </ul><!-- /schedule -->
      <!-- /schedule -->

     <!-- callout button -->
     <button type="button" class="btn btn-outline-info btn-lg d-block mx-auto my-5" data-bs-toggle="modal" data-bs-target="#register">Don't Miss out, Register Now</button>

      <!-- signup form -->
      <hr>
      <div class="row py-4 text-muted">
        <div class="col-md col-xl-5">
          <p><strong>About Treehouse</strong></p>
          <p>Treehouse brings affordable technology education to people everywhere to help them achieve their dreams and change the world.</p>
        </div>
        <div class="col-md col-xl-5 ml-auto">
          <p><strong>Stay up-to-date on Full Stack Conf</strong></p>
          <div class="input-group">
            <input type="text" class="form-control" placeholder="Email">
            <span class="input-group-btn">
              <button class="btn btn-primary" type="button">Sign up</button>
            </span>
          </div>
        </div>
      </div>
      <hr><!-- /signup form -->

      <!-- footer -->
      <div class="row py-3">
        <div class="col-md-7"> 
          <ul class="nav">
            <li class="nav-item">
              <a class="nav-link" aria-current="page" href="#">Community</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="#">Tracks</a>
            </li>
            <li class="nav-item">
              <div class="btn-group dropup">
                <button type="button" class="btn btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
                  Other Confs
                </button>
                <ul class="dropdown-menu">
                  <li><a class="dropdown-item" href="#">CSS Conf</a></li>
                  <li><a class="dropdown-item" href="#">Python Conf</a></li>
                  <li><a class="dropdown-item" href="#">Java Conf</a></li>
                  <li><a class="dropdown-item" href="#">Swift Conf</a></li>
                </ul>
              </div>
            </li>
          </ul>

        </div>
        <div class="col-md text-md-right">
          <small>&copy; 2017 Full Stack Conf &amp; Treehouse</small>
        </div>
      </div><!-- /footer -->
    </div> <!-- /.container -->

    <!--=====================================
     FORM MODAL
    =====================================-->
    <div class="modal fade" id="register" tabindex="-1" aria-labelledby="register form" aria-hidden="true">
      <div class="modal-dialog">
        <div class="modal-content">
          <div class="modal-header bg-info text-white">

            <h5 class="modal-title" id="exampleModalLabel">Register for Full Staff Conf</h5>
            <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
          </div>
          <div class="modal-body">

            <!-- registration form -->
          <form>
            <h5 class=mb-4>Basic Info</h5>
            <div class="alert alert-warning alert-dismissible fade show" role="alert">
              <strong>Hurry!</strong> Early bird registration ends in two days.
              <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
            </div>
            <div class="mb-3">
              <label for="name" class="form-label">Name:</label>
              <input type="text" class="form-control" id="name">
            </div>
            <div class="mb-3">
              <label for="email" class="form-label">Email:</label>
              <input type="email" class="form-control" id="email">
            </div>
            <div class="form-group">
              <label for="role">Job Role:</label>
              <select class="custom-select form-control" id="role">
                <option value="full stack js developer">Full Stack JavaScript Developer</option>
                <option value="front end developer">Front End Developer</option>
                <option value="back end developer">Back End Developer</option>
                <option value="designer">Designer</option>
                <option value="student">Student</option> 
              </select>
            </div>

            <hr class="my-4">
            <h5 class="mb-4">Which Topics Interest You Most?</h5>

            <div class="form-check">
              <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
              <label class="form-check-label" for="flexCheckDefault">
                JavaScript Frameworks
              </label>
            </div>
            <div class="form-check">
              <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
              <label class="form-check-label" for="flexCheckDefault">
                JavaScript Libraries
              </label>
            </div>
            <div class="form-check">
              <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
              <label class="form-check-label" for="flexCheckDefault">
                Node.js
              </label>
            </div>
            <div class="form-check">
              <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
              <label class="form-check-label" for="flexCheckDefault">
                Build Tools
              </label>
            </div>
            <hr class="mb-4">
            <h5 class="mb-4">Payment Info</h5>
            <div class="row">
              <div class="col-lg-6 form-group">
                <label for="cc-num">Card Number:</label>
                <input class="form-control" id="cc-num" type="text">
              </div>

              <div class="col-lg form-group">
                <label for="zip">Zip Code:</label>
                <input class="form-control" id="zip" type="text">
              </div>

              <div class="col-lg form-group">
                <label for="cvv">CVV:</label>
                <input class="form-control" id="cvv" type="text">
              </div>
            </div>
            <div class="row">
              <label class="col-lg-12">Expiration Date:</label>
              <div class="form-group col-lg-8">
                <select class="custom-select form-control" id="exp-month">
                  <option value="1">1 - January</option>
                  <option value="2">2 - February</option>
                  <option value="3">3 - March</option>
                  <option value="4">4 - April</option>
                  <option value="5">5 - May</option>
                  <option value="6">6 - June</option>
                  <option value="7">7 - July</option>
                  <option value="8">8 - August</option>
                  <option value="9">9 - September</option>
                  <option value="10">10 - October</option>
                  <option value="11">11 - November</option> 
                  <option value="12">12 - December</option>
                </select> 
              </div>
              <div class="form-group col-lg">
                <select class="custom-select form-control" id="exp-year">
                  <option value="2016">2016</option>
                  <option value="2017">2017</option>
                  <option value="2018">2018</option>
                  <option value="2019">2019</option>
                  <option value="2020">2020</option>
                </select>  
              </div>
            </div>
            <hr class="mb-4">
            <button type="submit" class="btn btn-primary btn-lg">Register</button>
          </form>  
            <!-- /registration form -->

          </div>
        </div>
      </div>
    </div>

    <!-- JavaScript Bundle with Popper --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
  </body>
</html>

1 Answer

Hi Junior Aidee can you be a bit more specific? Which icons, which fields, are you applying them using CSS, where is the CSS or classes?