@ -7,14 +7,16 @@
< meta name = "google-site-verification" content = "4-DXQwmh6Tn_4TiIaslQa4L-xJTXT0XBVn2dCB_A7F8" / >
< link rel = "stylesheet" href = " <?php bloginfo ( 'stylesheet_url' ); ?> " >
<?php wp_head (); ?>
< link href = "https://fonts. googleapis.com /css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel = "stylesheet" / >
< link href = "https://fonts. googleapis.com " rel = "preconnect" / >
< link href = "https://fonts. loli.net /css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel = "stylesheet" / >
< link href = "https://fonts. loli.net " rel = "preconnect" / >
< link crossorigin = "" href = "https://fonts.gstatic.com" rel = "preconnect" / >
< link href = "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;700;900&family=Liu Jian Mao Cao:wght@400;700&family=Montserrat:wght@400;500;700;800;900&family=Inter:wght@400;500;700;800;900&family=JetBrains+Mono:wght@500&display=swap" rel = "stylesheet" / >
< link href = "https://fonts.loli.net/css2?family=Space+Grotesk:wght@300;400;500;700;900&family=Liu Jian Mao Cao:wght@400;700&family=Montserrat:wght@400;500;700;800;900&family=Inter:wght@400;500;700;800;900&family=JetBrains+Mono:wght@500&display=swap" rel = "stylesheet" / >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.css" / >
<!-- AOS Animation Library -->
< link href = "https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel = "stylesheet" >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.7.2/vanilla-tilt.min.js" > < / script >
<!-- Tailwind & Config -->
< script src = "https://cdn.tailwindcss.com?plugins=forms,container-queries" > < / script >
@ -36,8 +38,8 @@
fontFamily: {
"display": ["Montserrat", "sans-serif"],
"sans": ["Montserrat", "sans-serif"],
"mono": ["JetBrains Mono", "Montserrat "],
"inter": ["Inter", "Montserrat "],
"mono": ["JetBrains Mono", "monospace "],
"inter": ["Inter", "monospace "],
},
borderRadius: {
"DEFAULT": "0.5rem",
@ -106,8 +108,8 @@
},
blobSpin: {
'0%': { transform: 'rotate(0deg) scale(1)' },
'50%': { transform: 'rotate(180deg) translate(-80%, 50%) scale(1.1)' },
'100%': { transform: 'rotate(360deg) translate(0) scale(1)' },
'50%': { transform: 'rotate(180deg) scale(1.1)' },
'100%': { transform: 'rotate(360deg) scale(1)' },
}
},
animation: {
@ -220,7 +222,7 @@
< body <?php body_class (); ?> >
< nav class = "main-nav" >
< div class = "nav-container" >
< div class = "nav-logo flex items-center ">
< div class = "nav-logo flex ">
< a class = "flex flex-col" href = " <?php echo home_url (); ?> " >
<?php
$logo = get_theme_mod('site_logo');
@ -229,9 +231,9 @@
<?php else : ?>
< img src = "https://nenghui.com/wp-content/uploads/2025/11/logo-2.png" alt = "logo" >
<?php endif ; ?>
< p data-no-translation class= "text-[12px] text-[#517bb9] text-justify pl-1 max-w-[12rem] hover:text-normal "> Cleaner Energy. Greater Value. < / p >
< p class= "text-[12px] text-[#517bb9] hover:font-normal text-justify pl-1 "> Cleaner Energy. Greater Value.< / p >
< / a >
< a href = "https://cn.nenghui.com/" class = "ml-[2rem] text-[#295ca8] cursor-pointer relative group hover:text-[#295ca8]" data-no-translation >
< a href = "https://cn.nenghui.com/" class = "ml-[2rem] text-[#295ca8] cursor-pointer relative group hover:text-[#295ca8]" data-no-translation >
中国版
< div class = "absolute bottom-0 left-0 w-0 h-[2px] bg-[#295ca8] transition-all duration-300 group-hover:w-full" > < /">< / div >
< / a >