-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
70 lines (65 loc) · 2.72 KB
/
Copy pathcontact.html
File metadata and controls
70 lines (65 loc) · 2.72 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<title>
EMPOWHER|Contact
</title>
<link rel="stylesheet" href="design.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div class="bg"></div>
<div class="top">
<ul>
<b>
<li><a href="index.php" target="blank">Home</a></li>
<li><a href="about.php" target="blank">About</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Exciting Jobs</a>
<div class="dropdown-content">
<a href="#">Marketing</a>
<a href="#">Teaching</a>
<li><a href="https://www.coursera.org/">Online Courses</a></li>
<li><a href="#">Interships</a></li>
<li class="heading"><a href="index.php" target="blank">EMPOWHER</a></li>
</b>
<li class="heading"><a href="signin.php" target="blank">Sign In</a></li></b>
<li class="heading"><a href="register.html" target="blank">Register</a></li></b>
</div>
</li>
</ul>
</div>
<br><br> <br><br>
<div class="logo"><img src="rosegold1.png" width="150px"></div>
<div class="card">
<h2><u>Contact Us!</u></h2>
<form class="centre">
<label for="enquiry">Enquiry Type *</label><br>
<select id="enquiry" name="enquiry">
<option value="select">Please Select</option>
<option value="concerns">Concerns</option>
<option value="question">Question</option>
<option value="feedback">Feedback</option>
</select><br><br>
<label for="comments">How can we help you? Enter your question/comments here *</label><br><br>
<textarea name="message" placeholder="Enter your question/comments here..." rows="10"
cols="50"></textarea><br><br>
<label for="fname">First Name</label><br>
<input type="text" id="fname" name="firstname" placeholder="Your first name.." required><br><br>
<label for="lname">Last Name</label><br>
<input type="text" id="lname" name="lastname" placeholder="Your last name.." required><br><br>
<label>Gender</label><br>
<input type="radio" name="gender" id="g1" value="female">Female
<input type="radio" name="gender" id="g2" value="male"> Male<br><br>
<label for="emailid">E-mail Id</label><br>
<input type="text" id="email" name="emailid" placeholder="Your e-mailid.." required><br><br>
<label for="contactno">Contact Number</label><br>
<input type="text" id="contactno" name="contactno" placeholder="Your Contact number.." required><br>
</form>
<button class="button button1">SUBMIT</button>
<br><br>
</div>
<h2><u>Write to us</u></h2>
<p>Akila Lakshmanan <a href="mailto:Akila.L@iiitb.org"
target="blank">Akila.L@iiitb.org</a></p>
</body>
</html>