The LM Control website. Simple yet efficient.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.html 3.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <!DOCTYPE html>
  2. <html lang='en'>
  3. <head>
  4. <title>LM Control | Switchboards & Control Panels</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta property="og:description" content="LM Control | Switchboards & Control Panels"/>
  8. <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
  9. <link href="https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap" rel="stylesheet">
  10. <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap" rel="stylesheet">
  11. <link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css" integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" crossorigin=""/>
  12. <link href="assets/css/main.css" rel="stylesheet">
  13. <script src="https://unpkg.com/feather-icons"></script>
  14. </head>
  15. <body>
  16. <script type="text/javascript">
  17. if(navigator.appName.indexOf("Internet Explorer")!=-1 || navigator.userAgent.match(/Trident.*rv[ :]*11\./)){
  18. window.location = "http://ancient.lmc.co.nz";
  19. }
  20. </script>
  21. <main id="wrapper">
  22. <section id="banner">
  23. <nav>
  24. <img class="logo" src="assets/logo.svg"></img>
  25. <div class="links">
  26. <a href="#">Home</a>
  27. <a href="#">Services</a>
  28. <a href="#">Gallery</a>
  29. <a href="#">About Us</a>
  30. <a href="#">Contact Us</a>
  31. </div>
  32. </nav>
  33. <div class="banner-container">
  34. <div class="header">From Design To Manufacture</div>
  35. <div class="title">Innovative & Reliable Electrical Solutions</div>
  36. <div class="buttons">
  37. <button class="button highlight">Discover</button>
  38. <button class="button">Request a quote</button>
  39. </div>
  40. </div>
  41. </section>
  42. <section class="container" id="sec1">
  43. <div class="info-cards">
  44. <div class="card boarder">
  45. <i class="icon" data-feather="cpu"></i>
  46. <h1 class="title">Experience</h1>
  47. <p>
  48. You can't beat experience, from conveyor lines, OEM machinery, and electric motors, we have designed and built custom control panels for nearly every industrial application. This depth of experience enables us to provide the optimal solution for your specific application and provide design recommendations for improved functionality, reliability and value.
  49. </p>
  50. </div>
  51. <div class="card boarder">
  52. <i class="icon" data-feather="layers"></i>
  53. <h1 class="title">Quality</h1>
  54. <p>
  55. We are committed to providing high-quality products and services that meet or exceed our clients’ requirements and regulatory standards. From concept to completion, we follow established procedures designed to ensure every project detail is accounted for, including multi-point control panel build inspections, and thorough testing to verify quality and functionality.
  56. </p>
  57. </div>
  58. <div class="card">
  59. <i class="icon" data-feather="tool"></i>
  60. <h1 class="title">Support</h1>
  61. <p>
  62. We provide numerous remote and on-site services to our customers, including software upgrades, troubleshooting, hardware replacement, and feature additions.
  63. </p>
  64. </div>
  65. </div>
  66. </section>
  67. <section class="container" id="sec2">
  68. <div style="height: 100px;"></div>
  69. </section>
  70. </main>
  71. <script>
  72. feather.replace()
  73. </script>
  74. <script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"
  75. integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
  76. crossorigin="">
  77. </script>
  78. <script src="assets/js/PreReq.js"></script>
  79. <script src="assets/js/main.js"></script>
  80. </body>
  81. </html>