Skip to content

Commit f932d5e

Browse files
authored
Update index.html
1 parent b2b20dc commit f932d5e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>(if I had a slogan, it would go here)</h2>
8888
<ul>
8989
<li>HTML+CSS</li>
9090
<li>PHP+MySQL, Laravel, WordPress</li>
91-
<li>JavaScript, PowerShell, C++ </li>
91+
<li>JavaScript, PowerShell </li>
9292
<li>Windows, Linux</li>
9393
<li>networking, web technologies, virtual machines</li>
9494
<li>software testing for over 15 years</li>
@@ -116,17 +116,16 @@ <h1>Products</h1>
116116

117117
<!-- FOOTER HERE -->
118118
<footer>
119-
&copy; 2021 &bull; Justin Hammack
119+
&copy; 2022 &bull; Justin Hammack
120120
</footer>
121121

122122
<script src="js/scripts.js"></script>
123-
<!-- animated hamburger icon
123+
<!-- animated hamburger icon -->
124124
<script>
125125
function myFunction(x) {
126126
x.classList.toggle("change");
127127
}
128128
</script>
129-
-->
130129

131130
</body>
132131
</html>

0 commit comments

Comments
 (0)