forked from UfereSamuel/newFellows
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
108 lines (107 loc) · 4.48 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Business Solutions</title>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<!--[if lte IE 7]>
<link rel="stylesheet" href="css/ie.css" type="text/css" charset="utf-8" />
<![endif]-->
</head>
<body>
<div id="header">
<a href="index.html" id="logo"><img src="images/logo.jpg" alt="LOGO" /></a>
<div id="navigation">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="solutions.html">Solutions</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="selected"><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="search">
<form action="" method="">
<input type="text" value="Search" class="txtfield" onblur="javascript:if(this.value==''){this.value=this.defaultValue;}" onfocus="javascript:if(this.value==this.defaultValue){this.value='';}" />
<input type="submit" value="" class="button" />
</form>
</div>
</div> <!-- /#header -->
<div id="contents">
<div class="background">
<div id="contacts">
<p>
This website template has been designed by <a href="http://www.freewebsitetemplates.com/">Free Website Templates</a> for you, for free. You can replace all this text with your own text.
You can remove any link to our website from this website template, you're free to use this website template without linking back to us.
If you're having problems editing this website template, then don't hesitate to ask for help on the <a href="http://www.freewebsitetemplates.com/forum/">Forum</a>.
</p>
<ul>
<li>
<p>
<b>SUSPENDISSE POTENTI SUSPENDISSE</b>
1234 Proin sodales, felis at interdum porta 321 Consectetur, XY 12345 <br/>
Tel: + 457-380-1654 000 <br/>
Toll Free: + 257-301-9417 000 <br/>
Email: [email protected]
</p>
</li>
<li>
<p>
<b>FUSCE FERMENTUM DIGNISSIM</b>
1234 Proin sodales, felis at interdum porta 321 Consectetur, XY 12345 <br/>
Tel: + 457-380-1654 000 <br/>
Toll Free: + 257-301-9417 000 <br/>
Email: [email protected]
</p>
</li>
<li>
<p>
<b>FUSCE FERMENTUM DIGNISSIM</b>
1234 Proin sodales, felis at interdum porta 321 Consectetur, XY 12345 <br/>
Tel: + 457-380-1654 000 <br/>
Toll Free: + 257-301-9417 000 <br/>
Email: [email protected]
</p>
</li>
<li>
<p>
<b>This website template has been designed by <a href="http://www.freewebsitetemplates.com/">Free Website Templates</a> for you, for free. XY 12345</b>
Tel: + 457-380-1654 000 <br/>
Toll Free: + 257-301-9417 000 <br/>
Email: [email protected]
</p>
</li>
</ul>
</div>
</div>
</div> <!-- /#contents -->
<div id="footer">
<ul class="contacts">
<h3>Contact Us</h3>
<li><span>Email</span><p>: [email protected]</p></li>
<li><span>Address</span><p>: 189 Lorem Ipsum Pellentesque, Mauris Etiam ut velit odio Proin id nisi enim 0000</p></li>
<li><span>Phone</span><p>: 117-683-9187-000</p></li>
</ul>
<ul id="connect">
<h3>Get Updated</h3>
<li><a href="blog.html">Blog</a></li>
<li><a href="http://facebook.com/freewebsitetemplates" target="_blank">Facebook</a></li>
<li><a href="http://twitter.com/fwtemplates" target="_blank">Twitter</a></li>
</ul>
<div id="newsletter">
<p><b>Sign-up for Newsletter</b>
In sollicitudin vulputate metus, sed commodo diam elementum nec. Sed et risus sed magna convallis adipiscing.
</p>
<form action="" method="">
<input type="text" value="Name" class="txtfield" onblur="javascript:if(this.value==''){this.value=this.defaultValue;}" onfocus="javascript:if(this.value==this.defaultValue){this.value='';}" />
<input type="text" value="Enter Email Address" class="txtfield" onblur="javascript:if(this.value==''){this.value=this.defaultValue;}" onfocus="javascript:if(this.value==this.defaultValue){this.value='';}" />
<input type="submit" value="" class="button" />
</form>
</div>
<span class="footnote">© Copyright © 2011. All rights reserved</span>
</div> <!-- /#footer -->
</body>
</html>