-

Validate

+ + +

Validate Your Number

- +
diff --git a/_site/luhn-algorithm/style.css b/_site/luhn-algorithm/style.css new file mode 100644 index 0000000..42728d7 --- /dev/null +++ b/_site/luhn-algorithm/style.css @@ -0,0 +1,3 @@ +.mdc-text-field-helper-text { + margin: 0; +} diff --git a/computer-science-blog/index.md b/computer-science-blog/index.md index 9b2a198..09c822f 100644 --- a/computer-science-blog/index.md +++ b/computer-science-blog/index.md @@ -2,6 +2,7 @@ title: GCSE Computer Science Blog description: Research about HTTP, HTTPS, SSL and more, made in collaboration with Daniel Dunbar layout: default +icon: code --- diff --git a/index.md b/index.md index c9b23ce..43f1131 100644 --- a/index.md +++ b/index.md @@ -2,6 +2,7 @@ title: Demo Site description: Small coding projects layout: default +icon: home --- # My {{ page.title }} diff --git a/luhn-algorithm/index.md b/luhn-algorithm/index.md index 6ddd5e3..0349c28 100644 --- a/luhn-algorithm/index.md +++ b/luhn-algorithm/index.md @@ -2,14 +2,17 @@ title: Luhn Algorithm description: Replication of the Luhn algorithm layout: default +icon: credit_card --- -# Validate + + +# Validate Your Number
- +
diff --git a/luhn-algorithm/style.css b/luhn-algorithm/style.css new file mode 100644 index 0000000..42728d7 --- /dev/null +++ b/luhn-algorithm/style.css @@ -0,0 +1,3 @@ +.mdc-text-field-helper-text { + margin: 0; +}