-
Notifications
You must be signed in to change notification settings - Fork 0
/
msi.html
139 lines (121 loc) · 4.03 KB
/
msi.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Star Laptops</title>
<link href="Star_icon_stylized.svg.png" type="image/gif" rel="shortcut icon"/>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<style>
.tab-content{
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
padding: 1px;
margin: 0px;
}
.container{
margin: 0px;
padding: 0px;
}
.nav-tabs{
margin-bottom: 0;
}
.td1{
float:left;
}
.td2{
float: right;
}
.list-inline{
font-size: 20px;
color: black;
padding:0px;
width:100%;
background-color:green;
float: left;
text-decoration: none;
}
.a{
color:white;
text-decoration: none;
}
.a1{
color:black;
text-decoration: none;
}
.panel-footer{
background-color: aqua;
}
.nopadding{
padding: 0px!important;
margin: 0px!important;
}
.ul{
list-style-type: none;
}
.figcap{
margin: 50px;
}
</style>
</head>
<body>
<div class="container-fluid nopadding">
<div class="page-header">
<div class="row">
<div class="col-lg-12 col-md-12">
<ul class="ul">
<li class="td1">
<img src="pd,x400,macbook_air_13-bg,ffffff.u2.jpg" height="70" width="95"/> <img src="Untitled.png" height="70" width="300">
</li>
<li class="td2">
<a href="http://www.facebook.com"><img src="facebook-icon-preview-1-400x400.png" height="40" width="40"/></a>
<a href="http://www.twitter.com"><img src="twitter-icon-83.png" height="40" width="40"/></a>
<a href="http://www.pinterest.com"><img src="Pinterest_Favicon.png" height="40" width="40"/></a>
<a href="http://www.youtube.com"><img src="Dakirby309-Simply-Styled-YouTube.ico" height="40" width="40"/></a>
<a href="http://plus.google.com"><img src="Logo_google+_2015.png" height="40" width="40"/></a>
<a href="http://www.instagram.com"><img src="app-icon2.png" height="40" width="40"/></a>
</li>
<br clear="all" />
</ul>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 nopadding">
<ul class="list-inline nopadding">
<li><a href="home.html" class="a">Home</a></li>
<li><a href="about us.html" class="a">About Us</a></li>
<li><a href="products.html" class="a">Products</a></li>
<li><a href="contact us.html" class="a">Contact Us</a></li>
<li><a href="Category.html" class="a">Category</a></li>
<li><a href="term.html" class="a">Terms & Conditions</a></li>
</ul>
</div>
<br clear="all"/>
<h2><b>MSI Products</b></h2>
<br clear="all"/>
<div class="col-lg-12 col-md-12 ">
<ul class="list-inline nopadding" style="background-color: white">
<li><figure><img src="msi.jpg" width="400"/><figcaption><a class="a1" href="17th product.html"> <b>MSI GE62VR Apache Pro</b></a></figcaption> </figure></li>
<li><figure><img src="msi2.jpg" width="400"/><figcaption><a class="a1" href="18th product.html"> <b>MSI CX62 6QD-047US</b></a></figcaption> </figure></li>
</ul>
</div>
<br clear="all"/>
<br clear="all"/>
<br/>
<footer>
<div class="panel-footer">
<p>Social Links: <tr> <td>
<a href="http://www.facebook.com"><img src="facebook-icon-preview-1-400x400.png" height="20" width="20"/></a>
<a href="http://www.twitter.com"><img src="twitter-icon-83.png" height="20" width="20"/></a>
<a href="http://www.pinterest.com"><img src="Pinterest_Favicon.png" height="20" width="20"/></a>
<a href="http://www.youtube.com"><img src="Dakirby309-Simply-Styled-YouTube.ico" height="20" width="20"/></a>
<a href="http://plus.google.com"><img src="Logo_google+_2015.png" height="20" width="20"/></a>
<a href="http://www.instagram.com"><img src="app-icon2.png" height="20" width="20"/></a>
</td> </tr></p>
<p>Best Laptops of 2017: <a href="http://www.techradar.com/news/mobile-computing/laptops/best-laptops-1304361">http://www.techradar.com/news/mobile-computing/laptops/best-laptops-1304361</a></p>
<p>Contact us: <a href="mailto:support@starlaptops.pk">support@starlaptops.pk</a></p>
</div>
</footer>
</div>
</body>
</html>