Skip to content

Commit 59d5e70

Browse files
committed
add about section p tag, section bg class, and changed project card titles and linked to formapi.html"
1 parent 8b0fc71 commit 59d5e70

File tree

1 file changed

+30
-19
lines changed

1 file changed

+30
-19
lines changed

index.html

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818

1919
<!--Insert hamburger menu-->
2020
<i class='bx bx-menu'></i>
21+
22+
<!--Create navigation bar-->
23+
2124
</header>
2225
<main>
2326

@@ -42,12 +45,26 @@ <h2>Welcome to ScriptLab</h2>
4245
</section>
4346

4447
<!--About section-->
45-
<section>
48+
<section class="sectionBg">
4649
<h2>About ScriptLab</h2>
50+
51+
52+
<!--Create container to hold img and text-->
53+
<div class="aboutContainer">
54+
<!--Insert company logo-->
55+
<img src="images/SCRIPTLABNOBGpng.png" alt="ScriptLab">
56+
57+
<p>
58+
Script Lab is a portfolio website meant for showing Intermediate
59+
JavaScript and HTML/CSS projects. This website is a work in progress and
60+
will be updated as projects are completed. This website will incorporate projects
61+
using JavaScript API, React, Json, WordPress, and more.
62+
</p>
63+
</div>
4764
</section>
4865

4966
<!--Projects Section-->
50-
<section id="projects">
67+
<section id="projects" class="sectionBg">
5168
<h2>Projects</h2>
5269

5370
<!--Create project grid container-->
@@ -60,67 +77,61 @@ <h2>Projects</h2>
6077
<h3>Form API</h3>
6178

6279
<!--Create project button link-->
63-
<a href="formAPI.html">See More</a>
80+
<a href="formapi/formAPI.html">See More</a>
6481
</div>
6582

6683
<div class="projectGridItem">
6784
<!--Insert project img-->
6885
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
6986
<!--Insert project title-->
70-
<h3>Form API</h3>
87+
<h3>Coming Soon</h3>
7188

7289
<!--Create project button link-->
73-
<a href="formAPI.html">See More</a>
90+
<a href="#">See More</a>
7491
</div>
7592

7693
<div class="projectGridItem">
7794
<!--Insert project img-->
7895
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
7996
<!--Insert project title-->
80-
<h3>Form API</h3>
97+
<h3>Coming Soon</h3>
8198

8299
<!--Create project button link-->
83-
<a href="formAPI.html">See More</a>
100+
<a href="#">See More</a>
84101
</div>
85102

86103
<div class="projectGridItem">
87104
<!--Insert project img-->
88105
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
89106
<!--Insert project title-->
90-
<h3>Form API</h3>
107+
<h3>Coming Soon</h3>
91108

92109
<!--Create project button link-->
93-
<a href="formAPI.html">See More</a>
110+
<a href="#">See More</a>
94111
</div>
95112

96113
<div class="projectGridItem">
97114
<!--Insert project img-->
98115
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
99116
<!--Insert project title-->
100-
<h3>Form API</h3>
117+
<h3>Coming Soon</h3>
101118

102119
<!--Create project button link-->
103-
<a href="formAPI.html">See More</a>
120+
<a href="#">See More</a>
104121
</div>
105122

106123
<div class="projectGridItem">
107124
<!--Insert project img-->
108125
<img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
109126
<!--Insert project title-->
110-
<h3>Form API</h3>
127+
<h3>Coming Soon</h3>
111128

112129
<!--Create project button link-->
113-
<a href="formAPI.html">See More</a>
130+
<a href="#">See More</a>
114131
</div>
115132

116133
</div>
117134
</section>
118-
119-
<!--Contact Section-->
120-
<section>
121-
<h2>Get in Touch</h2>
122-
</section>
123-
124135
</main>
125136
<footer>
126137
&copy; 2024 ScriptLab All Rights Reserved

0 commit comments

Comments
 (0)