Skip to content

Commit

Permalink
final change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Woodruff committed Aug 30, 2024
1 parent 0aec5ac commit 3a1defb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client_side.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
`
<h1>Client side programing</h1>
<h1><b>Client side programing</b></h1>
<p>
This course is an introduction to the use of integrating scripts to add
functionality to Web pages
Expand Down
2 changes: 1 addition & 1 deletion fullstack.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<h1>Fullstack web development</h1>
<h1><b>Fullstack web development</b></h1>
<p>This course offers students an introduction into full-stack web development (Django or other applicable software).
</p>
</html>
2 changes: 1 addition & 1 deletion security.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<h1>Security Principles and policies</h1>
<h1><b>Security Principles and policies</b></h1>
<p>
This course is an introduction to the various technical and administrative
aspects of information security and assurance. This course provides the
Expand Down
2 changes: 1 addition & 1 deletion web_programing.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>

<html>
<h1>Web Programing</h1>
<h1><b>Web Programing</b></h1>
<p>This course is an introduction to Web site development and programming logic. Students will gain hands-on experience in the development of computer programs. Upon completion of this course students will be able to create a website.


Expand Down

0 comments on commit 3a1defb

Please sign in to comment.