-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
22 lines (21 loc) · 763 Bytes
/
contact.html
File metadata and controls
22 lines (21 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: Contact me
permalink: /contact
---
<div class="landing-body contact-body">
<h1>Want to work together?</h1>
<div>
<ul>
<li>
<a href="https://linkedin.com/in/qwuke"><i class="fa-brands fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/Qwuke"><i class="fa-brands fa-square-github"></i></a>
</li>
<li>
<a href="mailto:t%72%69%73%74a%6E%2Ee%2Emort%69mer%2Bq%77uke@gm%61il.com" target="_blank" rel="noopener noreferrer"><i class="fa-solid fa-square-envelope"></i></a>
</li>
</ul>
</div>
</div>