-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-me.html
61 lines (54 loc) · 1.71 KB
/
contact-me.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
---
layout: page
title: Contact me
hero_title: Contact me
order: 5
permalink: /contact-me/
description: "Cybersecurity, Linux, Open Source, and IT"
image: /img/landing-hero1.webp
hero_image: /img/landing-hero1.webp
hero_height: is-large
---
<h2>Contact Info:</h2>
<div class="content is-size-5">
<p>If you have a question or suggestion related to my posts, such as a mistake, typo, missing points, or need a consultation.
You are most welcome to contact me at any of the below channels:
</p>
<span>Twitter: </span>
<a
href="https://www.twitter.com/tariqhawis"
target="_blank"
> @tariqhawis</a
></span
>
</button>
</p>
<p>
Email:
<a
href="#"
class="cryptedmail"
data-name="tariqhawis"
data-domain="gmail"
data-tld="com"
onclick="window.location.href = 'mailto:' + this.dataset.name + '@' + this.dataset.domain + '.' + this.dataset.tld; return false;"
></a>
</p>
<p>
Encrypted PM:
<a href="https://keybase.io/tariqhawis/key.asc"> My PGP public key</a>
</p>
<p>
Easier way for encrypted messaging:
<a href="https://keybase.io/tariqhawis"> Keybase</a>
</p>
<h2>Need a Consultation?</h2>
If you needs a consultation related to your business project, or help with your production systems.
You may contact me by any of the contact channels mentioned above.
My consultation will be charged based on the number of hours it will take to finish the project,
multiplied by the hourly rate. For more information do not hesitate to contact me.</p>
<article class="message is-info">
<div class="message-body">
I always take all received questions by email or Twitter seriously as I never leave anyone unanswered even for long waited ones. </div>
</article>
</div>