From b924a467762190041b1708d730008bce19e90540 Mon Sep 17 00:00:00 2001
From: Alan
- What is it that a paying student seeks to learn by taking Computer Organization? Any student who is paying to be in the class is likely a Computer Science major. Many would describe it as a weed-out course that teaches a programming paradigm that is antiquated. They may not be able to justify why it has this perception, but those who have a genuine interest will tell you that it's due to a combination of Moore's law and compiler optimization techniques. + What is it that a paying student seeks to learn by taking Computer Organization? Any student who is paying to be in the class is likely a Computer Science major. Many would describe it as a weed-out course that teaches a programming paradigm that is antiquated. They may not be able to justify why it has this perception, but those who have a genuine interest will tell you that it's due to a combination of Moore's law and compiler optimization techniques.
diff --git a/style.css b/style.css index 1bab727..f755335 100644 --- a/style.css +++ b/style.css @@ -170,6 +170,12 @@ padding-bottom:0%; } +#writingsWrapper blockquote{ + border-left: solid 3px #778088; + padding-left:10px; + color:#6b747b +} + #writingsWrapper figcaption{ color:#7b869d; font-size:15px;