11<!DOCTYPE html>
2- < html lang ="en ">
2+ < html lang ="en " data-ga-id =" G-6PKLPEVZNF " >
33< head >
44 < meta charset ="utf-8 "/>
55 < title > Riddle&Code — Energy Infrastructure for the Future</ title >
1212 < meta content ="images/6414afea39e2ec1d18d1ff32_open_graph.jpg " property ="og:image "/>
1313 < meta content ="website " property ="og:type "/>
1414
15- <!-- Favicon -->
16- < link href ="images/641436b897f1d137d2d2845d_fav_icon.png " rel ="shortcut icon " type ="image/x-icon "/>
17- < link href ="images/641437162f7f81829faa8c24_webclip.png " rel ="apple-touch-icon "/>
18-
19- <!-- Google Analytics -->
20- < script async src ="https://www.googletagmanager.com/gtag/js?id=G-6PKLPEVZNF "> </ script >
21- < script >
22- window . dataLayer = window . dataLayer || [ ] ;
23- function gtag ( ) { dataLayer . push ( arguments ) ; }
24- gtag ( 'js' , new Date ( ) ) ;
25- gtag ( 'config' , 'G-6PKLPEVZNF' ) ;
26- </ script >
27-
28- <!-- Cookie Consent -->
29- < script async ="" fs-cc-mode ="opt-in " src ="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js "> </ script >
30-
3115 <!-- Main Styles -->
3216 < link rel ="stylesheet " href ="styles/main.css ">
17+
18+ <!-- Main Application Script -->
19+ < script src ="scripts/main.js " defer > </ script >
3320</ head >
3421< body >
3522
3623 <!-- Navigation -->
3724 < div id ="nav-placeholder "> </ div >
38- < script src ="scripts/load-nav.js "> </ script >
3925
4026 <!-- Hero Section -->
4127 < section class ="hero ">
@@ -64,23 +50,18 @@ <h1 class="fade-in">
6450
6551 <!-- Solutions Section -->
6652 < div id ="solutions-section-placeholder "> </ div >
67- < script src ="scripts/load-solutions-section.js "> </ script >
6853
6954 <!-- Capabilities Section -->
7055 < div id ="capabilities-section-placeholder "> </ div >
71- < script src ="scripts/load-capabilities-section.js "> </ script >
7256
7357 <!-- Technology Section -->
7458 < div id ="technology-section-placeholder "> </ div >
75- < script src ="scripts/load-technology-section.js "> </ script >
7659
7760 <!-- Products Section -->
7861 < div id ="products-section-placeholder "> </ div >
79- < script src ="scripts/load-products-section.js "> </ script >
8062
8163
8264 < div id ="partners-section-placeholder "> </ div >
83- < script src ="scripts/load-partners-section.js "> </ script >
8465
8566 <!-- CTA Section -->
8667 < section class ="section ">
@@ -98,26 +79,5 @@ <h2>Ready to Transform Your Energy Assets?</h2>
9879
9980 <!-- Footer -->
10081 < div id ="footer-modern-placeholder "> </ div >
101- < script src ="scripts/load-footer-modern.js "> </ script >
102-
103- < script >
104- // Simple fade-in animation on scroll
105- const observerOptions = {
106- threshold : 0.1 ,
107- rootMargin : '0px 0px -50px 0px'
108- } ;
109-
110- const observer = new IntersectionObserver ( ( entries ) => {
111- entries . forEach ( entry => {
112- if ( entry . isIntersecting ) {
113- entry . target . classList . add ( 'fade-in' ) ;
114- }
115- } ) ;
116- } , observerOptions ) ;
117-
118- document . querySelectorAll ( '.target-card, .value-card, .tech-layer' ) . forEach ( el => {
119- observer . observe ( el ) ;
120- } ) ;
121- </ script >
12282</ body >
12383</ html >
0 commit comments