-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmssd.html
28 lines (28 loc) · 1.25 KB
/
mssd.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
<!DOCTYPE HTML>
<HTML>
<Head>
<title>Matteo Salvatore Software Development</title>
<script src="https://kit.fontawesome.com/48244907fa.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="baseline.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="img.png">
</Head>
<body>
<section>
<p>Please contact me by email, phone or any of the given links below, I am excited to begin working with you!</p>
<address>
<details>
<summary><i class="fa-solid fa-phone fa-2xl"></i></summary>
</br>
+1 514 430 9542
</details>
<p>
Matteo Salvatore Software Development from Niagara, Ontario, Canada to Anywhere.
</p>
<a href="mailto:matthew.giancola@gmail.com"><i class="fa-solid fa-at fa-2xl"></i></a>
<a href="http://www.linkedin.com/company/matteo-salvatore-software-development"><i class="fa-brands fa-linkedin fa-2xl"></i></a>
</address>
</section>
</body>
</HTML>