Skip to content

Latest commit

 

History

History
170 lines (133 loc) · 5.1 KB

imprint.md

File metadata and controls

170 lines (133 loc) · 5.1 KB
layout title permalink header-title header-desc header-image header-image-height header-image-width second-button-desc scroll-link second-button last_updated
legal
Imprint
/imprint/
Legal Notice
/assets/images/jan-antonin-kolar-8QJSi37vhms-unsplash.jpg
2016
3024
More Info
#read-text
<a href='#read-text' class='smoothscroll btn btn--stroke'>Learn More</a>
September 28, 2024

In Accordance with Section 5 TMG

HM Branch:\ Elara Aerospace GmbH\ Lothstraße 21\ 80335 Munich\ Germany

TUM Branch:\ Elara Aerospace GmbH\ Arcisstrasse 21\ 80333 Munich\ Germany

Represented by

Tom Luca Reinhardt

Contact

+49 176 84199464\ [email protected]

Responsible in Accordance with Section 18 Paragraph 2 MStV

Tom Luca Reinhardt (CEO)

Accountability for Content

The contents of our pages have been created with the utmost care. However, we cannot guarantee the contents' accuracy, completeness or topicality. According to statutory provisions, we are furthermore responsible for our own content on these web pages. In this matter, please note that we are not obliged to monitor the transmitted or saved information of third parties, or investigate circumstances pointing to illegal activity. Our obligations to remove or block the use of information under generally applicable laws remain unaffected by this as per §§ 8 to 10 of the Telemedia Act (TMG)

Accountability for Links

Responsibility for the content of external links (to web pages of third parties) lies solely with the operators of the linked pages. No violations were evident to us at the time of linking. Should any legal infringement become known to us, we will remove the respective link immediately.

Copyright

Our web pages and their contents are subject to German copyright law. Unless expressly permitted by law, every form of utilizing, reproducing or processing works subject to copyright protection on our web pages requires the prior consent of the respective owner of the rights. Individual reproductions of a work are only allowed for private use. The materials from these pages are copyrighted and any unauthorized use may violate copyright laws.





<style> .contact-section { background-color: #f9f9f9; padding: 20px; border: 1px solid #ddd; max-width: 800px; margin: 20px auto; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .contact-header { text-align: center; margin-bottom: 20px; } .contact-header h2 { margin: 0; color: #333; } .contact-people { display: flex; justify-content: space-between; gap: 20px; } .contact-person { background-color: #fff; border-radius: 8px; padding: 15px; flex: 1; text-align: center; /* Center-align content */ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .contact-image img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; } .contact-info { margin-top: 10px; /* Space between image and text */ } .contact-info h3 { margin: 5px 0; font-size: 1.2em; color: #444; } .contact-info a { color: #007BFF; text-decoration: none; } .contact-info a:hover { text-decoration: underline; } @media (max-width: 768px) { .contact-people { flex-direction: column; /* Stack contacts vertically on smaller screens */ gap: 15px; } } </style>
<div class="overlay"></div>
<div class="contact__line"></div>

<div class="row section-header" data-aos="fade-up">
    <div class="col-full">
        <h3 class="subhead">Contact Us</h3>
        <h1 class="display-2 display-2--light">General Inquiries</h1>
    </div>
</div>

<div class="row contact-content" data-aos="fade-up">

    <div class="contact-section">
        <div class="contact-header">
            <h2>Contact the Founder</h2>
        </div>

        <div class="contact-people">
            <!-- Contact Person #1 -->
            <div class="contact-person">
                <div class="contact-image">
                    <img src="/assets/images/team/tom-reinhardt.png" alt="Tom Luca Reinhardt">
                </div>

                <div class="contact-info">
                    <h3>Tom Luca Reinhardt</h3>
                    <p><a href="mailto:[email protected]">[email protected]</a></p>
                </div>
            </div>

        </div>
    </div>

</div>
<!-- end contact-primary -->

</div>
<!-- end contact-content -->