Skip to content

Commit

Permalink
comments added where bootstrap code used and modified
Browse files Browse the repository at this point in the history
  • Loading branch information
kera-cudmore committed Jan 7, 2022
1 parent 90a2e69 commit 2929e9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<body>
<header>
<!-- NAVBAR -->
<!-- NAVBAR - Bootstrap code used and modified -->
<nav class="navbar navbar-expand-xl navbar-light bg-nav navbar-top">
<a class="navbar-brand" href=" index.html">
<img src="assets/images/logo.webp" width="100" height="100" class="d-inline-block align-center"
Expand Down
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<body>
<header>

<!-- NAVBAR -->
<!-- NAVBAR - - Bootstrap code used and modified-->
<nav class="navbar navbar-expand-lg navbar-light bg-nav navbar-top">
<a class="navbar-brand" href=" index.html">
<img src="assets/images/logo.webp" width="100" height="100" class="d-inline-block align-center"
Expand Down Expand Up @@ -96,7 +96,7 @@ <h1>Contact Us</h1>
</div>
</div>

<!-- FORM -->
<!-- FORM - Bootstrap code used and modified -->
<form action="thankyou.html">
<div class="row justify-content-center">
<div class="col-sm-8 form-group">
Expand Down
2 changes: 1 addition & 1 deletion thankyou.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<body>
<header>
<!-- NAVBAR -->
<!-- NAVBAR - Bootstrap code used and modified -->
<nav class="navbar navbar-expand-xl navbar-light bg-nav navbar-top">
<a class="navbar-brand" href=" index.html">
<img src="assets/images/logo.webp" width="100" height="100" class="d-inline-block align-center"
Expand Down

0 comments on commit 2929e9f

Please sign in to comment.