Skip to content

Commit

Permalink
changes to url
Browse files Browse the repository at this point in the history
  • Loading branch information
MuturiIsaac committed Dec 23, 2023
1 parent 4ae1d7e commit 26d74d4
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 35 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html [NC,L]
1 change: 0 additions & 1 deletion README.md

This file was deleted.

4 changes: 0 additions & 4 deletions Wtech.md

This file was deleted.

4 changes: 0 additions & 4 deletions blog.md

This file was deleted.

4 changes: 0 additions & 4 deletions careers.md

This file was deleted.

4 changes: 0 additions & 4 deletions contact.md

This file was deleted.

8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
<a class="dropdown-item" href="#featureSection"><span>About Us</span></a>
<a class="dropdown-item" href="#"><span>Faq</span></a>
<a class="dropdown-item" href="#pricingSection"><span>Pricing</span></a>
<a class="dropdown-item" href="careers.html"><span>Careers</span></a>
<a class="dropdown-item" href="careers"><span>Careers</span></a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="collapse" href="#menu2">Services <i class="fal fa-angle-down"></i></a>
<div id="menu2" class="dropdown-menus collapse">
<a class="dropdown-item" href="#"><span>Services</span></a>
<a class="dropdown-item" href="#serviceSection"><span>Services Details</span></a>
<a class="dropdown-item" href="#service"><span>Services</span></a>
<a class="dropdown-item" href="#"><span>Services Details</span></a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="collapse" href="#menu3">Blog <i class="fal fa-angle-down"></i></a>
<div id="menu3" class="dropdown-menus collapse">
<a class="dropdown-item" href="blog.html"><span>Blog</span></a>
<a class="dropdown-item" href="blog"><span>Blog</span></a>
<div class="dropdown-2">
<a class="dropdown-item" data-toggle="collapse" href="#menu4"><span>Blog Details</span> <i class="fal fa-angle-right"></i></a>
<div id="menu4" class="dropdown-menus-2 collapse">
Expand Down
10 changes: 0 additions & 10 deletions index.md

This file was deleted.

4 changes: 0 additions & 4 deletions service.md

This file was deleted.

0 comments on commit 26d74d4

Please sign in to comment.