diff --git a/favicon/favicon.ico b/favicon/favicon.ico deleted file mode 100644 index 397a770..0000000 Binary files a/favicon/favicon.ico and /dev/null differ diff --git a/favicon/favicon.png b/favicon/favicon.png new file mode 100644 index 0000000..87c80f9 Binary files /dev/null and b/favicon/favicon.png differ diff --git a/src/_includes/layout.njk b/src/_includes/layout.njk index 178cb9a..7a812e9 100644 --- a/src/_includes/layout.njk +++ b/src/_includes/layout.njk @@ -1,16 +1,17 @@ - + - + {{ title }} + - + diff --git a/src/index.md b/src/index.md index 59343be..f7115d5 100644 --- a/src/index.md +++ b/src/index.md @@ -1,6 +1,8 @@ --- title: "Jesus - Network Engineer" layout: "layout.njk" +descrption: "A website showcasing my skills and experience as a network engineer" + ---
@@ -29,6 +31,7 @@ layout: "layout.njk"
+ +

Skills & Certifications

@@ -54,8 +58,8 @@ layout: "layout.njk"

Technical Skills

- {% for skill in skills %} -

{{ skill.name }}

+ {%- for skill in skills -%} +

{{ skill.name }}

{{ skill.keywords }}

{%- endfor -%}
@@ -68,8 +72,8 @@ layout: "layout.njk"
-

{{ certification.name}}

-

Expires: {{ certification.expires}}

+

{{ certification.name }}

+

Expires: {{ certification.expires }}

{%- endfor -%} @@ -82,8 +86,8 @@ layout: "layout.njk"

Work Experience

{# Loop through and display all "featured" roles #} - {% for role in roles %} - {% if role.featured %} + {%- for role in roles -%} + {%- if role.featured -%}
@@ -92,19 +96,19 @@ layout: "layout.njk"

{{ role.title }}

- {% if role.company %} + {%- if role.company -%}

{{ role.company }}

- {% endif %} + {%- endif -%} - {% if role.description %} + {%- if role.description -%}

{{ role.description }}

- {% endif %} + {%- endif -%}
- {% endif %} - {% endfor %} + {%- endif -%} + {%- endfor -%}
@@ -113,15 +117,15 @@ layout: "layout.njk"

Previous Roles

    - {% for role in roles %} - {% if not role.featured %} - {% if role.company %} + {%- for role in roles -%} + {%- if not role.featured -%} + {%- if role.company -%}
  • {{ role.title }} at {{ role.company }}
  • - {% endif %} - {% endif %} - {% endfor %} + {%- endif -%} + {%- endif -%} + {%- endfor -%}