-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheaderR.html
102 lines (102 loc) · 4.57 KB
/
headerR.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rachana Foundation</title>
<meta charset="utf-8">
<meta name = "format-detection" content = "telephone=no" />
<link rel="icon" href="images/favicon.ico">
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="stylesheet" href="css/form.css">
<link rel="stylesheet" href="css/thumbs.css">
<link rel="stylesheet" href="css/slider.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/font-awesome.css">
<script src="js/jquery.js"></script>
<script src="js/jquery-migrate-1.2.1.js"></script>
<script src="js/script.js"></script>
<script src="js/superfish.js"></script>
<script src="js/sForm.js"></script>
<script src="js/jquery.ui.totop.js"></script>
<script src="js/jquery.equalheights.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.iosslider.min.js"></script>
<script>
$(document).ready(function(){
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!--[if lt IE 8]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
</a>
</div>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<link rel="stylesheet" media="screen" href="css/ie.css">
<![endif]-->
</head>
<body class="page1" id="top">
<!--==============================header=================================-->
<header>
<div class="container_12">
<div class="grid_12">
<a href="index.html" class="donate-title pull-left"><b>
Rachana Foundation</b>
</a>
<div class="menu_block ">
<div class="clear"></div>
<nav class="horizontal-nav full-width horizontalNav-notprocessed">
<ul class="sf-menu">
<li class="current"><a href="index.html">Home</a></li>
<li><a href="#about_us">About Us</a></li>
<li>
<div class="dropdown">
<a href="#" data-toggle='dropdown'>Learn About IP</a>
</div>
<ul class='dropdown-menu' role='menu'>
<li>
Intellectual Property Rights
</li><hr>
<li>
Trademarks
</li><hr>
<li>
Patents
</li><hr>
<li>
Industrial Design
</li><hr>
<li>
Copyrights
</li><hr>
<li>
Geographic Locations
</li><hr>
<li>
Other Intellectual Property
</li>
</ul>
</li>
<li><a href="join-us.html">Join Us</a></li>
<li><div class="dropdown">
<a href="#" data-toggle='dropdown'>Resources</a>
</div>
<ul class='dropdown-menu' role='menu'>
<li><a href ="india-ip-legislation.html">India IP Legislation</li><hr>
<li><a href ="ip-database.html">IP Database</a></li><hr>
<li><a href ="wipo-administered-treaties.html">WIPO Administered Treaties</a></li>
</ul>
</li>
<li><a href="report-an-ip-issue.html">Report an IP Issue</a></li>
<li><a href="#">Media</a></li>
<li><a href="#">Blog</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
</nav>
<div class="clear"></div>
</div>
</div>
</div>
</header>