-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlft-project.html
176 lines (170 loc) · 5.11 KB
/
lft-project.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
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>shop</title>
<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="main-wrapper">
<div class="header-wrapper">
<div class="header-div">
<div class="logo-div clearfix">
<!-- <div class="logo-image"></div> -->
<img src="images/logo.png" class="logo" />
<div class="logo-name">XY|YX</div>
<div class="logo-slogan">quality you can touch</div>
</div>
<div class="menu-wrapper clearfix">
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">Our products</a></li>
<li><a href="#">Our Clients</a>
<ul>
<li><a href="#">Decore</a></li>
<li><a href="#">Omega</a></li>
<li><a href="#">Kalanga</a></li>
</ul></li>
<li><a href="#">Contact</a></li>
<li><form class="search-form" id="search">
<input type="text" placeholder="Search" />
</form></li>
</ul>
<input type="image" src="images/search_button.png" alt="Submit"
class="search-form" id="search" />
</div>
</div>
<div class="slider-div">
<div class="slider"></div>
</div>
</div>
<div class="body-wrapper">
<div class="content-wrapper">
<div class="content-text clearfix">
<div class="intro">
<h1>WOMEN'S SUNGLASSES</h1>
<p>With sunglass styles and fits designed exclusively for
women, fashion meets function through the lens of High Defination
Optics©. From the tried and trueto everything new, we've created
an entirely new dimension with Oakely Women's Sunglasses.</p>
<div class="shop-button">
<ul>
<li><a href="#">SHOP ALL WOMEN'S GLASSES</a></li>
</ul>
</div>
</div>
<div class="content-guide">
<a href="#"><img src="images/shopping_guide.png"></a>
</div>
</div>
<div class="content-tab">
<div class="tab-button-wrapper clearfix">
<ul class="tab">
<li class="tab-active">TAB 1</li>
<li>TAB 2</li>
<li>TAB 3</li>
</ul>
</div>
<div class="tab-content clearfix">
<div class="ad">
<dl>
<dt>
<img src="images/sport-glass.jpg" />SPORT
</dt>
<dd>With Oakley, atheletes like Karena Dawn continue to
make their mark on the world. And we are making our mark on
them.</dd>
</dl>
<div class="shop-button">
<ul>
<li><a href="#">SHOP ALL</a></li>
</ul>
</div>
</div>
<div class="ad">
<dl>
<dt>
<img src="images/sport-glass.jpg" />SPORT
</dt>
<dd>With Oakley, atheletes like Karena Dawn continue to
make their mark on the world. And we are making our mark on
them.</dd>
</dl>
<div class="shop-button">
<ul>
<li><a href="#">SHOP ALL</a></li>
</ul>
</div>
</div>
<div class="ad">
<dl>
<dt>
<img src="images/sport-glass.jpg" />SPORT
</dt>
<dd>With Oakley, atheletes like Karena Dawn continue to
make their mark on the world. And we are making our mark on
them.</dd>
</dl>
<div class="shop-button">
<ul>
<li><a href="#">SHOP ALL</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="technology-wrapper">
<div class="technology-intro">
<p>If you want the best clarity and protection on the planet,
nothing comes close to Oakley's High Defination Optics®
(HDO®). Its patented technologies surpass all tests of the
American National Standards Institute.</p>
</div>
<div class="technology-text">
<div class="technology-content clearfix">
<div class="tech-ad clearfix">
<img src="images/hd-polarized.png" />
<dl>
<dt>HD POLARIZED</dt>
<dd>With Oakley, atheletes like Karena Dawn continue to
make their mark on the world. And we are making our mark on
them.</dd>
</dl>
</div>
<div class="tech-ad clearfix">
<img src="images/hd-polarized.png" />
<dl>
<dt>HD POLARIZED</dt>
<dd>With Oakley, atheletes like Karena Dawn continue to
make their mark on the world. And we are making our mark on
them.</dd>
</dl>
</div>
<div class="tech-ad clearfix">
<img src="images/hd-polarized.png" />
<dl>
<dt>HD POLARIZED</dt>
<dd>With Oakley, atheletes like Karena Dawn continue to
make their mark on the world. And we are making our mark on
them.</dd>
</dl>
</div>
<div class="tech-ad clearfix">
<img src="images/hd-polarized.png" />
<dl>
<dt>HD POLARIZED</dt>
<dd>With Oakley, atheletes like Karena Dawn continue to
make their mark on the world. And we are making our mark on
them.</dd>
</dl>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="javascript/script.js" type="text/javascript"></script>
</body>
</html>