-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
54 lines (54 loc) · 1.91 KB
/
Copy pathcontact.html
File metadata and controls
54 lines (54 loc) · 1.91 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact</title>
</head>
<body>
<center><h1><strong>Contact Me 📞</strong></h1>
<hr>
<h2><em>Mazen Nassar Othman</em></h2>
<table cellspacing="15">
<tbody>
<tr>
<td><em>123 Fictional St. Cairo, Egypt</em></td>
<td><em><strong>+2</strong>01097883816</em></td>
<td><em><strong>kxjustinm@gmail.com</strong></em></td>
</tr>
</tbody>
</table>
<hr>
</center>
<h2><strong>Contact via:</strong></h2>
<ul>
<li><strong>Linkedin</strong> : <a href="https://www.linkedin.com/in/mazen-nassar/" target="_blank" rel="noopener noreferrer"><strong><em>Mazen-Nassar</em></strong></a></li>
<br>
<li><strong>Facebook</strong> : <a href="https://www.facebook.com/mazen.mizo.334839/" target="_blank" rel="noopener noreferrer"><strong><em>Mazen Nass</em></strong></a></li>
<br>
<li><strong>Github</strong> : <a href="https://github.com/cardiobleed" target="_blank" rel="noopener noreferrer"><strong><em>Cardiobleed</em></strong></a></li>
</ul>
<hr>
<br>
<!--<form action="mailto:kxjustinm@gmail.com" method="post" enctype="text/plain"> --Can Enable Later-->
<form action="thankyou.html">
<label for="">Your Name:</label>
<input type="text" name="yourName">
<br>
<br>
<label for="">Your Email Address:</label>
<input type="email" name="yourEmail">
<br>
<br>
<label for="">Your Message:</label>
<br>
<textarea name="yourMessage"" id="" cols="40" rows="15"></textarea>
<br>
<br>
<label for="">I read the terms & conditions and apply</label>
<input type="checkbox">
<br>
<br>
<input type="submit">
</form>
</body>
</html>