diff options
author | hanemile <hanemile@protonmail.com> | 2019-01-30 15:13:34 +0100 |
---|---|---|
committer | hanemile <hanemile@protonmail.com> | 2019-01-30 15:13:34 +0100 |
commit | c87e6be21b06404476b6446039e2fc1545462a49 (patch) | |
tree | e70d469843a707c2f28974d1605c06c2944be717 /src/index.html | |
parent | 73b4241be036f0d2b2c8e7a27290fff88d469611 (diff) |
added content to the contact page and linked it from the other pages
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html index 312144d..e3631e4 100644 --- a/src/index.html +++ b/src/index.html @@ -29,17 +29,21 @@ </button> <div class="collapse navbar-collapse" id="navbarResponsive"> <ul class="navbar-nav ml-auto"> + <li class="nav-item active"> <a class="nav-link" href="#">Home <span class="sr-only">(current)</span> </a> </li> + <li class="nav-item"> <a class="nav-link" href="about.html">About</a> </li> + <li class="nav-item"> - <a class="nav-link" href="#">Contact</a> + <a class="nav-link" href="contact.html">Contact</a> </li> + </ul> </div> </div> @@ -63,12 +67,12 @@ </div> <!-- /.row --> - <!-- Call to Action Well --> + <!-- Call to Action Well <div class="card text-white bg-secondary my-4 text-center"> <div class="card-body"> <p class="text-white m-0">This is (currently) a private project with limited resources, but if you are interested in diving deeper into the subject, feel free to contact me using one of the methods listed on the contact page!</p> </div> - </div> + </div> --> <!-- content row --> <div class="row"> |