-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
59 lines (53 loc) · 1.66 KB
/
contact.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contact me</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Tangerine">
</head>
<body>
<center>
<h1>Feel free to reach me </h1>
</center>
<ol type="1">
<li>
<h3>Give me a call</h3>
<ul>
<li>+91934567123</li>
<li>+91808976137</li>
</ul>
</li>
<li>
<h3>Email me at</h3>
<ul>
<li>[email protected]</li>
</ul>
</li><br />
<li><a href="https://www.linkedin.com/in/krithika-sureshkumar-3b80ab170/">Connect with me on LinkedIn </a></li>
</ol>
<hr />
<h3>Sign up?</h3>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<label>Name:</label>
<input type="text" name="Name" value=""><br />
<label>Email:</label>
<input type="email" name="Email" value=""><br />
<label>Username: </label>
<input type="text" name="Username" value=""><br />
<label>Got any message for me?</label><br />
<textarea name="Yourmessage" rows="10" cols="20"></textarea><br />
<input type="submit" name="">
</form>
</body>
</html>
<!-- <label>Password: </label>
<input type="password" name="Password: " value=""><br />
<label>DOB: </label>
<input type="date" name="DOB: " value=""><br />
<label>Do you want newsletters (Y/N)</label>
<input type= checkbox name="" value=""><br />
<label>How much do you like this website?</label>
<input type="range">
-->