-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask13.html
91 lines (91 loc) · 3.76 KB
/
task13.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<html>
<head>
<title>
task-13
</title>
<link href="taskc13.css" rel="stylesheet"/>
</head>
<body>
<div id="riya">
<div id="riyah">
<div id="riyal">
<img src="icon/tpt.png" style="height:35px;width:200px;margin:10px 150px;"/>
</div>
<div id="riyar">
<ul>
<a href="forVS.html" target="_black"/><li><img src="icon/homeb.png" height="12px" width="12px"/> Home</li></a>
<a href="task1.html" target="_black"/><li><img src="icon/info.png" height="12px" width="12px"/> About us</li></a>
<a href="task2.1.html" target="_black"/><li><img src="icon/registration.png" height="12px" width="12px"/> Registration</li></a>
<a href="task2.2.html" target="_black"/><li><img src="icon/coursesb.png" height="12px" width="12px"/> Courses</li></a>
<a href="task2.html" target="_black"/><li><img src="icon/certificate.png" height="12px" width="12px"/> Certificate</li></a>
<a href="task3.html" target="_black"/><li><img src="icon/trending.png" height="12px" width="12px"/> Trending</li></a>
<a href="task3.1.html" target="_black"/><li><img src="icon/placement.png" height="12px" width="12px"/> Placement</li></a>
<a href="task3.2.html" target="_black"/><li><img src="icon/gallery.png" height="12px" width="12px"/> Gallery</li></a>
<a href="task4.html" target="_black"/><li><img src="icon/cus.png" height="12px" width="12px"/> Contact</li></a>
<a href="task4.1.html" target="_black"/><li><img src="icon/feedback.png" height="12px" width="12px"/> Feedback</li></a>
</ul>
</div>
<div id="riyab">
<center>
<span style="font-size:30px;font-family:sans-serif;"><span style="color:#faae0b;">Contact</span> With Us</span>
<hr style="background:#faae0b;width:100px;height:2px;border:0px;"/>
<span class="s1">You may contact us by contact number or filling in this form any time you need professional<br/>
support or have any question.</span>
</center></br>
<div id="riyabm">
<div id="riyabml">
<span class="s2">Send Your Message</span><br/>
<img src="icon/line.png" height="15px" width="50px"/>
<div id="riyain"><form>
<div class="riyain1">
<div id="riyain1a">
Your Name:<br/>
<input type="text" name="uname" placeholder="Enter Your Name"/>
</div>
<div id="riyain1b">
Your Contact:<br/>
<input type="number" name="no" maxlength="10" placeholder="Enter Your Contact Number*"/>
</div>
</div>
<div class="riyain1">
Your Email<br/>
<input type="email" name="mail" placeholder="Enter Your Email*" required="required"/>
</div><br/>
<div class="riyain1">
Your Message<br/>
<textarea name="msg" placeholder="type Your Message Here*" id="txta"></textarea>
</div>
<div class="riyain1">
<input type="submit" name="sub" value="SEND MESSAGE" style="color:#faae0b;height:50px;width:170px;border:2px solid #faae0b;background:white;"/>
</div></form>
<div id="riyainr">
</div>
</div>
</div>
<div id="riyabmr">
<span class="s2">Contact Info</span><br/>
<img src="icon/line.png" height="15px" width="50px"/>
<div class="riyabmr1">
<img src="icon/officea.png" height="35px" width="165px"/><br/>
<span class="s3">Plot No-44, Behind H.P. Petrol Pump,</span><br/>
<span class="s3">Tedthi Pulia Ring RD, Sector 5,</span><br/>
<span class="s3">Vikash Nagar, Lucknow</span><br/>
<span class="s3">Uttar Predesh 226022</span>
</div>
<div class="riyabmr1">
<img src="icon/callus.png" height="35px" width="115px"/><br/>
<span class="s3">+91 7007237006</span><br/>
<span class="s3">+91 8052978684</span>
</div>
<div class="riyabmr1">
<img src="icon/mailus.png" height="40px" width="125px"/><br/>
<span class="s3">techpilelko@gmail.com</span><br/>
<span class="s3">hr@techpile.in</span>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>