added sofware development page.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
<nav class="navbar">
|
||||
<section class="navbar__left">
|
||||
<a href="#" class="brand">
|
||||
<a href="/" class="brand">
|
||||
<img src="img/logo-dark.png" class="w-75" alt="">
|
||||
</a>
|
||||
<div class="burger" id="burger">
|
||||
@@ -88,7 +88,7 @@
|
||||
<div class="submenu__inner">
|
||||
<ul class="submenu__list">
|
||||
<li><a href="rooftop-solar.html">Rooftop Solar/Solar Pump</a></li>
|
||||
<li><a href="software-development">Software Development</a></li>
|
||||
<li><a href="software-development.html">Software Development</a></li>
|
||||
<li><a href="home-automation.html">Home Automation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
const headerhtml = `<nav class="navbar">
|
||||
<section class="navbar__left">
|
||||
<a href="#" class="brand">
|
||||
<a href="/" class="brand">
|
||||
<img src="img/logo-dark.png" class="w-75" alt="">
|
||||
</a>
|
||||
<div class="burger" id="burger">
|
||||
@@ -88,7 +88,7 @@ const headerhtml = `<nav class="navbar">
|
||||
<div class="submenu__inner">
|
||||
<ul class="submenu__list">
|
||||
<li><a href="rooftop-solar.html">Rooftop Solar/Solar Pump</a></li>
|
||||
<li><a href="software-development">Software Development</a></li>
|
||||
<li><a href="software-development.html">Software Development</a></li>
|
||||
<li><a href="home-automation.html">Home Automation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user