From 933ea3c2a06e202731f68d06d2a682d2bef23e19 Mon Sep 17 00:00:00 2001 From: Brian Davison Date: Sat, 12 Oct 2024 17:14:50 +0100 Subject: [PATCH] Slides --- _includes/head.html | 55 -------------------------- _includes/head_custom.html | 2 + notes/unit1_code_quality/principles.md | 2 +- 3 files changed, 3 insertions(+), 56 deletions(-) delete mode 100644 _includes/head.html diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index f9dfc7c..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,55 +0,0 @@ -{%- comment -%} - Include as: {%- include head.html -%} - Depends on: site.ga_tracking, site.ga_tracking_anonymize_ip, - site.search_enabled, site.static_files, site.favicon_ico. - Results in: HTML for the head element. - Includes: - css/activation.scss.liquid, head_custom.html. - Overwrites: - ga_tracking_ids, ga_property, file, favicon. - Should not be cached, because included files depend on page. -{%- endcomment -%} - - - - - - - - - - - - - - {% if site.ga_tracking != nil %} - {% assign ga_tracking_ids = site.ga_tracking | split: "," %} - - - {% endif %} - - {% if site.search_enabled != false %} - - {% endif %} - - - - - - {% include_cached favicon.html %} - - {% seo %} - - {% include head_custom.html %} - - diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 944dec3..dfa43e6 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -1 +1,3 @@ + + diff --git a/notes/unit1_code_quality/principles.md b/notes/unit1_code_quality/principles.md index 56069e1..61584af 100644 --- a/notes/unit1_code_quality/principles.md +++ b/notes/unit1_code_quality/principles.md @@ -24,7 +24,7 @@ referred to many times in these notes. ## Why Principles Matter -##### present_to_all {#slide1 .slide} +present_to_all * **Guiding Decision-Making**: Principles help engineers navigate the complexity of software systems by offering strategies to make trade-offs between conflicting requirements,