Fix incorrect JS

Change-Id: Ia71ed2a299c6747177107950693a953edbb5281b
diff --git a/index.html b/index.html
index 7077677..70b723e 100644
--- a/index.html
+++ b/index.html
@@ -476,8 +476,8 @@
                       newContent += '<img class="d-block img-fluid" src="' + data[i].project_avatar + '" style="margin-left: 10%; height: 35vh;"';
                       newContent += 'alt="' + data[i].project + ' " style="padding-top: 1.5rem;"/>';
                       newContent += '<div class="carousel-caption" style="background: linear-gradient(#343a40 10%, #343a40 100%)!important; padding-top: 50vw; width: 50vw; margin-left: 30vw; bottom: 0px ">';
-                    < !--newContent += '<div class="item-details">'; -->
-                        newContent += '<h3 class="zxc" ><b style="font-size: xx-large;">' + data[i].project + '</b></h3>';
+                      // newContent += '<div class="item-details">';
+                      newContent += '<h3 class="zxc" ><b style="font-size: xx-large;">' + data[i].project + '</b></h3>';
                       newContent += '<h5 class="zxc" >Project Lead: ' + data[i].project_lead + '</h5>';
                       newContent += '<p class="card__text zxc" style=" margin-right: 1.7rem; margin-left: 1.7rem; ">' + data[i].project_description + '</p>';
                       if (data[i].project_github != null) {
@@ -486,8 +486,8 @@
                       if (data[i].project_website != null) {
                         newContent += '<a href="' + data[i].project_website + '" target="_blank"><i class="fab fa p-2 fa-globe" style="font-size: 300%;"></i></a>';
                       }
-                    < !--newContent += '</div>'; -->
-                        newContent += '</div>';
+                      // newContent += '</div>';
+                      newContent += '</div>';
                       newContent += '</div>';
                     } else {
                       newContent = 'NONE';