From 6ed1addc7ec7ce6c57a892b5b523cc9b5afa50b7 Mon Sep 17 00:00:00 2001 From: PA4KEV Date: Mon, 9 Jan 2023 21:00:09 +0100 Subject: [PATCH] Add Balcony Radio page --- src/App.js | 2 ++ src/Pages/Radio/Balkon.js | 33 +++++++++++++++++++++++++++++++++ src/UI/Navigation.js | 5 +++++ 3 files changed, 40 insertions(+) create mode 100644 src/Pages/Radio/Balkon.js diff --git a/src/App.js b/src/App.js index 9cd1f8e..f625084 100644 --- a/src/App.js +++ b/src/App.js @@ -15,6 +15,7 @@ import WifiPrototype from './Pages/Software/Projects/WifiPrototype'; import Radio from './Pages/Radio/Radio'; import Components from './Pages/Radio/Components'; +import Balkon from './Pages/Radio/Balkon'; import Linux from './Pages/Linux/Linux'; import Footer from './UI/Footer'; @@ -34,6 +35,7 @@ function App() { }> }> }> + }> }> diff --git a/src/Pages/Radio/Balkon.js b/src/Pages/Radio/Balkon.js new file mode 100644 index 0000000..c8a020b --- /dev/null +++ b/src/Pages/Radio/Balkon.js @@ -0,0 +1,33 @@ +import React from 'react'; + +const Balkon = () => { + return ( +
+
+
+ intro + dipole +
+
+ +
+
+
+

Balcony antenna

+

Living in an appartment brings great challenges for a radio amateur home setup.

+

This page describes my findings and improvements that I made to create a working balcony setup.

+
+
+ +
+
+

Dipole

+

A dipole with a 1:1 Balun was the first HF antenna I attempted to try out.

+
+
+
+
+ ) +} + +export default Balkon; diff --git a/src/UI/Navigation.js b/src/UI/Navigation.js index f54b27e..0b7bb58 100644 --- a/src/UI/Navigation.js +++ b/src/UI/Navigation.js @@ -34,6 +34,11 @@ const Navigation = (props) => { Components } + {section === 'radio' && +
  • + Balcony +
  • + } {/*