-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
84 lines (79 loc) · 3.59 KB
/
index1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Simpex International Group</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<!-- Wrap all page content here -->
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Simpex International Group</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Welcome <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Simpex International</a></li>
<li><a href="#">Shaheen Embroider</a></li>
<li><a href="#">World Top International</a></li>
<li class="divider"></li>
<li class="dropdown-header">Up Coming</li>
<li><a href="#">MNM International</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Begin page content -->
<div class="container">
<div class="page-header">
<h1>Simpex International Group</h1>
</div>
<p class="lead">Simpex International is a International Trading / Indenting house based at Rawalpindi / Wah Cantt , Pakistan and engaging various Trading / Indenting activities for the last 10 years exclusively for foreign procurements (FOB & C&F Basis) . All of our Customers are Govt. & Semi Govt. Organizations, Private Sector Industries and our Principals (world wide) located Globally with Best of solutions and Services.</p>
<p> Go to our <a href="http://simpexintl.com" target="_blank">old official website</a>.</p>
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="http://simpexintl.com/" target="_blank"><img src="img/v1.png" alt="" class="img-thumbnail"></a>
</div>
<div class="col-md-3 col-sm-6">
<a href="http://www.shaheenembroider.com/" target="_blank"><img src="img/v2.png" alt="" class="img-thumbnail"></a>
</div>
<div class="col-md-3 col-sm-6">
<a href="http://www.worldtopintl.com/" target="_blank"><img src="img/v3.png" alt="" class="img-thumbnail"></a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#"><img src="img/v4.png" alt="" class="img-thumbnail"></a>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p class="text-muted credit">Copyright © 2016. All rights reserved. Powered by <a href="http://realsolutions.com" target="_blank">RealSolutions</a>.</p>
</div>
</div>
<!-- script references -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>