-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
feliperl
committed
Aug 21, 2024
1 parent
9020d5e
commit 43e6078
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ | |
<div class="collapse navbar-collapse justify-content-end" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="#">Projects</a> | ||
<a class="nav-link" aria-current="page" href="#">Projects</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Create Tests</a> | ||
<a class="nav-link active" href="#">Create Tests</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">View Tests</a> | ||
|
@@ -40,20 +40,28 @@ <h1>Welcome to IATesting!</h1> | |
<div class="card mb-4"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Create Your Tests</h5> | ||
<a href="#" class="btn btn-primary">Start Creating</a> | ||
<a href="#" class="btn btn-dark">Start Creating</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm-6 col-md-4"> | ||
<div class="card mb-4"> | ||
<div class="card-body"> | ||
<h5 class="card-title">View Created Tests</h5> | ||
<a href="#" class="btn btn-primary">View Tests</a> | ||
<a href="#" class="btn btn-dark">View Tests</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<footer class="bg-body-tertiary text-center text-lg-start"> | ||
<!-- Copyright --> | ||
<div class="text-center p-3" style="background-color:#A9A9A9;"> | ||
© 2024 Copyright: | ||
<a class="text-body" href="https://mdbootstrap.com/"></a> | ||
</div> | ||
<!-- Copyright --> | ||
</footer> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</body> | ||
|