|
13 | 13 | <link rel="stylesheet" href="/css/services.css"> |
14 | 14 | <link rel="stylesheet" href="/css/common.css"> |
15 | 15 | <link rel="stylesheet" href="/css/discount-banner.css"> |
| 16 | + <link rel="stylesheet" href="/css/dropdown.css"> |
16 | 17 | <link rel="stylesheet" href="/css/live-projects.css"> |
| 18 | + <!-- Popup Window CSS --> |
17 | 19 | <link rel="stylesheet" href="/css/open-modal-btn.css"> |
18 | 20 | <link rel="stylesheet" href="/css/whatsapp-floating.css"> |
19 | 21 | <!-- Font Awesome --> |
|
59 | 61 |
|
60 | 62 | <ul class="nav-links" id="nav-links"> |
61 | 63 | <li><a href="index.html">Home</a></li> |
62 | | - <li><a href="services.html" class="active">Services</a></li> |
63 | | - <li><a href="#services-offer">Offer Services</a></li> |
64 | | - <li><a href="#live-projects">Live Websites</a></li> |
| 64 | + <!-- Dropdown Section --> |
| 65 | + <li class="dropdown"> |
| 66 | + <a href="#hero" class="dropdown-toggle active;">Services</a> |
| 67 | + <ul class="dropdown-menu"> |
| 68 | + <li><a href="#services-offer">Offer Services</a></li> |
| 69 | + <li><a href="#live-projects">Live Websites</a></li> |
| 70 | + </ul> |
| 71 | + </li> |
65 | 72 | <!-- New Expertise link --> |
66 | 73 | <li><a href="expertise.html">Expertise</a></li> |
67 | 74 | <li><a href="contact.html">Contact</a></li> |
|
73 | 80 | </nav> |
74 | 81 |
|
75 | 82 | <!-- Hero Section with Particles + Animated Overlay --> |
76 | | - <section class="hero-services"> |
| 83 | + <section id="hero" class="hero-services"> |
77 | 84 | <div id="particles-js"></div> |
78 | 85 | <div class="gradient-overlay"></div> |
79 | 86 | <div class="hero-content"> |
@@ -168,7 +175,9 @@ <h2>Live Websites</h2> |
168 | 175 |
|
169 | 176 | <!-- JS --> |
170 | 177 | <script src="/js/common.js"></script> |
| 178 | + <!-- Popup Window JS --> |
171 | 179 | <script src="/js/open-modal-btn.js"></script> |
| 180 | + <script src="/js/dropdown.js"></script> |
172 | 181 | <script src="/js/services.js"></script> |
173 | 182 | </body> |
174 | 183 |
|
|
0 commit comments