-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprogram.html
88 lines (84 loc) · 4.52 KB
/
program.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
<!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 class="selected"><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><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">
<h3>We Have Free Templates for Everyone</h3>
<p>
Our website templates are created with inspiration, checked for quality and originality and meticulously sliced and coded. What´s more, they´re
absolutely free! You can do a lot with them. You can modify them. You can use them to design websites for clients, so long as you agree with
the <a href="http://www.freewebsitetemplates.com/about/termsofuse/">Terms of Use</a>. You can even remove all our links if you want to.
</p>
<h3>We Have More Templates for You</h3>
<p>
Looking for more templates? Just browse through all our <a href="http://www.freewebsitetemplates.com/">Free Website Templates</a> and find what you´re looking for. But if you don´t find any
website template you can use, you can try our <a href="http://www.freewebsitetemplates.com/freewebdesign/">Free Web Design</a> service and tell us all about it. Maybe you´re looking for something different,
something special. And we love the challenge of doing something different and something special.
</p>
<h3>Be Part of Our Community</h3>
<p>If you´re experiencing issues and concerns about this website template, join the discussion <a href="http://www.freewebsitetemplates.com/forum/">on our forum</a> and meet other people in the community who share the same interests with you.</p>
<p>
<b>Template details</b>
Version 5<br/><br/>
Website Template details, discussion and updates for this <a href="http://www.freewebsitetemplates.com/forum/f18/business-solutions-website-template-18773">Business Solutions Template</a>.<br/><br/>
Website Template design by <a href="http://www.freewebsitetemplates.com/">Free Website Templates</a>.<br/><br/>
Please feel free to remove some or all the text and links of this page and replace it with your own About content.<br/><br/>
</p>
</div>
</div> <!-- /#contents -->
<div id="footer">
<ul class="contacts">
<h3>Contact Us</h3>
<li><span>Email</span><p>: company@email.com</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>