-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
249 lines (220 loc) · 7.61 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
---
layout: default
title: Contact
permalink: /contact/
header-title: Contact Us
header-desc: ""
header-image: /assets/images/firmbee-com-SpVHcbuKi6E-unsplash.jpg
header-image-height: 2848
header-image-width: 4288
scroll-link: "#learn-more"
first-button: "<a href='#general' class='btn btn--primary'>Contact Team</a>"
second-button: "<a href='#learn-more' class='smoothscroll btn btn--stroke'>Contact Person</a>"
---
<style>
body {
font-family: Arial, sans-serif;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
td {
padding: 10px;
vertical-align: top;
}
.invisible {
border: none;
}
.contact-info {
margin: 10% 10% 20px;
}
</style>
</head>
<body>
<div class="contact-info">
<h2 id="general">General Contact</h2>
<table class="invisible">
<tr>
<td><strong>Email:</strong></td>
<td><a href="mailto:{{ site.email }}">Click here for direct forwarding.</a></td>
</tr>
<tr>
<td><strong>Phone:</strong></td>
<td>(+49) 176 / 84199464</td>
</tr>
<tr>
<td><strong>Shipping Address:</strong></td>
<td>Makerspace (Lichtenbergstraße 6, 85748 Garching bei München)</td>
</tr>
</table>
<p>Please note that our office and telephone are not continuously staffed. The easiest and most direct way to contact us is always by email. We will then get in touch with you as soon as possible.</p>
</div>
<div class="contact-info">
<h2 id="learn-more">Contact Elara Aerospace Team Members</h2>
<table class="invisible">
<tr>
<td><strong>Tom Luca Reinhardt</strong>, Founder and CEO <i>(for sponsoring requests)</i>:</td>
<td><a href="mailto:[email protected]">E-Mail</a></td>
</tr>
<tr>
<td><strong>Adrian Leutner</strong>, CTO <i>(for sponsoring requests)</i>:</td>
<td><a href="mailto:[email protected]">E-Mail</a></td>
</tr>
<tr>
<td><strong>Tobias Jäger</strong>, Head of Strategy <i>(for Media/Press requests)</i>:</td>
<td><a href="mailto:[email protected]">E-Mail</a></td>
</tr>
<tr>
<td><strong>Suriyaa Sundararuban</strong>, Head of Digital Operations <i>(for Webmaster and DMCA copyright requests)</i>:</td>
<td><a href="mailto:[email protected]">E-Mail</a></td>
</tr>
<tr>
<td><strong>Uta Heldt</strong>, Recruiting <i>(for questions regarding job applications)</i>:</td>
<td><a href="mailto:[email protected]">E-Mail</a></td>
</tr>
</table>
</div>
<div class="contact-info">
<h2>Postal address</h2>
<table class="invisible">
<tr>
<td>
Elara Aerospace<br>
c/o UnternehmerTUM<br>
Lichtenbergstraße 6<br>
D-85748 München
</td>
</tr>
</table>
</div>
<div class="contact-info">
<h2>Bank Account Details</h2>
<table class="invisible">
<tr>
<td><strong>Account holder:</strong> Elara Aerospace GmbH</td>
</tr>
<tr>
<td><strong>Bank:</strong> to be announced</td>
</tr>
<tr>
<td><strong>IBAN:</strong> to be announced</td>
</tr>
<tr>
<td><strong>BIC:</strong> to be announced</td>
</tr>
</table>
</div>
<div class="contact-info">
<h2>Legal Classification</h2>
<table class="invisible">
<tr>
<td>
Elara Aerospace is a registered <a target="_blank" href="https://en.wikipedia.org/wiki/GmbH">German limited liability company</a> (with nonprofit status) and a student working group at the Munich University of Applied Sciences and Technical University of Munich (TUM).
</td>
</tr>
<tr>
<td>
<strong>Registergericht:</strong> Amtsgericht München<br>
<strong>Registernummer:</strong> VR XXXXXX<br>
<strong>Steuernummer:</strong> XXX/XXX/XXXXX
</td>
</tr>
</table>
</div>
<br /><br /><br /><br /><br /><br />
<!-- contact
================================================== -->
<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>
<section id="contact" class="s-contact">
<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 -->
</section>
<!-- end s-contact -->