-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.htm
72 lines (63 loc) · 3.4 KB
/
about.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="Perfect Solution" content="Computer, Softwares, etc.">
<meta name="author" content="D Shah">
<title>===>Perfect Solutions.....</title>
<link rel="stylesheet" href="css/main.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/slidorion.css" />
<script type="text/javascript" src="js/jquery.min.js" ></script>
<script type="text/javascript" src="js/jquery.slidorion.min.js"></script>
<script type="text/javascript" src="js/jquery.js" ></script>
<script type="text/javascript" src="js/jquery-bp.js" ></script>
<script type="text/javascript" src="js/navigation.js" ></script>
<script type="text/javascript">
$(window).scroll(function(){
$el = $('#download-box');
if ($(this).scrollTop() > 540 && $el.css('position') != 'fixed'){
$('#download-box').css({'position': 'fixed', 'top': '10px'});
}else if($(this).scrollTop() < 540 && $el.css('position') == 'fixed'){
$('#download-box').css({'position': 'absolute', 'top': '10px'});
}
});
// function trackDownload(){_gaq.push(['_trackPageview', '/downloads/slidorion']);}
</script>
</head>
<body>
<div id="header"><div id="imgs"><div id="ex5">
<img src="img/PerfectS.png" width="450" height="100" alt="Perfect Solution"/> </div>
</div></div>
<div id="navigation" class="container">
<div id="home" class="pri-nav"><div><a href= "Perfect Solution.htm"><img src="img/trans.PNG" alt="home"/>home</a></div></div>
<div id="about" class="pri-nav active"><div><a href= "about.htm"><img src="img/trans.PNG" alt="about"/>about</a></div></div>
<div id="services" class="pri-nav"><div><a href= "Services.htm"><img src="img/trans.PNG" alt="services"/>services</a></div></div>
<div id="contact" class="pri-nav"><div><a href= "Contact.htm"><img src="img/trans.PNG" alt="Contact"/>contact</a></div></div>
</div>
<div class="container">
<div class="content">
<div id="content-title" style="font-size:large; color: white"> About Us page can contain the details of your esteemed organization or your company details containing the started date, <br/>peoples involved in organization, services that you mastered, Solutions that you provide, etc.
<p><br/> This can contain multiple paragraph but maximum 5 is enough to look good.
<p><br/> <b style="font-size:larger;"> Vision</b>
<p><br/> You can include your vision for driving your business at its best for clients.
<p><br/> <b style="font-size:larger;"> Authorized Dealers for :</b>
<p><br/> You can include your dealership informations here.
<p><br/> <b style="font-size:larger;"> Our Objective</b>
<p><br/> <li> My Objective Line 1.
<li> My Objective Line 2.
</div>
<div id="footr"> <a style="font-size:smaller;color:white; font-weight:bold; margin-bottom:20px" >Copyright © 2012 PERFECT SOLUTION</a>
</div>
<!-- the rest of the content-->
<div id="container">
<div id="download-box">
<p style="margin-top:0;">Advertize</p>
<h3>Advertisement</h3>
<p>Created by web developers at <a href="http://www.mTekWorld.com" target="_blank">mTekWorld</a></p>
<p>Contribute on <a href="https://www.gmail.com" target="_blank">ShahCompTech</a></p>
</div>
</div>
</div>
</div>
</body>
</html>