droped tailwindcss and added css helper functions and styling

This commit is contained in:
Sebastian Wendel 2024-02-19 12:54:13 +01:00
parent aa80670c99
commit 08ee6f32f8
2 changed files with 157 additions and 83 deletions

View file

@ -1,14 +1,90 @@
:root {
--c_dark: #191919;
--c_light: #fff;
--c_scheme_bg: var(--c_dark);
--c_scheme_el: var(--c_light);
}
::selection {
background-color: #fece30;
color: var(--c_light);
}
@media (prefers-color-scheme: light) {
:root {
--c_scheme_bg: var(--c_light);
--c_scheme_el: var(--c_dark);
--c_scheme_filter: grayscale(0);
}
}
@font-face { @font-face {
font-family: 'workbench'; font-family: 'workbench';
src: url('../font/WORKBENCH-REGULAR.ttf') format('truetype'); src: url('../font/WORKBENCH-REGULAR.ttf') format('truetype');
} }
h1, .p-uppercase {
h2, text-transform: uppercase;
h3, letter-spacing: 0.2rem;
h4, }
h5,
h6 { .p-bold {
font-weight: 500;
letter-spacing: 0.3rem;
}
.p-text-style {
font-weight: 300;
letter-spacing: 0.05rem;
}
.p-separator {
width: 7rem;
border: 1px solid var(--c_scheme_el);
margin: 1.8rem auto 1.4rem;
}
.figure {
width: 50%;
margin: 0 auto 2rem;
}
.figure__img {
width: 100%;
height: auto;
filter: var(--c_scheme_filter);
transition: filter 0.3s ease-in;
}
.figure__caption {
width: 80%;
font-size: 0.9rem;
line-height: 1.8;
margin: 0 auto;
}
.article {
max-width: 54rem;
text-align: center;
font-family: "Oswald", sans-serif;
margin: 0 auto;
padding: 1.5rem 8vmin 0;
}
.article__headline {
color: var(--c_scheme_el);
font: inherit; font: inherit;
font-family: workbench; font-family: workbench;
font-size: 2rem;
font-weight: 200;
margin: 0;
} }
body {
width: 100%;
min-width: 20rem;
background-color: var(--c_scheme_bg);
color: var(--c_scheme_el);
margin: 0;
}

View file

@ -1,79 +1,77 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head>
<title>What is Magnetic-core memory?</title> <head>
<meta charset="UTF-8"> <title>What is Magnetic-core memory?</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta charset="UTF-8">
<meta name="description" content="HTML & CSS Course Examples."> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Sebastian Wendel"/> <meta name="description" content="HTML & CSS Course Examples.">
<meta <meta name="author" content="Sebastian Wendel" />
name="created" content="2024-02-09T14:14:22.450262740"/> <meta name="created" content="2024-02-09T14:14:22.450262740" />
<!-- TODO: Checkout the full list of Open Graph Data tags --> <!-- TODO: Checkout the full list of Open Graph Data tags -->
<meta property="og:title" content="What is Magnetic-core memory?"/> <meta property="og:title" content="What is Magnetic-core memory?" />
<meta property="og:description" content="HTML & CSS Course Examples."/> <meta property="og:description" content="HTML & CSS Course Examples." />
<meta property="og:image" content="/image.png"/> <meta property="og:image" content="/image.png" />
<script src="./js/tailwindcss.js?plugins=forms,typography,aspect-ratio,line-clamp"></script> <script src="./js/tailwindcss.js?plugins=forms,typography,aspect-ratio,line-clamp"></script>
<link rel="stylesheet" href="./css/srx.css"> <link rel="stylesheet" href="./css/srx.css">
</head> </head>
<body>
<main> <main>
<article> <article class="article">
<div class="relative overflow-hidden bg-white">
<div class="pb-80 pt-16 sm:pb-40 sm:pt-24 lg:pb-48 lg:pt-40"> <h1 class="article__headline">
<div class="relative mx-auto max-w-7xl px-4 sm:static sm:px-6 lg:px-8"> What is Magnetic-core <span class="p-uppercase">memory?</span>
<div class="sm:max-w-lg"> </h1>
<h1 class="text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">What is Magnetic-core memory?</h1>
<p class="mt-4 text-xl text-gray-500">Core memory uses <hr class="p-separator" />
<a href="https://en.wikipedia.org/wiki/Toroid">toroids</a>
(rings) of a <p class="p-text-style">Core memory uses
<a href="https://en.wikipedia.org/wiki/Hard_magnetic_material">hard <a href="https://en.wikipedia.org/wiki/Toroid">toroids</a>
magnetic material</a> (rings) of a
(usually a <a href="https://en.wikipedia.org/wiki/Hard_magnetic_material">hard
<a href="https://en.wikipedia.org/wiki/Ferrite_(magnet)#Semi-hard_ferrites">semi-hard magnetic material</a>
ferrite</a>). Each core stores one (usually a
<a href="https://en.wikipedia.org/wiki/Bit">bit</a> <a href="https://en.wikipedia.org/wiki/Ferrite_(magnet)#Semi-hard_ferrites">semi-hard
of information. Two or more wires pass through each core, forming an ferrite</a>). Each core stores one
X-Y array of cores. When an electrical current above a certain <a href="https://en.wikipedia.org/wiki/Bit">bit</a>
threshold is applied to the wires, the core will become magnetized. of information. Two or more wires pass through each core, forming an
The core to be written is selected by powering one X and one Y wire X-Y array of cores. When an electrical current above a certain
to half of the required power, such that only the single core at the threshold is applied to the wires, the core will become magnetized.
intersection is written. Depending on the direction of the currents, The core to be written is selected by powering one X and one Y wire
the core will pick up a clockwise or counterclockwise magnetic field, to half of the required power, such that only the single core at the
storing a 1 or 0. intersection is written. Depending on the direction of the currents,
the core will pick up a clockwise or counterclockwise magnetic field,
This writing process also causes electricity to be storing a 1 or 0.
<a href="https://en.wikipedia.org/wiki/Electromagnetic_induction">induced</a>
into nearby wires. If the new pulse being applied in the X-Y wires is This writing process also causes electricity to be
the same as the last applied to that core, the existing field will do <a href="https://en.wikipedia.org/wiki/Electromagnetic_induction">induced</a>
nothing, and no induction will result. If the new pulse is in the into nearby wires. If the new pulse being applied in the X-Y wires is
opposite direction, a pulse will be generated. This is normally the same as the last applied to that core, the existing field will do
picked up in a separate &quot;sense&quot; wire, allowing the system nothing, and no induction will result. If the new pulse is in the
to know whether that core held a 1 or 0. As this readout process opposite direction, a pulse will be generated. This is normally
requires the core to be written, this process is known as picked up in a separate &quot;sense&quot; wire, allowing the system
<i>destructive to know whether that core held a 1 or 0. As this readout process
readout</i>, and requires additional circuitry to reset the core to requires the core to be written, this process is known as destructive
its original value if the process flipped it. readout, and requires additional circuitry to reset the core to
</p> its original value if the process flipped it.
</div> </p>
<div>
<div class="mt-10"> <figure class="figure">
<div aria-hidden="true" class="pointer-events-none lg:absolute lg:inset-y-0 lg:mx-auto lg:w-full lg:max-w-7xl"> <img class="" src="./img/IMG_20240205_00.webp"
<div class="absolute transform sm:left-1/2 sm:top-0 sm:translate-x-8 lg:left-1/2 lg:top-1/2 lg:-translate-y-1/2 lg:translate-x-8"> alt="A Core memory Module showing the detailed structure of ferrite cores and copper wires.">
<div class="flex items-center space-x-6 lg:space-x-8"> </figure>
<div class="grid flex-shrink-0 grid-cols-1 ">
<div class="h-64 w-44 overflow-hidden rounded-lg"> <footer class="footer">
<img class="h-full w-full object-cover object-center" src="./img/IMG_20240205_00.webp" alt="A Core memory Module showing the detailed structure of ferrite cores and copper wires."> <p>
</div> <small class="footer_small">
</div> Source: <a href="https://en.wikipedia.org/wiki/Magnetic-core_memory">Wikipedia:
</div> Magnetic-Core-Memory</a>
</div> </small>
</div> </p>
</div> </footer>
</div> </article>
</div>
</div> </main>
</div> </body>
</article>
</main> </html>
</body>
</html>