-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcont.html
More file actions
44 lines (43 loc) · 1.35 KB
/
Copy pathcont.html
File metadata and controls
44 lines (43 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="background">
<div class="container1">
<nav>
<div class="Header">
<ul>
<li>
<h2>Harsh Shah</h2>
<a href="index.html">Home</a>
<a href="abme.html">About Me</a>
<a href="resume.html">Portfolio</a>
<a href="cont.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<h2>Contact</h2>
<hr style="width: 80%;">
<form action="contform.php" method="post">
First name: <input type="text" name="firstname" placeholder="First name"><br>
Last name : <input type="text" name="lastname" placeholder="Last name"><br>
Email Id : <input type="text" name="Email" placeholder="Ex: email@abc.com"><br>
Message : <textarea name="Message" placeholder="Write a message..."></textarea><br>
<input type="submit" value="Submit"><br>
</form>
<br><br><br><br><br><br><br><br><br><br><hr width="80%;">
<div style="color: rgb(240,250,245); margin: 10px; padding: 0 150px; font-size: 20px; ">
<u>Email Id</u>: 1801ce11@iitp.ac.in <br>
<u>Contact No</u>: 9265159527</style><br>
<u>Github Username</u>: Kaustav112 <br>
<u>Instagram Id</u>: harsh.shah.23 <br>
</div>
</div>
</body>
</html>