diff --git a/{{ cookiecutter.repo_directory }}/index.html b/{{ cookiecutter.repo_directory }}/index.html index a99d7b7..cc3ccfe 100644 --- a/{{ cookiecutter.repo_directory }}/index.html +++ b/{{ cookiecutter.repo_directory }}/index.html @@ -10,7 +10,7 @@ - + - {%- if cookiecutter.apply %} + {%- if 'apply' in cookiecutter %} -
+
-

- About {{ cookiecutter.name }} -

-
- {{ cookiecutter.about.description }} -
- - - {%- if 'links' in cookiecutter.about %} -
-

- Past Events: -

- {%- for link in cookiecutter.about.links %} - - {{ link.title }} - - {%- endfor %} -
- {%- endif %} - -
+

{{ cookiecutter.banner.year }} Event Starts In:

@@ -189,20 +158,26 @@

+ {%- if 'applicant_info' in cookiecutter %}

Information for Applicants

+ class="section-intro text-center single-col-max mx-auto text-white mb-5"> {{cookiecutter.applicant_info}}
+ {%- endif %}
+
+
+
+ {%- if cookiecutter.schedule %}
@@ -279,7 +254,13 @@

- {{ content['title'] }} + {% if 'link' in content %} + + {{ content['title'] }} + + {% else %} + {{ content['title'] }} + {% endif %}

{% if 'location' in content %} @@ -379,8 +360,7 @@
{{ person['title'] }}
{%- for group in person['user_groups'] %} {{ group }} badge + src="https://img.shields.io/badge/Hackweek-{{ group }}-purple?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAQAAABedl5ZAAAACXBIWXMAAAHKAAABygHMtnUxAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAMNJREFUGBltwcEqwwEcAOAfc1F2sNsOTqSlNUopSv5jW1YzHHYY/6YtLa1Jy4mbl3Bz8QIeyKM4fMaUxr4vZnEpjWnmLMSYCysxTcddhF25+EvJia5hhCudULAePyRalvUteXIfBgYxJufRuaKuprKsbDjVUrUj40FNQ11PTzEmrCmrevPhRcVQai8m1PRVvOPZgX2JttWYsGhD3atbHWcyUqX4oqDtJkJiJHUYv+R1JbaNHJmP/+Q1HLu2GbNoSm3Ft0+Y1YMdPSTSwQAAAABJRU5ErkJggg==&style=plastic"/> {%- endfor %}
@@ -468,9 +448,7 @@

{%- for group in person['user_groups'] %} {{ group }} badge + src="https://img.shields.io/badge/Hackweek-{{ group }}-purple?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAQAAABedl5ZAAAACXBIWXMAAAHKAAABygHMtnUxAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAMNJREFUGBltwcEqwwEcAOAfc1F2sNsOTqSlNUopSv5jW1YzHHYY/6YtLa1Jy4mbl3Bz8QIeyKM4fMaUxr4vZnEpjWnmLMSYCysxTcddhF25+EvJia5hhCudULAePyRalvUteXIfBgYxJufRuaKuprKsbDjVUrUj40FNQ11PTzEmrCmrevPhRcVQai8m1PRVvOPZgX2JttWYsGhD3atbHWcyUqX4oqDtJkJiJHUYv+R1JbaNHJmP/+Q1HLu2GbNoSm3Ft0+Y1YMdPSTSwQAAAABJRU5ErkJggg==&style=plastic"/> {%- endfor %}
{{ person['bio'] }} @@ -505,8 +483,47 @@

Interests / Expertise
{%- endif %} +
+
+
+ +
+
+

+ About {{ cookiecutter.name }} +

+
+ {{ cookiecutter.about.description }} +
+ + + {%- if 'links' in cookiecutter.about %} +
+

+ Past Events: +

+ {%- for link in cookiecutter.about.links %} + + {{ link.title }} + + {%- endfor %} +
+ {%- endif %} +
+
+ {%- if cookiecutter.sponsors %} -
+

Our Sponsors

@@ -534,6 +551,17 @@

Our Sponsors

{%- endif %} + +
+ +
+