diff --git a/imagesrc/featuregraphic.svg b/imagesrc/featuregraphic.svg new file mode 100644 index 0000000..74fb23f --- /dev/null +++ b/imagesrc/featuregraphic.svg @@ -0,0 +1,18494 @@ + + + + + + + + image/svg+xml + + + + + + + + + EXACT RESISTORCALCULATOR + + diff --git a/imagesrc/tips1.xcf b/imagesrc/tips1.xcf new file mode 100644 index 0000000..6fbd3b0 Binary files /dev/null and b/imagesrc/tips1.xcf differ diff --git a/imagesrc/tips2.xcf b/imagesrc/tips2.xcf new file mode 100644 index 0000000..2fa7395 Binary files /dev/null and b/imagesrc/tips2.xcf differ diff --git a/imagesrc/tips3.xcf b/imagesrc/tips3.xcf new file mode 100644 index 0000000..6797049 Binary files /dev/null and b/imagesrc/tips3.xcf differ diff --git a/media/featuregraphic.png b/media/featuregraphic.png new file mode 100644 index 0000000..7d6c735 Binary files /dev/null and b/media/featuregraphic.png differ diff --git a/src/components/about.js b/src/components/about.js index bda3746..b985f30 100644 --- a/src/components/about.js +++ b/src/components/about.js @@ -53,7 +53,10 @@ export default class About extends Component { Thanks to all the devs behind Node.js, React, React Native, and Redux. - Thanks to Jakub Jankiewicz for the circuit image. It and my derivatives are licensed CC BY-SA. + Thanks to K&E Imaging for providing the photography. All photographs are licensed CC-BY. + + + Thanks to Jakub Jankiewicz for the circuit image. It and my derivatives are licensed CC-BY-SA. diff --git a/src/components/myimage.js b/src/components/myimage.js index 483c256..cda9715 100644 --- a/src/components/myimage.js +++ b/src/components/myimage.js @@ -10,7 +10,7 @@ export default class MyImage extends Component { const {view, data} = this.props; if (view.layout) { - const maxHeight = view.layout.height * 0.4; + const maxHeight = view.layout.height * 0.5; const maxWidth = view.layout.width * 0.9; // What the width will be if the responsive limit kicks in diff --git a/src/components/tips.js b/src/components/tips.js index cd77c14..eac8f42 100644 --- a/src/components/tips.js +++ b/src/components/tips.js @@ -6,6 +6,21 @@ import MyImage from './myimage.js'; import Section from './section.js'; const images = { + img1: { + source: require('../images/tips1.jpg'), + width: 1080, + height: 708, + }, + img2: { + source: require('../images/tips2.jpg'), + width: 1080, + height: 708, + }, + img3: { + source: require('../images/tips3.jpg'), + width: 1080, + height: 708, + }, img4: { source: require('../images/tips4.png'), width: 1857, @@ -33,14 +48,17 @@ export default class Tips extends Component {
Don't hold both resistor leads while measuring The resistance of your body added in parallel is enough to effect the measurement of higher valued resistors. Since the purpose of this app is to help you create a precise resistance value, doing so is counterproductive. +
Don't press the resistor leads against an ESD mat Most ESD mats are slightly conductive to allow static charges to dissipate. This also has the problem of affecting the resistance measurement of higher valued resistors. +
Use only one hand to hold the resistor When measuring the resistors, use only one hand to hold the resistor to a multimeter lead. Grip the other multimeter lead by only the plastic part with your other hand. Then use the tension in the resistor's remaining lead to bring the two together and form a circuit. +
Increase precision by adding significant figures diff --git a/src/images/tips1.jpg b/src/images/tips1.jpg new file mode 100644 index 0000000..97b0b62 Binary files /dev/null and b/src/images/tips1.jpg differ diff --git a/src/images/tips2.jpg b/src/images/tips2.jpg new file mode 100644 index 0000000..5f1430b Binary files /dev/null and b/src/images/tips2.jpg differ diff --git a/src/images/tips3.jpg b/src/images/tips3.jpg new file mode 100644 index 0000000..7942ecb Binary files /dev/null and b/src/images/tips3.jpg differ