Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/fvlachos-scottlogic/blog
Browse files Browse the repository at this point in the history
…into gh-pages
  • Loading branch information
fvlachos-scottlogic committed Dec 15, 2023
2 parents d2e6721 + 603056c commit 2db91fc
Show file tree
Hide file tree
Showing 23 changed files with 444 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ authors:
picture: rgrey-profile-pic-small-2019.png
jspruce:
name: "Jonny Spruce"
author-summary: "I'm a Graduate Developer at Scott Logic's Newcastle Office. I'm most familiar with both Node and Python development but am always keen to learn more. Outside of work I enjoy singing/playing guitar and playing football."
author-summary: "I'm a Senior Developer at Scott Logic's Newcastle Office. I'm experienced in both Java and Python development and have a keen interest in code quality. Outside of work I enjoy singing/playing guitar and playing football."
twitter-handle: "http://www.twitter.com/jonnyspruce"
picture: jspruce.png
ckoris:
Expand Down
19 changes: 13 additions & 6 deletions _includes/category_list_compact.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{% assign selectedIndex = include.selectedIndex %}
<div class="category-list-compact dropdown-menu grid-x grid-margin-y align-center">
<div class = "cell medium-5 small-5">
<h3>Categories</h3>
<select onchange="location = this.options[this.selectedIndex].value">
{% for category in site.data.categories %}
<option {% if selectedIndex == forloop.index0 %}selected="selected"{% endif %}
value="{{ site.baseurl }}{{ category.url }}">{{ category.title }}</option>
{% endfor %}
<label for="category-select">
Category
</label>

<select id="category-select" onchange="location = this.options[this.selectedIndex].value">
{% for category in site.data.categories %}
<option
{% if selectedIndex == forloop.index0 %} selected="selected" {% endif %}
value="{{ site.baseurl }}{{ category.url }}"
>
{{ category.title }}
</option>
{% endfor %}
</select>
</div>
</div>
424 changes: 424 additions & 0 deletions _posts/2023-12-13-diffedit.md

Large diffs are not rendered by default.

Binary file added jspruce/assets/diffedit_12_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_22_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_28_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_48_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_50_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_60_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_67_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_69_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_73_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_77_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_87_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_90_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_95_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_96_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_96_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_99_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jspruce/assets/diffedit_99_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions jspruce/assets/diffedit_steps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion scss/_post-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
}

.category-list-compact {
h3 {
label {
font-size: 20px;
font-weight: 700;
margin-bottom: .5rem;
text-align: center;
}
}
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

0 comments on commit 2db91fc

Please sign in to comment.