File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,15 @@ <h2 class="text-primary">Our Vision</h2>
102
102
</ header >
103
103
< main >
104
104
105
- < div class ="flex-col-2 " id ="githubprojects ">
106
- <!-- GitHub Projects from scripts.js goes here -->
107
- </ div >
108
105
< section id ="projects " class ="projects ">
109
106
< 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">
111
114
<a href="#">
112
115
<div class="item project">
113
116
<h4 class="text-secondary">Chryz-Hub Website</h4>
@@ -145,7 +148,7 @@ <h4 class="text-secondary">Project Y</h4>
145
148
</div>
146
149
</div>
147
150
</a>
148
- </ div >
151
+ </div> -->
149
152
</ section >
150
153
</ main >
151
154
<!-- JAVASCRIPT -->
You can’t perform that action at this time.
0 commit comments