Project Cards

Cards use visuals and text to provide a preview of portfolio pieces. The description and image should succinctly summarize the content of the corresponding project, categorize the project, and include a button to navigate to view a more in-depth presentation of the project.

Image placeholder with a grey background and a white sun hanging over two white mountains

Project Title

Category

Inserted here will be a blurb describing the project

Code


          <div class="container projectCard">
            <div class="row">
              <div class="col-12 col-lg-6">
                <img src="../img/Placeholder_view_vector.svg.png" class="img-fluid" alt="Image placeholder with a grey background and a white sun hanging over two white mountains">
              </div>
              <div class="col-12 col-lg-6 projectBlurb">
                <h2>Project Title</h2>
                <h4 id="categoryTitle">Category</h4>
                <h4>Inserted here will be a blurb describing the project</h4>
                <button type="button" class="btn btn-outline-dark">View Project</button>

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