-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact-me.html
More file actions
30 lines (28 loc) 路 973 Bytes
/
Copy pathcontact-me.html
File metadata and controls
30 lines (28 loc) 路 973 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> 馃寪 | Contact Me </title>
</head>
<body>
<h2> Contact details </h2>
<ul>
<li>馃摓 +92 3023972942</li>
<li><img src="Images/linkedIn-logo.jpeg"> LinkedIn</li>
<li><img src="Images/gmail-icon.jpeg"> gmailaccount@gmail.com</li>
</ul>
<p>
If you want to email a message quickly, feel free to type it in below! <br />
Please press spacebar twice for all fields to make your message more readable.
</p>
<form action="mailto:humairafasih18@gmail.com" method="post" enctype="text/plain">
<label> Your Name: </label>
<input type="text" name="Name of sender "><br>
<label> Your Email address: </label>
<input type="email" name="Email address of sender "><br>
<label> Your Message: </label><br>
<textarea rows="5" cols="20" name="The message "> </textarea><br>
<input type="submit" value="Relay the message">
</form>
</body>
</html>