-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
205 lines (188 loc) · 10.4 KB
/
news.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html>
<head>
<title>.:: Simanor ::.</title>
<link rel="icon" href="assets/images/favicon.ico" type='image/x-icon'/>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway|Roboto" rel="stylesheet">
<link rel="stylesheet" href="assets/css/animate.css">
<script src="assets/js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</head>
<body>
<div class="navbar-fixed-top desktop_header">
<div class="topmost_div">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="#" class="top_div_links" style="border-left: 1px solid #607588"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="franchisees.html" class="top_div_links"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="career.html" class="top_div_links"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="#" class="top_div_links"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#" class="top_div_links" style="border-left: 1px solid #607588"><i class="fa fa-phone" aria-hidden="true"></i> +1 646 340 2040</a></li>
<li><a href="franchisees.html" class="top_div_links"><i class="fa fa-envelope" aria-hidden="true"></i> info@simanor.com</a></li>
</ul>
</div>
</div>
<div class="middle_header">
<div class="container" style="padding-top: 15px;">
<div class="col-sm-3">
<a class="navbar-brand" href="index.html" style="padding-top: 7px">
<img src="assets/images/logo.png" class="img-responsive" style="width: 175px">
</a>
</div>
<div class="col-sm-9">
<ul class="nav navbar-nav navbar-right" style="padding-top: 18px">
<li><a href="index.html" class="middle_nav_links"><i class="fa fa-home" aria-hidden="true"></i> Home</a></li>
<li><a href="about-us.html" class="middle_nav_links">About Us</a></li>
<li><a href="services.html" class="middle_nav_links">Services</a></li>
<li><a href="our-team.html" class="middle_nav_links">Our Team</a></li>
<li class="dropdown"><a href="#" class="dropdown-toggle middle_nav_links" data-toggle="dropdown">Experience</a>
<ul class="dropdown-menu">
<li><a href="experience.html">Completed Transition</a></li>
<li><a href="current-transaction.html">Current Transaction</a></li>
</ul>
</li>
<li class="active"><a href="news.html" class="middle_nav_links">News & Resources</a></li>
<li><a href="contact-us.php" class="middle_nav_links" style="border: none;">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="mobile_header">
<div class="col-sm-3 col-xs-3">
<a href="index.html">
<img src="assets/images/logo.png" style="width: 170px">
</a>
</div>
<div class="col-sm-9 col-xs-9">
<a href="#" onclick="openNav()">
<img src="assets/images/toggle.png" class="pull-right">
</a>
</div>
</div>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="about-us.html">About Us</a>
<a href="services.html">Services</a>
<a href="our-team.html">Our Team</a>
<a href="#" data-toggle="collapse" data-target="#toggleDemo" data-parent="#sidenav01" class="collapsed">Experience <i class="fa fa-caret-down" aria-hidden="true"></i></a>
<div class="collapse" id="toggleDemo" style="height: 0px;padding-left: 60px;">
<ul class="nav nav-list">
<li><a href="experience.html" class="sidebar_link">Complete Transaction</a></li>
<li><a href="current-transaction.html" class="sidebar_link">Current Transaction</a></li>
</ul>
</div>
<a href="news.html">New & Resouces</a>
<a href="contact-us.php">Contact Us</a>
</div>
<div class="services_banner_news top_div">
<h1 class="main_headings2">News & Resources</h1>
<div class="seprator_3"></div>
</div>
<div class="container top_div2">
<div class="row">
<div class="col-md-4">
<img src="assets/images/news1.jpg" class="img-responsive img-rounded" style="position: relative;">
<span class="ribbon">05 <br> Sep</span>
</div>
<div class="col-md-8">
<p style="font-size: 16px">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<hr>
<div class="row">
<div class="col-sm-8">
<p><i class="fa fa-tags"></i> Tags: <span class="badge badge-info">Engineering</span> <span class="badge badge-warning">Experience</span> <span class="badge badge-info">Bussiness</span></p>
</div>
<div class="col-sm-4">
<a href="about-us.html" class="btn btn-default btn2 pull-right" style="margin-top: 0">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="container top_div2">
<div class="row">
<div class="col-md-8">
<p style="font-size: 16px">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<hr>
<div class="row">
<div class="col-sm-8">
<p><i class="fa fa-tags"></i> Tags: <span class="badge badge-info">Engineering</span> <span class="badge badge-warning">Experience</span> <span class="badge badge-info">Bussiness</span></p>
</div>
<div class="col-sm-4">
<a href="about-us.html" class="btn btn-default btn2 pull-right" style="margin-top: 0">Read More</a>
</div>
</div>
</div>
<div class="col-md-4">
<img src="assets/images/news1.jpg" class="img-responsive img-rounded" style="position: relative;">
<span class="ribbon">05 <br> Sep</span>
</div>
</div>
</div>
<div class="container top_div2">
<div class="row">
<div class="col-md-4">
<img src="assets/images/news1.jpg" class="img-responsive img-rounded" style="position: relative;">
<span class="ribbon">05 <br> Sep</span>
</div>
<div class="col-md-8">
<p style="font-size: 16px">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<hr>
<div class="row">
<div class="col-sm-8">
<p><i class="fa fa-tags"></i> Tags: <span class="badge badge-info">Engineering</span> <span class="badge badge-warning">Experience</span> <span class="badge badge-info">Bussiness</span></p>
</div>
<div class="col-sm-4">
<a href="about-us.html" class="btn btn-default btn2 pull-right" style="margin-top: 0">Read More</a>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="container-fluid footer_upper">
<div class="col-sm-10 col-sm-offset-1">
<div class="col-sm-5">
<p class="info_span4">Call us now <br>for free consultation : <span>+1 646 340 2040</span></p>
</div>
<div class="col-sm-2">
<span class="info_or">OR</span>
</div>
<div class="col-sm-5">
<p class="info_span5">Mail Now <br>for free consultation : <span>+1 646 340 2040</span></p>
</div>
</div>
</div>
<div class="footer_policy">
<a id="back-to-top" href="#" class="btn btn-default back-to-top" role="button"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
<p class="footer_para_bottom">© Copyright Simanor LLC. All Right Reserved. Designed By Glansa.com. <span class="pull-right"><a href="privacy-policy.html" class="footer_linkss">Privacy Policy</a> | <a href="term-condition.html" class="footer_linkss">Terms & Condition</a> | <a href="disclaimer.html" class="footer_linkss">Desclaimer</a></span></p>
</div>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
<!-- jQuery -->
<script src="assets/js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>