forked from mmistakes/so-simple-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (35 loc) · 1.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: page
title:
excerpt: "Click the posts below for more information"
search_omit: true
---
<!-- <h1 class="entry-title">Overview</h1> -->
<ul class="post-list">
<li>10+ years of management experience</li>
<li>Broad systems and platform expertise</li>
<li>Proven leadership skills</li>
<li>Commercial and Customer understanding</li>
<li>Excellent communication skills</li>
<li>Comprehensive development background</li>
<li>Agile experience</li>
<li>AWS architecture & development</li>
</ul>
<h1 class="entry-title">Experience</h1>
<div class="excerpt">Click entry below for more information</div>
<br/>
<ul class="post-list">
{% for post in site.posts limit:11 %}
{% if post.grouping == "work" %}
<li><article><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"> <time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%d/%m/%Y" }} </time>- {% if post.date2 %}<time datetime="">{{ post.date2 | date: "%d/%m/%Y" }} </time>{% else %}Current{% endif %}</span>{% if post.excerpt %} <span class="excerpt">{{ post.excerpt }}</span>{% endif %}</a></article></li>
{% endif %}
{% endfor %}
</ul>
<h1 class="entry-title">Education & Training</h1>
<ul class="post-list">
{% for post in site.posts limit:11 %}
{% if post.grouping == "education" %}
<li><article><a href="{{ site.url }}">{{ post.title }} <span class="entry-date"> <time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%d/%m/%Y" }} </time>- <time datetime="">{{ post.date2 | date: "%d/%m/%Y" }} </time></span>{% if post.excerpt %} <span class="excerpt">{{ post.excerpt }}</span>{% endif %}</a></article></li>
{% endif %}
{% endfor %}
</ul>