forked from 4C-multiphysics/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 4C-multiphysics#12 from c-p-schmidt/update-contact…
…-page Update the contact page
- Loading branch information
Showing
3 changed files
with
10 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,16 @@ | ||
--- | ||
layout: page | ||
title: Contact | ||
layout: default | ||
bodyClass: "page-contact" | ||
--- | ||
|
||
<div class="container pb-6 pt-6 pt-md-10 pb-md-10"> | ||
<div class="row justify-content-start"> | ||
{% for contact in site.data.contact %} | ||
<div class="col-12 col-md-8 pb-2"> | ||
<div class="col-12 col-md-8"> | ||
<div class="service service-single"> | ||
|
||
<div class="call"> | ||
<div class="call-box-top"> | ||
{% if contact.institute %} | ||
<div class="call-institute"> | ||
<a href="{{ contact.institutelink }}"> | ||
{{ contact.institute }} | ||
</a> | ||
</div> | ||
{% endif %} | ||
{% if contact.university %} | ||
<div class="call-university"> {{ contact.university }} </div> | ||
{% endif %} | ||
{% if contact.email-address %} | ||
<div class=""><a href="mailto: {{ contact.email-address }}">{{ contact.email-name }}</a></div> | ||
{% endif %} | ||
</div> | ||
</div> | ||
|
||
<h1 class="title">{{page.title}}</h1> | ||
<div class="content mt-4">{{content}}</div> | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |