about summary refs log tree commit diff
path: root/src/index.html
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2019-01-30 15:13:34 +0100
committerhanemile <hanemile@protonmail.com>2019-01-30 15:13:34 +0100
commitc87e6be21b06404476b6446039e2fc1545462a49 (patch)
treee70d469843a707c2f28974d1605c06c2944be717 /src/index.html
parent73b4241be036f0d2b2c8e7a27290fff88d469611 (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.html10
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">