fix content/update css

This commit is contained in:
boldcaml
2023-01-12 20:26:45 -06:00
parent 84527bd0a3
commit 6c5dabec65
7 changed files with 60 additions and 56 deletions

View File

@@ -14,7 +14,7 @@
h5 {
font-size: 1em;
}
i:before, i:after {
content: "`";
}
@@ -23,7 +23,7 @@
<body>
<header>
<h1>
<a href="/">/home/rawley.xyz</a>
<a href="/">Rawley.xyz</a>
</h1>
<nav>
<li>
@@ -81,10 +81,10 @@
<h4>The Core 2 Duo Standard</h4>
<p>
Software before the 2010's had to take into account the machines that they were running on, in turn
causing software to be developed in a more intimate way, focusing optimizations rather than features.
Machines were fair, but not powerful. Think, Intel Core 2 Duo, 2-4gb of DDR2. This hardware is actually very good,
and in my opinion as much as an average person needs (even today).
If you write software, and it can't run on a Intel Core 2 Duo, you need to seriously
causing software to be developed in a more intimate way, focusing optimizations rather than features.
Machines were fair, but not powerful. Think, Intel Core 2 Duo, 2-4gb of DDR2. This hardware is actually very good,
and in my opinion as much as an average person needs (even today).
If you write software, and it can't run on a Intel Core 2 Duo, you need to seriously
re-think what you're doing, and how you're doing it. This for obvious reasons does not take into account GPU bound tasks.
</p>
<p>