Difference between revisions of "Intelligent Systems - Tools"
From DigiAppHum
Line 4: | Line 4: | ||
<p> </p> | <p> </p> | ||
</p> | </p> | ||
+ | <div class="container-fluid mb-4"> | ||
+ | <div class="row"> | ||
+ | <div class="col-12 col-lg-6 col-xl-4 mb-2 mb-lg-4 mb-xl-0"> | ||
+ | <div class="card"> | ||
+ | <div class="card-body"> | ||
+ | <h5 class="card-title">Title 1</h5> | ||
+ | [[File:Screenshot tweeki.png|class=img-fluid| link=]] | ||
+ | </div> | ||
+ | <div class="card-footer">Footer text 1</div> | ||
+ | </div><!-- End of card --> | ||
+ | </div><!-- end of col 1--> | ||
+ | |||
+ | <div class="col-12 col-lg-6 col-xl-4 mb-2 mb-lg-4 mb-xl-0"> | ||
+ | <div class="card"> | ||
+ | <div class="card-body"> | ||
+ | <h5 class="card-title">Title 2</h5> | ||
+ | [[File:Screenshot tweeki.png|class=img-fluid| link=]] | ||
+ | </div> | ||
+ | <div class="card-footer">Footer text 2</div> | ||
+ | </div><!-- End of card --> | ||
+ | </div><!-- End of col 2--> | ||
+ | |||
+ | <div class="col-12 col-lg-6 col-xl-4"> | ||
+ | <div class="card"> | ||
+ | <div class="card-body"> | ||
+ | <h5 class="card-title">Title 3</h5> | ||
+ | [[File:Screenshot tweeki.png|class=img-fluid| link=]] | ||
+ | </div> | ||
+ | <div class="card-footer">Footer text 3</div> | ||
+ | </div><!-- End of card --> | ||
+ | </div><!-- End of col 3--> | ||
+ | |||
+ | </div><!-- End of row 1--> | ||
+ | </div> |