diff --git a/src/_includes/layouts/homepage.html b/src/_includes/layouts/homepage.html index 12789a8..0032a3a 100644 --- a/src/_includes/layouts/homepage.html +++ b/src/_includes/layouts/homepage.html @@ -21,7 +21,6 @@ {% include partials/header.html %}
-

Next event

{% assign nextEvent = collections.upcomingEvents | first %}
@@ -45,10 +44,63 @@

{{ nextEvent.data.title }}

{% endfor %} - View Details ›
+ +

Upcoming Events

@@ -76,9 +128,16 @@

{{ event.data.title }}

{% endfor %} - View Details › + View Details › {% endfor %} + + + {% include partials/add.svg %} + *Insert Your Awesome Event Idea Here* +

Past Events

@@ -104,7 +163,9 @@

{{ event.data.title }}

{% endfor %} - View Details › + View Details › {% endfor %} diff --git a/src/_includes/partials/add.svg b/src/_includes/partials/add.svg new file mode 100644 index 0000000..9b28547 --- /dev/null +++ b/src/_includes/partials/add.svg @@ -0,0 +1,4 @@ + + Add icon + + \ No newline at end of file diff --git a/src/_includes/partials/footer.html b/src/_includes/partials/footer.html index a6fcd0a..8c4bf1e 100644 --- a/src/_includes/partials/footer.html +++ b/src/_includes/partials/footer.html @@ -1,4 +1,4 @@ -