Skip to content
Snippets Groups Projects
Commit 436b593e authored by Annette Spicker (HZB)'s avatar Annette Spicker (HZB)
Browse files

Merge branch '38-support-helpdesk-contact-formular' into 'master'

Resolve "Support/Helpdesk contact formular"

Closes #38

See merge request hifis/hifis.net!45
parents b6e2277f 6eaa9f3c
No related branches found
No related tags found
1 merge request!45Resolve "Support/Helpdesk contact formular"
......@@ -7,3 +7,6 @@
[submodule "assets/vendor/MathJax"]
path = assets/vendor/MathJax
url = https://github.com/mathjax/MathJax.git
[submodule "assets/vendor/jquery"]
path = assets/vendor/jquery
url = https://github.com/jquery/jquery.git
......@@ -66,8 +66,12 @@ sass:
- _sass/team_card
style: compressed
include:
- assets/vendor/jquery/dist/jquery.min.js
exclude:
- assets/vendor/bootstrap
- assets/vendor/jquery
- scripts/
plugins:
......
<div id="feedback-form">form will be placed in here</div>
<script type="text/javascript"
src="{{ site.directory.vendor | append: 'jquery/dist/jquery.min.js' | strip | relative_url }}">
</script>
<script id="zammad_form_script" src="https://hifis-help.hzdr.de/assets/form/form.js"></script>
<script>
$(function () {
$('#feedback-form').ZammadForm({
messageTitle: 'Contact HIFIS',
messageSubmit: 'Submit',
messageThankYou: 'Thank you for your request (#%s). You will hear from us soon!',
attachmentSupport: true,
noCSS: true,
});
});
</script>
---
---
@import "bootstrap_variables";
@import "assets/vendor/bootstrap/scss/functions";
@import "assets/vendor/bootstrap/scss/variables";
@import "assets/vendor/bootstrap/scss/mixins";
@import "assets/vendor/bootstrap/scss/buttons";
.form-control {
width: -webkit-fill-available;
width: -moz-available;
}
.btn {
@extend .btn-primary;
}
......@@ -31,6 +31,7 @@
@import "assets/vendor/bootstrap/scss/buttons";
@import "assets/vendor/bootstrap/scss/card";
@import "assets/vendor/bootstrap/scss/close";
@import "assets/vendor/bootstrap/scss/forms";
@import "assets/vendor/bootstrap/scss/jumbotron";
@import "assets/vendor/bootstrap/scss/toasts";
@import "assets/vendor/bootstrap/scss/tooltip";
......
Subproject commit e1cffdef277fcf543833a20d28cbadcd000ebece
......@@ -5,17 +5,41 @@ layout: default
excerpt:
Contact to HIFIS Office.
lang: en
lang_ref: contact
lang_ref: contact
additional_css:
- contact.css
---
## Questions to this website? Contact us!
## Contact us!
#### Contact for support, general questions and feedback to the website:
{% include contact_form.html %}
## You can also reach us via mail:
[support@hifis.net](mailto:support@hifis.net)
{:.text-success}
## Core Contact Team
Please refer the our [Team page](team) for all corresponding partners for HIFIS.
The core team for contact consists of:
#### Uwe Jandt
HIFIS Office Management
[Deutsches Elektronen-Synchrotron (DESY)](https://www.desy.de/)
#### Annette Spicker
Cloud Cluster Management
[Helmholtz-Zentrum Berlin für Materialien und Energie (HZB)](https://www.helmholtz-berlin.de/)
#### Tobias Huste
Software Cluster Management
[Helmholtz-Zentrum Dresden-Rossendorf (HZDR)](https://www.hzdr.de/)
## Mail:
[contact@hifis.net](mailto:contact@hifis.net)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment