-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-frame.html
33 lines (32 loc) · 1.41 KB
/
contact-frame.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="section">
<div class="separator-1 display-mobile"></div>
<div class="frame">
<p class="frame-title">Let's get in touch!</p>
<table style="width: 100%;">
<tr>
<td valign="top" align="center">
<img src="images/Dervis_icon_2.png"/>
</td>
<td>
<div class="text-with-vert-line" style="margin-left: 20px;">
<p>
I'm open to work opportunities, and always up to meet new people and learn about cool projects to be inspired by.<br>
<br/>
Send me a note via <a href="mailto:dervis.vanleersum@gmail@@com?subject=Say%20hi%20to%20Dervis%20van%20Leersum" onclick="this.href=this.href.replace('@@', '.')">e-mail</a> or directly on the phone: <a href="tel:+31642149222" onclick="this.href=this.href.replace('222', '111')"><span class="rev phone">124 6</span></a>
</p>
</div>
</td>
</tr>
</table>
</div>
</div>
</body>