-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
37 lines (36 loc) · 1.29 KB
/
Copy pathcontact.html
File metadata and controls
37 lines (36 loc) · 1.29 KB
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
---
layout: default
title: Contact Information
show_contact: false
---
<!-- Contact Section -->
<div class="section">
<h2>📧 Contact Information</h2>
<hr>
<table border="1" cellpadding="10" cellspacing="0">
<tr>
<td><strong>Email:</strong></td>
<td><a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></td>
</tr>
<tr>
<td><strong>Phone:</strong></td>
<td>{{ site.author.phone }}</td>
</tr>
<tr>
<td><strong>Location:</strong></td>
<td>Aalto University<br>{{ site.author.location }}</td>
</tr>
<tr>
<td><strong>GitHub:</strong></td>
<td><a href="https://github.com/{{ site.social.github }}" target="_blank">github.com/{{ site.social.github }}</a></td>
</tr>
<tr>
<td><strong>LinkedIn:</strong></td>
<td><a href="https://linkedin.com/in/{{ site.social.linkedin }}" target="_blank">linkedin.com/in/{{ site.social.linkedin }}</a></td>
</tr>
<tr>
<td><strong>Google Scholar:</strong></td>
<td><a href="https://scholar.google.com/citations?hl=en&user={{ site.social.scholar }}" target="_blank">Farzad Shami on Google Scholar</a></td>
</tr>
</table>
</div>