Skip to content

Commit 8a6480c

Browse files
committed
feat: remove unecessary project cards in index.html
1 parent de2cfbd commit 8a6480c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,15 @@ <h2 class="text-primary">Our Vision</h2>
102102
</header>
103103
<main>
104104

105-
<div class="flex-col-2" id="githubprojects">
106-
<!-- GitHub Projects from scripts.js goes here -->
107-
</div>
108105
<section id="projects" class="projects">
109106
<h2>Projects</h2>
110-
<div class="flex-items">
107+
108+
<div class="flex-col-2" id="githubprojects">
109+
<!-- GitHub Projects from scripts.js goes here -->
110+
</div>
111+
112+
<!-- Not needed if we go to api call in the js -->
113+
<!-- <div class="flex-items">
111114
<a href="#">
112115
<div class="item project">
113116
<h4 class="text-secondary">Chryz-Hub Website</h4>
@@ -145,7 +148,7 @@ <h4 class="text-secondary">Project Y</h4>
145148
</div>
146149
</div>
147150
</a>
148-
</div>
151+
</div> -->
149152
</section>
150153
</main>
151154
<!-- JAVASCRIPT -->

0 commit comments

Comments
 (0)