Skip to content
Snippets Groups Projects
index.html 5.47 KiB
Newer Older
Uwe Jandt (DESY, HIFIS)'s avatar
Uwe Jandt (DESY, HIFIS) committed
{%- include top.html -%}
Uwe Jandt (DESY, HIFIS)'s avatar
Uwe Jandt (DESY, HIFIS) committed
    {%- include header.html -%}
Uwe Jandt (DESY, HIFIS)'s avatar
Uwe Jandt (DESY, HIFIS) committed
        {%- include title_image.html -%}
Erxleben, Fredo's avatar
Erxleben, Fredo committed

        <section>
            <article>
                <h1>HIFIS Software Services for You</h1>
                <p>
                    The service portfolio of HIFIS Software is structured into
                    4 different components that seamlessly interoperate with
                    each other: Education &amp; Training, Technology, Consulting
                    and Community Services.
                </p>
                <div class="alert alert-primary" id="training">
                    <div class="services-grid">
                        <div class="text">
                            <h2>Education &amp; Training</h2>
                            <p>
                                In Education &amp; Training we will offer courses, materials or workshops
                                to help you in getting started or in boosting your software
                                engineering practice.
                                <a href="{{ 'services/software/training' | relative_url }}"><strong>More...</strong></a>
Erxleben, Fredo's avatar
Erxleben, Fredo committed
                            </p>
                            <h4>Need something specific? Talk to us</h4>
                            {% include contact_us/mini.html %}
                            {% include helpdesk/mini.html %}
                        </div>
                        <img
                            src="{{ site.directory.images | relative_url }}roman-mager-5mZ_M06Fc9g-unsplash.jpg"
                            class="hide-on-mobile"
                            alt="Symbolic image for Education &amp; Training."
                        >
                    </div>
                </div>
                <div class="alert alert-success" id="technology">
                    <div class="services-grid">
                        <img
                            src="{{ site.directory.images | relative_url }}ilya-pavlov-OqtafYT5kTw-unsplash.jpg"
                            class="hide-on-mobile"
                            alt="Symbolic image for Technology Services.">
                        <div class="text">
                            <h2>Technology</h2>
                            <p>
                                HIFIS Software will provide a sustainable, well integrated and easy to use technology
                                infrastructure for scientific software development. You, as a researcher, shall be
                                accompanied
                                during the complete life cycle (from idea to publication) of your research software
                                through technology services.
                            </p>
                            <h4>Talk to us</h4>
                            {% include contact_us/mini.html %}
                            {% include helpdesk/mini.html %}
                        </div>
                    </div>
                </div>
                <div class="alert alert-info" id="consulting">
                    <div class="services-grid">
                        <div class="text">
                            <h2>Consulting</h2>
                            <p>
                                The Consulting Services will provide concrete contact points for researchers in the
                                event
                                of questions and problems. In some cases, support can also be provided by on-site
                                consultations. In the long-term, the goal is to establish the knowledge directly
                                in the supported research groups.
                            </p>
                            <h4>Talk to us</h4>
                            {% include contact_us/mini.html %}
                            {% include helpdesk/mini.html %}
                        </div>
                        <img
                            src="{{ site.directory.images | relative_url }}nik-macmillan-YXemfQiPR_E-unsplash.jpg"
                            class="hide-on-mobile"
                            alt="Symbolic image for Consulting Services."
                        >
                    </div>
                </div>
                <div class="alert alert-warning" id="community">
                    <div class="services-grid">
                        <img
                            src="{{ site.directory.images | relative_url }}perry-grone-lbLgFFlADrY-unsplash.jpg"
                            class="hide-on-mobile"
                            alt="Symbolic image for Community Services."
                        >
                        <div class="text">
                            <h2>Communities</h2>
                            <p>
                                HIFIS Software will build and foster communities to support the necessary cultural
                                change in science when dealing with research software. We will build and run an exchange
                                network between the Helmholtz centers and will also provide guidance on how to build
                                communities of practice.
                        </p>
                            <h4>Talk to us</h4>
                            {% include contact_us/mini.html %}
                            {% include helpdesk/mini.html %}
                        </div>
                    </div>
                </div>
            </article>
        </section>
    </main>

Uwe Jandt (DESY, HIFIS)'s avatar
Uwe Jandt (DESY, HIFIS) committed
    {%- include footer.html -%}
Erxleben, Fredo's avatar
Erxleben, Fredo committed

</body>

</html>