-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.qmd
60 lines (48 loc) · 1.82 KB
/
contact.qmd
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
---
title: "Contact"
subtitle: "Do you want to tell a compelling visual story with your data? Do you need a dataviz training? Let's talk!"
comments: false
---
::: {.grid}
::: {.g-col-12 .g-col-md-6}
<div class="card mb-2">
<div class="card-body">
<h5 class="card-title">Exploratory Call</h5>
<table>
<tr><td><p class="card-text">Let's talk about how I can advance your visual communication in a short non-binding video call!</p></td>
<td><span class="contact-icon">{{< fa regular circle-user >}}</span></td></tr>
</table>
<a href="https://meetfox.com/e/christian-gebhard" class="btn btn-success stretched-link">Check availability</a>
</div>
</div>
:::
::: {.g-col-12 .g-col-md-6 .g-start-md-7}
<div class="card mb-2">
<div class="card-body">
<h5 class="card-title">E-Mail</h5>
<table>
<tr><td><p class="card-text">You can send me an e-Mail with your ideas and I'll get back to you shortly</p></td>
<td><span class="contact-icon">{{< fa regular envelope >}}</span></td></tr>
</table>
<a href="mailto:[email protected]" class="btn btn-secondary stretched-link">Send an E-Mail</a>
</div>
</div>
:::
::: {.g-col-12 .g-col-md-6 .g-start-md-4}
<div class="card mb-2">
<div class="card-body">
<h5 class="card-title">Social Media</h5>
<table>
<tr><td><p class="card-text">You can find me and my work on the following platforms as well</p></td>
<td><span class="contact-icon">{{< fa regular comments >}}</span></td></tr>
</table>
::: {.grid}
<a href="https://scicomm.xyz/@basepair" class="social-btn">{{< fa brands mastodon >}}</a>
<a href="https://github.com/nucleic-acid" class="social-btn">{{< fa brands github >}}</a>
<a href="https://www.linkedin.com/in/christian-gebhard-934b24275/" class="social-btn">{{< fa brands linkedin >}}</a>
<a href="https://twitter.com/c_gebhard" class="social-btn">{{< fa brands twitter >}}</a>
:::
</div>
</div>
:::
:::