forked from DarshNaik/Simple-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorbital_contact.html
More file actions
92 lines (83 loc) · 4.43 KB
/
orbital_contact.html
File metadata and controls
92 lines (83 loc) · 4.43 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Orbital contact us</title>
<link href="Css/style.css" rel="stylesheet" type="text/css" />
<!--<style>
.whole { border:solid 5px #CCFF00;border-bottom-color:#CCCCCC; }
.head { border:solid 1px #CCCCCC;padding:1% 1% 1% 1%; inline-block}
.headcol1 {width:30%; vertical-align:top;}
.headcol2 {width:60%; vertical-align:top; }
.middle {width:98%; position:relative;border:solid 1px #FF0000; vertical-align:top; padding:1% 1% 1% 1%; }
.column1 {width:29%; display: inline-block;border:solid 1px #0000CC; vertical-align:top; padding:1% 1% 1% 1%; font-size:20px; }
.column2 {width:66%; display: inline-block;border:solid 1px #0000CC; vertical-align:top; padding:1% 1% 1% 1%; font-size:20px; }
.footer {width:98%; position:relative;border:solid 1px #FF0000; vertical-align:top; padding:1% 1% 1% 1%;}
.s1 {padding:1% 1% 1% 1%;}
.style1 {
font-size: 22px;
color: #000066;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}
.style2 {
color: #0000FF;
font-weight: bold;
}
.s3 { width:100%;padding:1% 1% 1% 1%; }
.style5 {font-size: 24px; color: #0033FF; }
.style6 {color: #000000}
</style>-->
</head>
<body class="s1">
<div class="whole">
<div class="head">
<div class="headcol1" id="whole"><img src="images/orbital-career-logo1.png" width="220" /></div>
<div class="headcol2" align="right">
<img src="images/naukri_icon.png" align="right" height="40" width="40" />
<a href="https://www.instagram.com/?hl=en"><img src="images/insta.jpg" width="40" height="40" /></a>
<a href="https://twitter.com/Twitter"><img src="images/twitter.jpg" width="40" height="40" /></a>
<a href="https://www.facebook.com/"><img src="images/Facebook_icon.jpg" align="right" height="40" width="40" /></a>
<br />Call us on: 99xxxxxxxx
<br />Email us :abc@xyz.com
</div>
</div><!--end of head-->
<div class="middle">
<div class="s3">
<table bgcolor="#49A3EB" width="98%">
<tr>
<td> <div align="center"><span class="style5"> <span class="style6">»</span> <a href="orbital_home.html" class="style9">HOME</a></span></div></td>
<td ><div align="center"><span class="style5"> <span class="style6">»</span><a href="orbital_about.html" class="style9"> ABOUT US</a></span></div></td>
<td><div align="center"><span class="style5"> <span class="style6">»</span> <a href="orbital_services.html" class="style9">SERVICES</a></span></div></td>
<td><div align="center"> <span class="style8">» <!--<a href="orbital_contact.html">--><u>CONTACT US</u><!--</a>--></span></div></td>
<td><div align="center" class="style5"><span class="style6">»</span> <a href="orbital_inquiry.html" class="style9">INQUIRY</a></div></td>
</tr>
</tr>
</table>
</div>
<div class="column1">
<p align="center" class="s1 style1">Contact us</p>
<hr width="98%" color="#999999" />
<ul>
<li>E-MAIL</li>
<li>PHONE</li>
</ul>
</div>
<div class="column2">
<p style="background-color:#FFCC66" class="style1">E-Mail us at</p>
<hr style="border:dashed 1px #00FF99" width="97%"/>
<br /><p>abc@xyz.com</p>
<br /><p style="background-color:#FFCC66" class="style1">Give us a call</p>
<hr style="border:dashed 1px #00FF99" width="97%"/>
<p><ul><li>9xxxxxxxxx</li>
<li>8xxxxxxxxx</li></ul></p>
</div>
</div><!--end of middle-->
<!-- <div align="right" id="back"><a href="#whole"><img src="images/top-1.png" style="background:none;" width="110" /></a></div>-->
<div class="footer">
<div align="center">Design By : <span class="style2">TN Solutions</span> | All copyrights reserved ©
</div>
</div><!--end of footer-->
</div><!--end of whole-->
</body>
</html>