From 79ba94714809af2dc26abd2007a042d456445c76 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Fri, 12 Jul 2024 16:50:33 +0100 Subject: Minor fixes, re-add calculators page --- resources/views/calculators.blade.php | 64 +++++++++++++++-------------- resources/views/components/layout.blade.php | 6 +-- resources/views/components/navbar.blade.php | 17 ++++---- 3 files changed, 46 insertions(+), 41 deletions(-) (limited to 'resources') diff --git a/resources/views/calculators.blade.php b/resources/views/calculators.blade.php index 5a2ccf4..7f3603b 100644 --- a/resources/views/calculators.blade.php +++ b/resources/views/calculators.blade.php @@ -1,20 +1,19 @@ -@extends('layouts.default') -@section('title', 'Calculators') -@section('description', 'C a l c u l a t o r s.') -@section('content') + + Calculators

CASIO fx-CG50

TBD

Pictures

-

Click images to view full size

- - - - + Casio fx-CG50 Front view + Casio fx-CG50 Rear view (battery cover removed) + Casio fx-CG50 Front view (top half) + Casio fx-CG50 Front view (bottom half) + +

CASIO fx-120 (1977-78)

TBD

Specifications

- +
@@ -46,36 +45,41 @@
Size 8.4cm x 16.2cm x 2.4cm

Pictures

Click images to view full size

- - - - + Casio fx-120 Front view + Casio fx-120 Front view (top half) + Casio fx-120 Front view (bottom half) + Casio fx-120 Rear view (battery and expansion covers removed + +

CASIO fx-82 (1982-85)

TBD

Pictures

Click images to view full size

- - - - + Casio fx-82 Front view + Casio fx-82 Rear view (battery cover removed) + Casio fx-82 Front view (top half) + Casio fx-82 Front view (bottom half) + +

Texas Instruments TI-30 (1976-90)

TBD

Pictures

Click images to view full size

- - - - + Texas Instruments TI-30 Front view (with manual) + Texas Instruments TI-30 Rear view (battery cover removed) + Texas Instruments TI-30 Front view (top half) + Texas Instruments TI-30 Front view (bottom half) -

Texet 880 Executive (1977-78)

+
+

Texet 880 Executive (1977-78)

The calculator measures 74.2mm x 135mm x 22.2mm. It weighs 86g without the battery installed, which is a 9v PP3-type battery. Rather than the usual press-stud type holder, the housing has two metal slide clips. There is also what I assume to be a sponge at one end which is supposed to aid in holding the battery in, however it appears to have gone completely hard and I will most likely replace it in the future. There's small adaptor hole at the top, of which the input isn't specified (though it's generally agreed that it's 4.5v centre-positive).

The case is black & silvery colored with a thin brushed metallic front panel. The eight-digit bubble display has an absolutely terrible viewing angle, which means you either have to be holding it under your coat or against your face to read it!

- The keypad is particularly strange in the way that it has 3 cancel buttons,
[CE]
,
[C]
and
[CA]
, while the
[CS]
button is a Clear Sign button, not another cancel! The keys themselves are particularly stiff and you really have to push them to get them to register. Many 880s suffered something referred to as the "pseudo fixed decimal bug" where, if you typed in
1 + 1.00 = 
, it would display
2.00
instead of the expected
2
+ The keypad is particularly strange in the way that it has 3 cancel buttons,
[CE]
,
[C]
and
[CA]
, while the
[CS]
button is a Clear Sign button, not another cancel! The keys themselves are particularly stiff, and you really have to push them to get them to register. Many 880s suffered something referred to as the "pseudo fixed decimal bug" where, if you typed in
1 + 1.00 = 
, it would display
2.00
instead of the expected
2

Specifications

- +
@@ -103,8 +107,8 @@
Size 7.4cm x 13.5cm x 2.2cm

Pictures

Click images to view full size

- - - - -@stop + Texet 880 Executive Front view + Texet 880 Executive Rear view (battery cover removed) + Texet 880 Executive Front view (top half) + Texet 880 Executive Front view (bottom half) +
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 54fcf7a..32e3c67 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -57,8 +57,8 @@ Wiby - Search Engine for the Classic Web
- This site is best viewed at 1024x768 with 16-bit color or better
- © floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }} This site is best viewed at 1024x768 with 16-bit color or better
+ © floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }},
Source, Served by {{ gethostname() }}
@@ -95,7 +95,7 @@ -
+

diff --git a/resources/views/components/navbar.blade.php b/resources/views/components/navbar.blade.php index aeed5ab..1853a51 100644 --- a/resources/views/components/navbar.blade.php +++ b/resources/views/components/navbar.blade.php @@ -2,14 +2,15 @@

{{ str_replace("www.", "", Request::getHost()) }} | {{ $title }}

-- cgit v1.2.3-54-g00ecf