JensOstertag/jensostertag.github.io

Résumé

Closed this issue · 0 comments

A Résumé Page, configurable with a JSON File. It should contain an Array of Events, like follows:

{
    "events": [
        {
            "name": "Event Name",
            "addition": "Event Addition",
            "details": ["Some Bullet Points for a better Description"],
            "from": "Start Date",
            "to": "End Date",
            "type": "education | employment | achievment | participation"
        }
    ]
}

All Events should then be filtered by their Type and sorted by their end Date.