From 5c90b012ec4c4bc45e4013c3257bc58f2e9dd427 Mon Sep 17 00:00:00 2001 From: Nir Galon Date: Fri, 17 Jun 2016 16:39:38 +0300 Subject: [PATCH] Cleanup. (#23) * Clean up nav and edit the footer text. * Style the pages as cards. * Edit op 1 + 2 posts. --- _includes/footer.html | 2 +- _includes/nav.html | 53 -- _layouts/page.html | 2 +- _layouts/post.html | 6 + _posts/2015-02-01-arduino-9.md | 44 +- _posts/2015-02-15-arduino-10.md | 47 +- _posts/2015-03-01-arduino-11.md | 37 +- _posts/2015-03-15-binary-tree.md | 37 +- _posts/2015-04-05-avl.md | 35 +- _posts/2015-04-19-12-d4.md | 63 +-- _posts/2015-05-03-13-aa-led.md | 43 +- _posts/2015-05-17-arduino-14.md | 48 +- _posts/2015-06-14-bfs.md | 38 +- ...12-why-is-so-hard-to-be-a-new-developer.md | 20 +- _posts/2015-08-09-pen-testing-introduction.md | 95 +--- _posts/2015-11-01-operating-system-part-1.md | 524 +++--------------- _posts/2015-12-13-operating-system-part-2.md | 135 ++--- .../monolithic_systems.jpg | Bin 0 -> 76816 bytes .../operating-system-part-1/os_stack.jpg | Bin 0 -> 44277 bytes .../punched_cards_programming.jpg | Bin 0 -> 70649 bytes .../ubuntu_terminal.jpg | Bin 0 -> 70872 bytes .../CPU_Utilization.jpeg | Bin 140548 -> 0 bytes .../Critical_Race.jpeg | Bin 508279 -> 0 bytes .../Dining_philosophers-289x300.png | Bin 100438 -> 0 bytes .../Interrupt_Processor.jpeg | Bin 75070 -> 0 bytes .../Screenshot-from-2015-11-21-11-13-49.jpeg | Bin 270678 -> 0 bytes .../cpu_utilization.jpg | Bin 0 -> 38356 bytes .../operating-system-part-2/critical_race.jpg | Bin 0 -> 44539 bytes .../dining_philosophers_problem.jpg | Bin 0 -> 58689 bytes .../finite_state_machine.jpg | Bin 0 -> 35761 bytes .../finite_state_machine.png | Bin 71075 -> 0 bytes .../interrupt_processor.jpg | Bin 0 -> 107284 bytes assets/scss/layouts/post.scss | 10 + assets/scss/tools/_normalize.scss | 2 +- 34 files changed, 196 insertions(+), 1045 deletions(-) create mode 100644 assets/img/posts/operating-system-part-1/monolithic_systems.jpg create mode 100644 assets/img/posts/operating-system-part-1/os_stack.jpg create mode 100644 assets/img/posts/operating-system-part-1/punched_cards_programming.jpg create mode 100644 assets/img/posts/operating-system-part-1/ubuntu_terminal.jpg delete mode 100644 assets/img/posts/operating-system-part-2/CPU_Utilization.jpeg delete mode 100644 assets/img/posts/operating-system-part-2/Critical_Race.jpeg delete mode 100644 assets/img/posts/operating-system-part-2/Dining_philosophers-289x300.png delete mode 100644 assets/img/posts/operating-system-part-2/Interrupt_Processor.jpeg delete mode 100644 assets/img/posts/operating-system-part-2/Screenshot-from-2015-11-21-11-13-49.jpeg create mode 100644 assets/img/posts/operating-system-part-2/cpu_utilization.jpg create mode 100644 assets/img/posts/operating-system-part-2/critical_race.jpg create mode 100644 assets/img/posts/operating-system-part-2/dining_philosophers_problem.jpg create mode 100644 assets/img/posts/operating-system-part-2/finite_state_machine.jpg delete mode 100644 assets/img/posts/operating-system-part-2/finite_state_machine.png create mode 100644 assets/img/posts/operating-system-part-2/interrupt_processor.jpg diff --git a/_includes/footer.html b/_includes/footer.html index cbf61d0..e0c038c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -16,7 +16,7 @@
Links
diff --git a/_includes/nav.html b/_includes/nav.html index 4b6001b..eb95beb 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,56 +1,3 @@ - - - -