Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

service-8.html 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>RF Technology</title>
  7. <!-- Favicons -->
  8. <link href="assets/img/favicon.png" rel="icon">
  9. <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
  10. <!-- Fonts -->
  11. <link href="https://fonts.googleapis.com" rel="preconnect">
  12. <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
  13. <link
  14. href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
  15. rel="stylesheet">
  16. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  17. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet">
  18. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  19. <link href="assets/css/main.css" rel="stylesheet">
  20. <style>
  21. body {
  22. background-color: #ffffff;
  23. color: #333333;
  24. font-family: 'Arial', sans-serif;
  25. }
  26. .section-title {
  27. color: #0056b3;
  28. font-size: 2rem;
  29. font-weight: bold;
  30. margin-bottom: 20px;
  31. }
  32. .divider {
  33. height: 4px;
  34. background-color: #0056b3;
  35. margin: 20px 0;
  36. width: 50px;
  37. }
  38. .content-section {
  39. margin-bottom: 60px;
  40. }
  41. .list-item {
  42. display: flex;
  43. align-items: flex-start;
  44. gap: 15px;
  45. padding: 10px 0;
  46. }
  47. .icon {
  48. color: #0056b3;
  49. font-size: 1.5rem;
  50. }
  51. .btn-primary {
  52. background-color: #0056b3;
  53. border-color: #0056b3;
  54. transition: all 0.3s ease-in-out;
  55. }
  56. .btn-primary:hover {
  57. background-color: #003f88;
  58. border-color: #003f88;
  59. }
  60. .image-box img {
  61. max-width: 100%;
  62. border-radius: 10px;
  63. }
  64. .feature-card {
  65. background-color: #f8f9fa;
  66. padding: 20px;
  67. border-radius: 8px;
  68. transition: all 0.3s ease-in-out;
  69. }
  70. .feature-card:hover {
  71. background-color: #e9ecef;
  72. transform: translateY(-5px);
  73. box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  74. }
  75. </style>
  76. </head>
  77. <body>
  78. <header id="header" class="header d-flex align-items-center fixed-top">
  79. </header>
  80. <div class="container py-5">
  81. <!-- Introduction Section -->
  82. <section class="text-center mb-5">
  83. <h1 class="section-title">Introduction to RF Technology</h1>
  84. <div class="divider mx-auto"></div>
  85. <p>RF (Radio Frequency) technology is a core component of modern wireless communication systems, enabling
  86. seamless data, voice, and multimedia transmission. Explore its applications and innovations here.</p>
  87. </section>
  88. <!-- Key Components Section -->
  89. <section class="content-section">
  90. <div class="row align-items-center">
  91. <div class="col-md-6 text-center">
  92. <img src="rf_components.png" alt="RF Components" class="image-box img-fluid">
  93. </div>
  94. <div class="col-md-6">
  95. <h2 class="section-title">Key Components of RF Technology</h2>
  96. <div class="divider"></div>
  97. <ul class="list-unstyled">
  98. <li class="list-item">
  99. <span class="icon">✔️</span>
  100. <span><strong>RF Chips:</strong> Miniaturized circuits enabling wireless communication
  101. across devices.</span>
  102. </li>
  103. <li class="list-item">
  104. <span class="icon">✔️</span>
  105. <span><strong>RF Sensors:</strong> Devices designed to detect physical properties using RF
  106. signals.</span>
  107. </li>
  108. <li class="list-item">
  109. <span class="icon">✔️</span>
  110. <span><strong>RF Scanners:</strong> Tools used to read RFID tags and collect data
  111. effortlessly.</span>
  112. </li>
  113. </ul>
  114. </div>
  115. </div>
  116. </section>
  117. <!-- Applications Section -->
  118. <section class="content-section">
  119. <div class="row align-items-center flex-row-reverse">
  120. <div class="col-md-6 text-center">
  121. <img src="rf_applications.png" alt="RF Applications" class="image-box img-fluid">
  122. </div>
  123. <div class="col-md-6">
  124. <h2 class="section-title">Applications of RF Technology</h2>
  125. <div class="divider"></div>
  126. <p>RF technology is integral to numerous fields, bringing efficiency and precision to diverse
  127. applications:</p>
  128. <div class="row">
  129. <div class="col-md-6 mb-3">
  130. <div class="feature-card">
  131. <strong>Radar Systems:</strong>
  132. <p>Supports navigation, surveillance, and aviation applications.</p>
  133. </div>
  134. </div>
  135. <div class="col-md-6 mb-3">
  136. <div class="feature-card">
  137. <strong>Internet of Things (IoT):</strong>
  138. <p>Seamless data transmission in smart ecosystems.</p>
  139. </div>
  140. </div>
  141. <div class="col-md-6 mb-3">
  142. <div class="feature-card">
  143. <strong>Satellite Communications:</strong>
  144. <p>Enables global connectivity via RF amplifiers and antennas.</p>
  145. </div>
  146. </div>
  147. <div class="col-md-6 mb-3">
  148. <div class="feature-card">
  149. <strong>Industrial Applications:</strong>
  150. <p>Used in medical imaging and industrial automation.</p>
  151. </div>
  152. </div>
  153. </div>
  154. </div>
  155. </div>
  156. </section>
  157. <!-- Focus Areas Section -->
  158. <section class="content-section">
  159. <h2 class="section-title text-center">Focusing Areas of RF Systems</h2>
  160. <div class="divider mx-auto"></div>
  161. <p class="text-center">Our RF systems are designed for cutting-edge performance and adaptability in various
  162. industries:</p>
  163. <div class="row text-center">
  164. <div class="col-md-4">
  165. <div class="feature-card">
  166. <strong>High-Frequency Components</strong>
  167. <p>Power amplifiers and filters for advanced network performance.</p>
  168. </div>
  169. </div>
  170. <div class="col-md-4">
  171. <div class="feature-card">
  172. <strong>Reconfigurable Systems</strong>
  173. <p>Adaptive designs for changing environments.</p>
  174. </div>
  175. </div>
  176. <div class="col-md-4">
  177. <div class="feature-card">
  178. <strong>Energy Harvesting</strong>
  179. <p>Techniques for self-powered RF devices and reduced dependency.</p>
  180. </div>
  181. </div>
  182. </div>
  183. </section>
  184. <!-- Call to Action -->
  185. <div class="text-center">
  186. <button class="btn btn-primary btn-lg mt-4">Learn More</button>
  187. </div>
  188. </div>
  189. <footer id="footer" class="footer">
  190. </footer>
  191. <!-- Bootstrap JS -->
  192. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
  193. <!-- header and footer js files -->
  194. <script src="assets/js/navbar.js"></script>
  195. <script src="assets/js/footer.js"></script>
  196. </body>
  197. </html>