Fix Javascript comment

Change-Id: I8b3b823f5a27ba374c42cbc9fbe2bd2649a6e381
diff --git a/index.html b/index.html
index d325e59..f7126d3 100644
--- a/index.html
+++ b/index.html
@@ -305,7 +305,7 @@
                     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 += '<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>';
@@ -315,7 +315,7 @@
                     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>';
                   } else {