Skip to content

Commit 3572ebd

Browse files
committed
add project grid container, six projectgriditems and item content
1 parent 0449891 commit 3572ebd

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

index.html

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,71 @@ <h2>Our Story</h2>
2828
<!--Projects Section-->
2929
<section>
3030
<h2>Projects</h2>
31+
32+
<!--Create project grid container-->
33+
<div class="projectGrid">
34+
<!--Create project grid items-->
35+
<div class="projectGridItem">
36+
<!--Insert project img-->
37+
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
38+
<!--Insert project title-->
39+
<h3>Form API</h3>
40+
41+
<!--Create project button link-->
42+
<a href="formAPI.html">See More</a>
43+
</div>
44+
45+
<div class="projectGridItem">
46+
<!--Insert project img-->
47+
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
48+
<!--Insert project title-->
49+
<h3>Form API</h3>
50+
51+
<!--Create project button link-->
52+
<a href="formAPI.html">See More</a>
53+
</div>
54+
55+
<div class="projectGridItem">
56+
<!--Insert project img-->
57+
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
58+
<!--Insert project title-->
59+
<h3>Form API</h3>
60+
61+
<!--Create project button link-->
62+
<a href="formAPI.html">See More</a>
63+
</div>
64+
65+
<div class="projectGridItem">
66+
<!--Insert project img-->
67+
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
68+
<!--Insert project title-->
69+
<h3>Form API</h3>
70+
71+
<!--Create project button link-->
72+
<a href="formAPI.html">See More</a>
73+
</div>
74+
75+
<div class="projectGridItem">
76+
<!--Insert project img-->
77+
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
78+
<!--Insert project title-->
79+
<h3>Form API</h3>
80+
81+
<!--Create project button link-->
82+
<a href="formAPI.html">See More</a>
83+
</div>
84+
85+
<div class="projectGridItem">
86+
<!--Insert project img-->
87+
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
88+
<!--Insert project title-->
89+
<h3>Form API</h3>
90+
91+
<!--Create project button link-->
92+
<a href="formAPI.html">See More</a>
93+
</div>
94+
95+
</div>
3196
</section>
3297

3398
<!--Contact Section-->

0 commit comments

Comments
 (0)