Minor fixes, re-add calculators page
This commit is contained in:
parent
13f86f5e97
commit
79ba947148
7 changed files with 69 additions and 43 deletions
|
@ -34,7 +34,7 @@ h1.inline {
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1em;
|
margin-top: 0;
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -551,6 +551,10 @@ .current-track h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info-section {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.info-section ul {
|
.info-section ul {
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
@ -567,7 +571,7 @@ .info-section h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-section p {
|
.info-section p {
|
||||||
margin-top: 10px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-section {
|
.contact-section {
|
||||||
|
@ -654,3 +658,19 @@ form.import h2 {
|
||||||
margin: 10px 0 5px 0;
|
margin: 10px 0 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.calculator-spec-table td {
|
||||||
|
padding: 5px 10px 5px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.calculator-spec-table tr td:first-child {
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover img.navbar-icon {
|
||||||
|
opacity: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer p {
|
||||||
|
margin: 0;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
BIN
public/images/icons/nav/calculators.png
Normal file
BIN
public/images/icons/nav/calculators.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 780 B After Width: | Height: | Size: 780 B |
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--suppress ALL -->
|
||||||
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.diskfloppy.me</loc>
|
<loc>https://www.diskfloppy.me</loc>
|
||||||
|
|
|
@ -1,20 +1,19 @@
|
||||||
@extends('layouts.default')
|
<x-layout>
|
||||||
@section('title', 'Calculators')
|
<x-slot:title>Calculators</x-slot:title>
|
||||||
@section('description', 'C a l c u l a t o r s.')
|
|
||||||
@section('content')
|
|
||||||
<h1>CASIO fx-CG50</h1>
|
<h1>CASIO fx-CG50</h1>
|
||||||
<p>TBD</p>
|
<p>TBD</p>
|
||||||
<h2>Pictures</h2>
|
<h2>Pictures</h2>
|
||||||
<p>Click images to view full size</p>
|
<img src="{{ asset('images/calculators/casio-fx-cg50/1s.jpeg') }}" width="15%" alt="Casio fx-CG50 Front view">
|
||||||
<a href="/images/calculators/casio-fx-cg50/1s.jpeg"><img src="/images/calculators/casio-fx-cg50/1s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-cg50/2s.jpeg') }}" width="15%" alt="Casio fx-CG50 Rear view (battery cover removed)">
|
||||||
<a href="/images/calculators/casio-fx-cg50/2s.jpeg"><img src="/images/calculators/casio-fx-cg50/2s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-cg50/3s.jpeg') }}" width="15%" alt="Casio fx-CG50 Front view (top half)">
|
||||||
<a href="/images/calculators/casio-fx-cg50/3s.jpeg"><img src="/images/calculators/casio-fx-cg50/3s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-cg50/4s.jpeg') }}" width="15%" alt="Casio fx-CG50 Front view (bottom half)">
|
||||||
<a href="/images/calculators/casio-fx-cg50/4s.jpeg"><img src="/images/calculators/casio-fx-cg50/4s.jpeg" width="15%"></a>
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
<h1>CASIO fx-120 (1977-78)</h1>
|
<h1>CASIO fx-120 (1977-78)</h1>
|
||||||
<p>TBD</p>
|
<p>TBD</p>
|
||||||
<h2>Specifications</h2>
|
<h2>Specifications</h2>
|
||||||
<table class="skami">
|
<table class="calculator-spec-table">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Size</b></td>
|
<td><b>Size</b></td>
|
||||||
<td>8.4cm x 16.2cm x 2.4cm</td>
|
<td>8.4cm x 16.2cm x 2.4cm</td>
|
||||||
|
@ -46,36 +45,41 @@
|
||||||
</table>
|
</table>
|
||||||
<h2>Pictures</h2>
|
<h2>Pictures</h2>
|
||||||
<p>Click images to view full size</p>
|
<p>Click images to view full size</p>
|
||||||
<a href="/images/calculators/casio-fx-120/1s.jpeg"><img src="/images/calculators/casio-fx-120/1s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-120/1s.jpeg') }}" width="15%" alt="Casio fx-120 Front view">
|
||||||
<a href="/images/calculators/casio-fx-120/2s.jpeg"><img src="/images/calculators/casio-fx-120/2s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-120/2s.jpeg') }}" width="15%" alt="Casio fx-120 Front view (top half)">
|
||||||
<a href="/images/calculators/casio-fx-120/3s.jpeg"><img src="/images/calculators/casio-fx-120/3s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-120/3s.jpeg') }}" width="15%" alt="Casio fx-120 Front view (bottom half)">
|
||||||
<a href="/images/calculators/casio-fx-120/4s.jpeg"><img src="/images/calculators/casio-fx-120/4s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-120/4s.jpeg') }}" width="15%" alt="Casio fx-120 Rear view (battery and expansion covers removed">
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
<h1>CASIO fx-82 (1982-85)</h1>
|
<h1>CASIO fx-82 (1982-85)</h1>
|
||||||
<p>TBD</p>
|
<p>TBD</p>
|
||||||
<h2>Pictures</h2>
|
<h2>Pictures</h2>
|
||||||
<p>Click images to view full size</p>
|
<p>Click images to view full size</p>
|
||||||
<a href="/images/calculators/casio-fx-82/1s.jpeg"><img src="/images/calculators/casio-fx-82/1s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-82/1s.jpeg') }}" width="15%" alt="Casio fx-82 Front view">
|
||||||
<a href="/images/calculators/casio-fx-82/2s.jpeg"><img src="/images/calculators/casio-fx-82/2s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-82/2s.jpeg') }}" width="15%" alt="Casio fx-82 Rear view (battery cover removed)">
|
||||||
<a href="/images/calculators/casio-fx-82/3s.jpeg"><img src="/images/calculators/casio-fx-82/3s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-82/3s.jpeg') }}" width="15%" alt="Casio fx-82 Front view (top half)">
|
||||||
<a href="/images/calculators/casio-fx-82/4s.jpeg"><img src="/images/calculators/casio-fx-82/4s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/casio-fx-82/4s.jpeg') }}" width="15%" alt="Casio fx-82 Front view (bottom half)">
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
<h1>Texas Instruments TI-30 (1976-90)</h1>
|
<h1>Texas Instruments TI-30 (1976-90)</h1>
|
||||||
<p>TBD</p>
|
<p>TBD</p>
|
||||||
<h2>Pictures</h2>
|
<h2>Pictures</h2>
|
||||||
<p>Click images to view full size</p>
|
<p>Click images to view full size</p>
|
||||||
<a href="/images/calculators/ti-30/1s.jpeg"><img src="/images/calculators/ti-30/1s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/ti-30/1s.jpeg') }}" width="15%" alt="Texas Instruments TI-30 Front view (with manual)">
|
||||||
<a href="/images/calculators/ti-30/2s.jpeg"><img src="/images/calculators/ti-30/2s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/ti-30/2s.jpeg') }}" width="15%" alt="Texas Instruments TI-30 Rear view (battery cover removed)">
|
||||||
<a href="/images/calculators/ti-30/3s.jpeg"><img src="/images/calculators/ti-30/3s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/ti-30/3s.jpeg') }}" width="15%" alt="Texas Instruments TI-30 Front view (top half)">
|
||||||
<a href="/images/calculators/ti-30/4s.jpeg"><img src="/images/calculators/ti-30/4s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/ti-30/4s.jpeg') }}" width="15%" alt="Texas Instruments TI-30 Front view (bottom half)">
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
<h1>Texet 880 Executive (1977-78)</h1>
|
<h1>Texet 880 Executive (1977-78)</h1>
|
||||||
|
|
||||||
<p>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).</p>
|
<p>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).</p>
|
||||||
<p>The case is black & silvery colored with a thin brushed metallic front panel. The eight-digit bubble display has an absolutely <i>terrible</i> viewing angle, which means you either have to be holding it under your coat or against your face to read it!</p>
|
<p>The case is black & silvery colored with a thin brushed metallic front panel. The eight-digit bubble display has an absolutely <i>terrible</i> viewing angle, which means you either have to be holding it under your coat or against your face to read it!</p>
|
||||||
The keypad is particularly strange in the way that it has 3 cancel buttons, <pre>[CE]</pre>, <pre>[C]</pre> and <pre>[CA]</pre>, while the <pre>[CS]</pre> button is a Clear Sign button, <i>not</i> 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 <pre>1 + 1.00 = </pre>, it would display <pre>2.00</pre> instead of the expected <pre>2</pre>
|
The keypad is particularly strange in the way that it has 3 cancel buttons, <pre>[CE]</pre>, <pre>[C]</pre> and <pre>[CA]</pre>, while the <pre>[CS]</pre> button is a Clear Sign button, <i>not</i> 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 <pre>1 + 1.00 = </pre>, it would display <pre>2.00</pre> instead of the expected <pre>2</pre>
|
||||||
<h2>Specifications</h2>
|
<h2>Specifications</h2>
|
||||||
<table class="skami">
|
<table class="calculator-spec-table">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Size</b></td>
|
<td><b>Size</b></td>
|
||||||
<td>7.4cm x 13.5cm x 2.2cm</td>
|
<td>7.4cm x 13.5cm x 2.2cm</td>
|
||||||
|
@ -103,8 +107,8 @@
|
||||||
</table>
|
</table>
|
||||||
<h2>Pictures</h2>
|
<h2>Pictures</h2>
|
||||||
<p>Click images to view full size</p>
|
<p>Click images to view full size</p>
|
||||||
<a href="/images/calculators/texet-880/1s.jpeg"><img src="/images/calculators/texet-880/1s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/texet-880/1s.jpeg') }}" width="15%" alt="Texet 880 Executive Front view">
|
||||||
<a href="/images/calculators/texet-880/2s.jpeg"><img src="/images/calculators/texet-880/2s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/texet-880/2s.jpeg') }}" width="15%" alt="Texet 880 Executive Rear view (battery cover removed)">
|
||||||
<a href="/images/calculators/texet-880/3s.jpeg"><img src="/images/calculators/texet-880/3s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/texet-880/3s.jpeg') }}" width="15%" alt="Texet 880 Executive Front view (top half)">
|
||||||
<a href="/images/calculators/texet-880/4s.jpeg"><img src="/images/calculators/texet-880/4s.jpeg" width="15%"></a>
|
<img src="{{ asset('images/calculators/texet-880/4s.jpeg') }}" width="15%" alt="Texet 880 Executive Front view (bottom half)">
|
||||||
@stop
|
</x-layout>
|
||||||
|
|
|
@ -57,8 +57,8 @@ class="pixel" alt="Valid CSS!">
|
||||||
<img src="{{ URL::asset('images/buttons/wiby.gif') }}" width="88" height="31"
|
<img src="{{ URL::asset('images/buttons/wiby.gif') }}" width="88" height="31"
|
||||||
class="pixel" alt="Wiby - Search Engine for the Classic Web">
|
class="pixel" alt="Wiby - Search Engine for the Classic Web">
|
||||||
</a><br>
|
</a><br>
|
||||||
This site is best viewed at 1024x768 with 16-bit color or better<br>
|
<p>This site is best viewed at 1024x768 with 16-bit color or better<br>
|
||||||
© floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }} <a
|
© floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, <a
|
||||||
href="https://github.com/floppydisk05/diskfloppy.me">Source</a>,
|
href="https://github.com/floppydisk05/diskfloppy.me">Source</a>,
|
||||||
Served by {{ gethostname() }}<br>
|
Served by {{ gethostname() }}<br>
|
||||||
<label for="scheme-selector">Color Scheme:</label>
|
<label for="scheme-selector">Color Scheme:</label>
|
||||||
|
@ -95,7 +95,7 @@ class="pixel" alt="Wiby - Search Engine for the Classic Web">
|
||||||
<option value="slate">Slate</option>
|
<option value="slate">Slate</option>
|
||||||
<option value="solarized-dark">Solarized Dark</option>
|
<option value="solarized-dark">Solarized Dark</option>
|
||||||
</optgroup>
|
</optgroup>
|
||||||
</select><br>
|
</select></p>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- footer -->
|
</div> <!-- footer -->
|
||||||
</div> <!-- page -->
|
</div> <!-- page -->
|
||||||
|
|
|
@ -2,14 +2,15 @@
|
||||||
<h1>{{ str_replace("www.", "", Request::getHost()) }} | <strong>{{ $title }}</strong></h1>
|
<h1>{{ str_replace("www.", "", Request::getHost()) }} | <strong>{{ $title }}</strong></h1>
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
<div>
|
<div>
|
||||||
<a href="/" title="Home"><img class="pixel" src="{{ asset('images/icons/nav/home2.png') }}" alt="Home" width="32" height="32"></a>
|
<a href="/" title="Home"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/home2.png') }}" alt="Home" width="32" height="32"></a>
|
||||||
<a href="//git.diskfloppy.me/" title="cgit"><img class="pixel" src="{{ asset('images/icons/nav/repo.png') }}" alt="cgit" width="32" height="32"></a>
|
<a href="//git.diskfloppy.me/" title="cgit"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/repo.png') }}" alt="cgit" width="32" height="32"></a>
|
||||||
<a href="/pub/" title="Public Files"><img class="pixel" src="{{ asset('images/icons/nav/pubfiles.png') }}" alt="Public Files" width="32" height="32"></a>
|
<a href="/pub/" title="Public Files"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/pubfiles.png') }}" alt="Public Files" width="32" height="32"></a>
|
||||||
<a href="/computers/" title="Computers"><img class="pixel" src="{{ asset('images/icons/nav/computers.png') }}" alt="Computers" width="32" height="32"></a>
|
<a href="/computers/" title="Computers"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/computers.png') }}" alt="Computers" width="32" height="32"></a>
|
||||||
<a href="/bookmarks/" title="Bookmarks"><img class="pixel" src="{{ asset('images/icons/nav/bookmarks.png') }}" alt="Bookmarks" width="32" height="32"></a>
|
<a href="/calculators/" title="Calculators"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/calculators.png') }}" alt="Calculators" width="32" height="32"></a>
|
||||||
<a href="/guestbook/" title="Guestbook"><img class="pixel" src="{{ asset('images/icons/nav/guestbook.png') }}" alt="Guestbook" width="32" height="32"></a>
|
<a href="/bookmarks/" title="Bookmarks"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/bookmarks.png') }}" alt="Bookmarks" width="32" height="32"></a>
|
||||||
<a href="//weather.diskfloppy.me/" title="Weather"><img class="pixel" src="{{ asset('images/icons/nav/weather.png') }}" alt="Weather" width="32" height="32"></a>
|
<a href="/guestbook/" title="Guestbook"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/guestbook.png') }}" alt="Guestbook" width="32" height="32"></a>
|
||||||
<a href="/music/" title="Music"><img class="pixel" src="{{ asset('images/icons/nav/music.png') }}" alt="Music" width="32" height="32"></a>
|
<a href="//weather.diskfloppy.me/" title="Weather"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/weather.png') }}" alt="Weather" width="32" height="32"></a>
|
||||||
|
<a href="/music/" title="Music"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/music.png') }}" alt="Music" width="32" height="32"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in a new issue