diff --git a/_data/contact.yml b/_data/contact.yml index b7740ea..b37201a 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -1,18 +1 @@ -[ - { institute: 'Institute for Computational Mechanics', - university: 'Technische Universität München', - institutelink: 'https://www.epc.ed.tum.de/lnm/home/', - contact_button_link: 'contact', - email-name: "Prof. Dr.-Ing. W. A. Wall", - email-address: "sekretariat.lnm@ed.tum.de" - } -# , -# { -# institute: 'New Institute', -# university: 'The address is given in _data/contact.json', -# institutelink: 'https://www.google.com', -# contact_button_link: 'contact', -# email-name: "Prof. Dr.-Ing. M. Musterperson", -# email-address: "info@4c-multiphysics.org" -# } -] +contact_button_link: 'contact' diff --git a/_layouts/contact.html b/_layouts/contact.html index dc642f7..9721459 100644 --- a/_layouts/contact.html +++ b/_layouts/contact.html @@ -1,34 +1,16 @@ --- -layout: page +title: Contact +layout: default bodyClass: "page-contact" ---
- {% for contact in site.data.contact %} -
+
- -
-
- {% if contact.institute %} - - {% endif %} - {% if contact.university %} -
{{ contact.university }}
- {% endif %} - {% if contact.email-address %} - - {% endif %} -
-
- +

{{page.title}}

+
{{content}}
- {% endfor %}
diff --git a/contact.md b/contact.md index 3f0b38a..7b4b161 100644 --- a/contact.md +++ b/contact.md @@ -1,6 +1,10 @@ --- title: Contact layout: contact +description: Contact permalink: "/contact/" --- +You can become part of the 4C community via the [4C GitHub repository](https://github.com/4C-multiphysics/4C). + +For any questions, suggestions, or to report issues, please feel free to open an [Issue](https://github.com/4C-multiphysics/4C/issues) or start a [Discussion](https://github.com/4C-multiphysics/4C/discussions).