diff --git a/_data/navigation.yml b/_data/navigation.yml
index 2065099101195e270425679be50ce481b734841b..085ef0eda260364a1c18d31a3936e26cf8c8f4ac 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -18,7 +18,7 @@ header:
           url: "services/"
 
         - title: Mission
-          url: "/"
+          url: "mission/"
 
         - title: Roadmap
           url: "/"
diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html
index 211f2680a8f35de5961e316ad383efa53ffc2520..94869628b9a92a93a82f6d03f846faf2505f6314 100644
--- a/_layouts/frontpage.html
+++ b/_layouts/frontpage.html
@@ -37,22 +37,29 @@
             <section>
                 <div class="info-col">
                     <div class="info-box">
-                        <h3><i class="fas fa-user-plus" aria-hidden="true"></i>&nbsp; You & HIFIS</h3>
+                        <a href="{% link index.md %}" class="btn btn-outline-light">
+                            <h3><i class="fas fa-user-plus" aria-hidden="true"></i>&nbsp; You & HIFIS</h3>
+                        </a>
                         <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
                             labore et dolore magna aliqua.</p>
                     </div>
                     <div class="info-box">
-                        <h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; HIFIS Mission</h3>
-                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
-                            labore et dolore magna aliqua.</p>
+                        <a href="{% link mission/index.md %}" class="btn btn-outline-light">
+                            <h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; HIFIS Mission</h3>
+                        </a>
+                        <p>Strengthening and developing the ICT competences of the whole Helmholtz Association.</p>
                     </div>
                     <div class="info-box">
-                        <h3><i class="fas fa-globe-europe" aria-hidden="true"></i>&nbsp; HIFIS International</h3>
+                        <a href="{% link index.md %}" class="btn btn-outline-light">
+                            <h3><i class="fas fa-globe-europe" aria-hidden="true"></i>&nbsp; HIFIS International</h3>
+                        </a>
                         <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
                             labore et dolore magna aliqua.</p>
                     </div>
                     <div class="info-box">
-                        <h3><i class="fas fa-road" aria-hidden="true"></i>&nbsp; Now & tomorrow - The HIFIS Roadmap</h3>
+                        <a href="{% link index.md %}" class="btn btn-outline-light">
+                            <h3><i class="fas fa-road" aria-hidden="true"></i>&nbsp; Now & tomorrow - The HIFIS Roadmap</h3>
+                        </a>
                         <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
                             labore et dolore magna aliqua.</p>
                     </div>
diff --git a/assets/css/frontpage.scss b/assets/css/frontpage.scss
index 1c937ffb6873ed5462b375cb11818cc9d58200b0..77006050aed2e5e1079c1dee46c950f706cd2870 100644
--- a/assets/css/frontpage.scss
+++ b/assets/css/frontpage.scss
@@ -34,6 +34,15 @@
     .info-box {
         padding: 1rem;
     }
+
+    .btn-outline-light {
+        border: none;
+
+        &:focus,
+        &:hover {
+            color: $color-helmholtz-dark-blue;
+        }
+    }
 }
 
 .frontpage-card {
diff --git a/mission/.gitkeep b/mission/.gitkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/mission/cluster_backbone.md b/mission/cluster_backbone.md
new file mode 100644
index 0000000000000000000000000000000000000000..076628c0d157f61a45d75c60d628c3c967c531fd
--- /dev/null
+++ b/mission/cluster_backbone.md
@@ -0,0 +1,24 @@
+---
+title: HIFIS Backbone Cluster
+layout: default
+excerpt:
+    Overview of HIFIS Backbone Cluster.
+---
+
+## Backbone Services
+
+The German Research Network (DFN) connects universities and research institutions and is integrated into the European and worldwide network of research and science networks. The Helmholtz Association's centres are directly connected to the DFN mainly with speeds between > 1 Gbit/s and < 10 Gbit/s, a good third with speeds of ≥ 10 Gbit/s (as of April 2018). A comparison with research communities and the associated networks for research and education (NRENs) in other countries shows that high-performance networking of the large labs in some NRENs has already been identified as strategic for research in recent years and high bandwidths have been established. At the same time, however, it also becomes clear that the Helmholtz Centres are in a comparatively good starting position with regard to connectivity for the establishment of a Helmholtz backbone.
+
+A Virtual Private Network (VPN) can be used efficiently to establish trust between the participating centres. In addition to cross-location intranets, VP networks can also be used for inter-institutional data backup, for example, in which a limited number of communication partners with a high volume of data are connected via high-availability networks. In the XWiN network of DFN, there are already several VPNs connected, to which experience and basics can be tied.
+
+Against this background, the objectives of this work package are to provide a stable network infrastructure and jointly usable core services in order to meet the increasing demand for networking of research and the increasing volume of data in the Helmholtz Association (keyword "data treasure"). Thus, the network of the individual Helmholtz Centres is to be networked on the basis of a high bandwidth with mutual trust and increased overall security. It comprises a Virtual Private Network (VPN) that includes all centres and a guaranteed level of quality. In particular, the network should enable the cross-centre use of scientific instruments and platforms and provide central basic services necessary for collaborative work. These basic services include, above all, uniform Identity & Access Management (IAM). The physical network and the basic services together form the prerequisites and foundation for a large number of higher-value services such as cloud services.
+
+
+## Partners
+* DESY (cluster coordinator)
+* AWI
+* DKFZ
+* FZJ
+* HMGU
+* HZDR
+* KIT
diff --git a/mission/cluster_cloud.md b/mission/cluster_cloud.md
new file mode 100644
index 0000000000000000000000000000000000000000..6b2bf0bff252c352ec4b4c7ae43b1bf7ae03b31c
--- /dev/null
+++ b/mission/cluster_cloud.md
@@ -0,0 +1,30 @@
+---
+title: HIFIS Cloud Cluster
+layout: default
+excerpt:
+    Overview of HIFIS Cloud Cluster.
+---
+
+## Cloud Services
+
+Science is increasingly relying on cloud services. The European network organisation [GEANT](https://www.geant.org/About) surveyed the national research and education networks (NRENs) for the year 2016 and found that between 50% and 60% of the NRENs surveyed by GEANT offer cloud services. Cloud services are ideally suited for the joint, cross-centre and cross-community processing of research tasks and for broad subsequent use. It is important that they are scalable, that the technical and legal requirements for use are met and that simple and high-performance access is guaranteed. At the same time, the decision to use such services requires that important criteria (ranging from service quality, IT security criteria and data protection to procedures for terminating the use of a cloud service) are taken into account and evaluated. Users will only (be able to) trust and use a federated cloud platform and the services offered therein if service design and service quality are transparent and the operational stability offered meets today's social requirements for mobility as well as location- and time-independent use.
+
+The specific aim of this component is to provide a federated cloud platform for services that are offered to the entire scientific community and partners in the long tail of science - not just selected large-scale projects. It thus complements the federal support services for large-scale projects created, for example, in the HDF or in pilot projects, both in breadth (support for projects of all sizes) and depth (focusing on the software and service level) and provides other platform topics with an access level for the services arising there.
+
+The Federation primarily consists of existing heterogeneous solutions of the different centres (providers) and, where possible and reasonable, establishes a "meta-level" over these, e.g. a common access. Priority is given to the use of already existing services, own developments are only exceptionally intended for solutions that are neither available in the Helmholtz Association nor on the IT market and are at the same time urgently needed for scientific work. The Federation will be gradually expanded to include innovative solutions.
+
+In order to simplify the use of services from different providers for the centres and the researchers and to ensure with the help of guidelines that the framework conditions applicable to the Helmholtz Centres are adhered to, HIFIS creates organisational and legal prerequisites.
+
+In particular, technologies for access, harmonization, integration and provisioning of the services integrated into the cloud network will be developed and made available. The competence cluster thus creates the organisational and technical framework to open up a broad portfolio of services to all users of the Helmholtz Association and beyond through self-organisation. The connection to international developments (e.g. EOSC at European level) is regarded as essential and the "FAIR" principles in particular must be taken into account.
+
+
+
+
+## Partners
+* HZB (cluster coordinator)
+* AWI
+* DESY
+* DKFZ
+* FZJ
+* HMGU
+* KIT
diff --git a/mission/cluster_software.md b/mission/cluster_software.md
new file mode 100644
index 0000000000000000000000000000000000000000..8fd1fd6972b8f3c5d1f58a6abb7fe862d580f308
--- /dev/null
+++ b/mission/cluster_software.md
@@ -0,0 +1,34 @@
+---
+title: HIFIS Software Cluster
+layout: default
+excerpt:
+    Overview of HIFIS Software Cluster.
+---
+## Detailed information
+
+For detailed information and news on [HIFIS Software, click here!](https://software.hifis.net)
+
+## Software Services
+
+Software is an essential basis for the modern research process. It lays the foundation for the long-term, stable operation of research infrastructures, at the same time represents a major driver of innovation and contributes significantly to the acquisition of knowledge and the creation of value. After all, software itself is an important result of the research process. It is therefore not surprising that the Helmholtz Centres use and develop a wide variety of software. The spectrum ranges from a few lines of code for special tasks, to scripts for data preparation and small software tools, to extensive, complex program packages. This diversity is also expressed in the variety of programming languages, technologies and environments used.
+
+The variety and especially the handling of scientific software vary strongly by research area, community or center and currently depend primarily on the importance for the own scientific added value and on the marketing prospects. Software is rarely regarded as an independent research product and there is hardly any sustainable use of it. This endangers the traceability and reproducibility of research results (Howinson 2016).
+
+However, concrete practical offers and platforms to enable researchers to implement them are often lacking in the German research landscape or are very differently developed in the centres.
+
+The aim of the "Software Services" cluster is therefore to support the Helmholtz Centres in the sustainable use of research software through practical offerings and services. Specifically, the work package addresses the following aspects in a sustainable manner:
+
+* Researchers should be trained and supported to enable them to develop and publish high-quality, sustainable software.
+* A technological infrastructure for the planning, development, quality assurance, publication and findability of research software should be made permanently available to researchers.
+* The re-use of existing software by researchers is to be improved by providing tools for finding suitable software solutions, by arranging contact persons and know-how carriers, and by providing support in setting up communities for concrete research software.
+
+
+
+
+
+## Partners
+* HZDR (cluster coordinator)
+* GFZ
+* DKFZ
+* DLR 
+* UFZ
diff --git a/mission/governance.md b/mission/governance.md
new file mode 100644
index 0000000000000000000000000000000000000000..886055901ac439c9c6ec47ba6f2c1fd410688ac9
--- /dev/null
+++ b/mission/governance.md
@@ -0,0 +1,59 @@
+---
+title: HIFIS Governance
+layout: default
+excerpt:
+    Detailed description of the HIFIS governance structures.
+---
+
+## Internal coordination in clusters 
+HIFIS is structured into the three competence clusters Cloud Services, Backbone Services and Software Services, each headed by one coordinator. 
+Within the scope of the declared goals and achievements of the Helmholtz Association for HIFIS, the respective centre steers the competence cluster.
+All competence clusters are connected through the Helmholtz ICT Office. 
+
+## ICT Office
+The ICT Office guarantees the technical and organisational coordination as well as the controlling and reporting for HIFIS. 
+It also defines the interface to comparable external committees, as already existent in e.g. FhG or MPG. 
+It coordinates the HIFIS platform and is headed by its speaker Volker Gülzow (DESY) and the coordinators of the competence clusters Ants Finke (HZB) and Uwe Konrad (HZDR), supported by Uwe Jandt (DESY).
+
+## ICT Federation Board
+The Assembly of Members of the Helmholtz Association has installed the ICT Federation Board (Steering Board).
+It is responsible for central decisions in HIFIS. 
+According to the specifications of the directors of the Helmholtz Association the Helmholtz ICT Federation Board establishes the annual plan for HIFIS and 
+reports about the implemented achievements to the Helmholtz Incubator, with the Helmholtz Incubator reporting to the general assembly.
+
+The following high-ranking scientists agreed to steer, monitor and strategically orient the activities of HIFIS.
+* Rolf Hempel, German Aerospace Center (DLR)
+* Corinna Schrum, Helmholtz- Zentrum Geesthacht Centre for Materials and Coastal Research (HZG)
+* Veit Hagenmeyer, Karlsruhe Institute of Technology (KIT)
+* Marco Nolden, German Cancer Research Center  (DKFZ)
+* Norbert Attig, Forschungszentrum Jülich (FZJ)
+* Volker Gülzow, Deutsches Elektronen-Synchrotron (DESY)
+* Uwe Konrad, Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
+* Ants Finke, Helmholtz-Zentrum Berlin (HZB)
+* Achim Streit, Karlsruhe Institute of Technology (KIT)
+
+## Scientific Advisory Board
+Further, the Assembly of Members of the Helmholtz Association has installed the Scientific Advisory Board (SAB). 
+
+The following internationally renowned scientists contribute to HIFIS's progress by their advice as SAB members:
+* Ari Asmi; University of Helsinki
+* Rosa M Badia; BSC
+* Magchiel Bijsterbosch; SURF
+* Michael Brünig; University of Queensland
+* Isabel Campos; CSIC
+* Tiziana Ferrari; EGI
+* Andy Götz; ESRF
+* Christian Grimm; DFN
+* Frédéric Hemmer; CERN
+* Marc Heron; DLS
+* Mirjam van Daalen; PSI
+* Jörg Herrmann; MPG
+* Neil Chue Hong; SSI
+* Christine Kirkpatrick; NDS, SDSC
+* Rafael Laguna; Open-Xchange AG
+* Rupert Lück; EMBL
+* Pierre Etienne Macchi; IN2P3 CNRS
+* Wolfgang E. Nagel; TU Dresden
+* Davide Salomoni; INFN
+* Bruno Weikl; FhG
+
diff --git a/mission/incubator.md b/mission/incubator.md
new file mode 100644
index 0000000000000000000000000000000000000000..ae0057d19fd470ba1bd98b31911699845fba4a12
--- /dev/null
+++ b/mission/incubator.md
@@ -0,0 +1,33 @@
+---
+title: Helmholtz Incubator
+layout: default
+excerpt:
+    Detailed description of the HIFIS governance structures.
+---
+
+## The Helmholtz-Incubator Information & Data Science
+The Helmholtz Incubator Information & Data Science was founded in June 2016 by the President of the Helmholtz Association in order to intelligently combine and enhance the diverse, 
+decentralised expertise of the Association in the broad field of Information & Data Science. To this end, all Helmholtz Centres have each sent two top-class scientists to the Helmholtz Incubator. 
+They are supported by proven experts from researching companies and well-known research institutions as well as several consulting firms. The Helmholtz Incubator is accompanied by the Helmholtz Association office.
+
+The Helmholtz Incubator integrates existing, forward-looking initiatives of the Helmholtz Association through a community-wide bottom-up process. 
+The regular consolidation of the expertise of the Helmholtz Centres enables the visionary design of the Information & Data Science topic beyond the boundaries of centres and research areas. 
+The Helmholtz Incubator is breaking new ground in this dynamic, comprehensive and interdisciplinary way by setting strategic priorities.
+
+The Helmholtz Incubator is currently pursuing the following goals:
+
+* the regular interaction of creative minds from across the community,
+* the creation of foundations for innovative, interdisciplinary networks and approaches,
+* the identification of forward-looking topics and disruptive pilot projects,
+* the planning and monitoring of long-term and community-wide platforms.
+
+Within the Helmholtz Association, the Helmholtz Incubator has developed a high level of dynamism, formulated numerous impulses with a broad thematic scope, 
+facilitated a diverse exchange between digitisation experts from all domains, and thus initiated an in-depth strategy process.
+
+In addition to HIFIS, the Incubator has initiated four other platforms:
+
+* [Helmholtz Information & Data Science Academy (HIDA)](https://www.helmholtz-hida.de/)
+* [Helmholtz Artificial Intelligence Cooperation Unit (Helmholtz AI)](https://www.helmholtz.ai/)
+* Helmholtz Imaging Platform (HIP)
+* [Helmholtz Metadata Collaboration](https://helmholtz-metadaten.de)
+
diff --git a/mission/index.md b/mission/index.md
new file mode 100644
index 0000000000000000000000000000000000000000..13c369b847f8f2289e63672841cf2b8050869860
--- /dev/null
+++ b/mission/index.md
@@ -0,0 +1,51 @@
+---
+title: HIFIS Mission
+layout: default
+excerpt:
+    Overview of HIFIS Motivation, Structure and Governance.
+---
+
+## Motivation for HIFIS
+The top position of Helmholtz research is increasingly based on cross-centre and international cooperation and common access to data treasure and -services. At the same time the significance of a sustainable software development for the research process is recognised.
+
+HIFIS aims to ensure an excellent information environment for outstanding research in all Helmholtz research fields and a seamless and performant IT-infrastructure connecting knowledge from all centres. It will build a secure and easy-to-use collaborative environment with efficiently accessible ICT services from anywhere. HIFIS will also support the development of research software with a high level of quality, visibility and sustainability.
+
+See [here](https://www.helmholtz.de/fileadmin/user_upload/01_forschung/Helmholtz_Inkubator_HIFIS.pdf) for more details on platform proposal.
+
+## Participating centers
+The following 11 out of 19 Helmholtz centres are partnering for HIFIS:
+[AWI](https://www.awi.de/), 
+[DESY](https://www.desy.de/), 
+[DLR](https://www.dlr.de/), 
+[DKFZ](https://www.dkfz.de/), 
+[FZJ](https://www.fz-juelich.de/), 
+[GFZ](https://www.gfz-potsdam.de/), 
+[HMGU](https://www.helmholtz-muenchen.de/), 
+[HZB](https://www.helmholtz-berlin.de/), 
+[HZDR](https://www.hzdr.de/), 
+[KIT](https://www.kit.edu/), 
+[UFZ](https://www.ufz.de/).
+
+
+## Technical Documentation
+For HIFIS technical documentation, see [here](https://hifis.pages.hzdr.de/hifis-technical-documentation/).
+
+## Partners
+HIFIS is embedded in the context of the [Helmholtz Information & Data Science Incubator](incubator) and hence has close collaboration with the four other incubator platforms:
+* [Helmholtz Information & Data Science Academy (HIDA)](https://www.helmholtz-hida.de/)
+* [Helmholtz Artificial Intelligence Cooperation Unit (Helmholtz AI)](https://www.helmholtz.ai/)
+* Helmholtz Imaging Platform (HIP)
+* [Helmholtz Metadata Collaboration](https://helmholtz-metadaten.de)
+
+## Internal structure
+To achieve its goals, HIFIS works in three Competence Clusters which are distributed throughout different Helmholtz research centers:
+* [Cloud Services](cluster_cloud): Federated platform for proven first class cloud services;
+* [Backbone Services](cluster_backbone): High-performance trusted network infrastructure with unified basic services;
+* [Software Services](cluster_software): Platform, training and support for high-quality, sustainable software development.
+
+## External supervision
+To ensure that HIFIS's progress and strategy is consistent with the common principles of the Helmholtz Association,
+[Reporting, Governance and an external Scientific Advisory Board](governance) are central.
+
+
+