first commit
Этот коммит содержится в:
@@ -0,0 +1,222 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>RF Technology</title>
|
||||
|
||||
<!-- Favicons -->
|
||||
<link href="assets/img/favicon.png" rel="icon">
|
||||
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link href="https://fonts.googleapis.com" rel="preconnect">
|
||||
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
|
||||
<link
|
||||
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"
|
||||
rel="stylesheet">
|
||||
|
||||
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
|
||||
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/main.css" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
color: #333333;
|
||||
font-family: 'Arial', sans-serif;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
color: #0056b3;
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.divider {
|
||||
height: 4px;
|
||||
background-color: #0056b3;
|
||||
margin: 20px 0;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.content-section {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.list-item {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 15px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.icon {
|
||||
color: #0056b3;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: #0056b3;
|
||||
border-color: #0056b3;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
background-color: #003f88;
|
||||
border-color: #003f88;
|
||||
}
|
||||
|
||||
.image-box img {
|
||||
max-width: 100%;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.feature-card {
|
||||
background-color: #f8f9fa;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.feature-card:hover {
|
||||
background-color: #e9ecef;
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header id="header" class="header d-flex align-items-center fixed-top">
|
||||
</header>
|
||||
<div class="container py-5">
|
||||
<!-- Introduction Section -->
|
||||
<section class="text-center mb-5">
|
||||
<h1 class="section-title">Introduction to RF Technology</h1>
|
||||
<div class="divider mx-auto"></div>
|
||||
<p>RF (Radio Frequency) technology is a core component of modern wireless communication systems, enabling
|
||||
seamless data, voice, and multimedia transmission. Explore its applications and innovations here.</p>
|
||||
</section>
|
||||
|
||||
<!-- Key Components Section -->
|
||||
<section class="content-section">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6 text-center">
|
||||
<img src="rf_components.png" alt="RF Components" class="image-box img-fluid">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h2 class="section-title">Key Components of RF Technology</h2>
|
||||
<div class="divider"></div>
|
||||
<ul class="list-unstyled">
|
||||
<li class="list-item">
|
||||
<span class="icon">✔️</span>
|
||||
<span><strong>RF Chips:</strong> Miniaturized circuits enabling wireless communication
|
||||
across devices.</span>
|
||||
</li>
|
||||
<li class="list-item">
|
||||
<span class="icon">✔️</span>
|
||||
<span><strong>RF Sensors:</strong> Devices designed to detect physical properties using RF
|
||||
signals.</span>
|
||||
</li>
|
||||
<li class="list-item">
|
||||
<span class="icon">✔️</span>
|
||||
<span><strong>RF Scanners:</strong> Tools used to read RFID tags and collect data
|
||||
effortlessly.</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Applications Section -->
|
||||
<section class="content-section">
|
||||
<div class="row align-items-center flex-row-reverse">
|
||||
<div class="col-md-6 text-center">
|
||||
<img src="rf_applications.png" alt="RF Applications" class="image-box img-fluid">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h2 class="section-title">Applications of RF Technology</h2>
|
||||
<div class="divider"></div>
|
||||
<p>RF technology is integral to numerous fields, bringing efficiency and precision to diverse
|
||||
applications:</p>
|
||||
<div class="row">
|
||||
<div class="col-md-6 mb-3">
|
||||
<div class="feature-card">
|
||||
<strong>Radar Systems:</strong>
|
||||
<p>Supports navigation, surveillance, and aviation applications.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 mb-3">
|
||||
<div class="feature-card">
|
||||
<strong>Internet of Things (IoT):</strong>
|
||||
<p>Seamless data transmission in smart ecosystems.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 mb-3">
|
||||
<div class="feature-card">
|
||||
<strong>Satellite Communications:</strong>
|
||||
<p>Enables global connectivity via RF amplifiers and antennas.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 mb-3">
|
||||
<div class="feature-card">
|
||||
<strong>Industrial Applications:</strong>
|
||||
<p>Used in medical imaging and industrial automation.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Focus Areas Section -->
|
||||
<section class="content-section">
|
||||
<h2 class="section-title text-center">Focusing Areas of RF Systems</h2>
|
||||
<div class="divider mx-auto"></div>
|
||||
<p class="text-center">Our RF systems are designed for cutting-edge performance and adaptability in various
|
||||
industries:</p>
|
||||
<div class="row text-center">
|
||||
<div class="col-md-4">
|
||||
<div class="feature-card">
|
||||
<strong>High-Frequency Components</strong>
|
||||
<p>Power amplifiers and filters for advanced network performance.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="feature-card">
|
||||
<strong>Reconfigurable Systems</strong>
|
||||
<p>Adaptive designs for changing environments.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="feature-card">
|
||||
<strong>Energy Harvesting</strong>
|
||||
<p>Techniques for self-powered RF devices and reduced dependency.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Call to Action -->
|
||||
<div class="text-center">
|
||||
<button class="btn btn-primary btn-lg mt-4">Learn More</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer id="footer" class="footer">
|
||||
</footer>
|
||||
|
||||
<!-- Bootstrap JS -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<!-- header and footer js files -->
|
||||
<script src="assets/js/navbar.js"></script>
|
||||
<script src="assets/js/footer.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Ссылка в новой задаче
Block a user