-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolo360.html
112 lines (106 loc) · 4.57 KB
/
polo360.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>polo360</title>
<link rel="stylesheet" type="text/css" href="css/polo.css">
</head>
<body>
<div class="header">
<div class="head1 w">
<ul class="head_title clearfix">
<li><a href="#" class="title1">HOME</a><p>Back to home</p></li>
<li><a href="#" class="title1">PRODUCTS</a><p>What we have for you</p></li>
<li><a href="#" class="title1">SERVICES</a><p>Things we do</p></li>
<li><a href="#" class="title1">BLOG</a><p>Follow our updates</p></li>
<li><a href="#" class="title1">CONTACT</a><p>Ways to reach us</p></li>
</ul>
<a href="#"><img src="images/logo.jpg" id="logo" /></a>
</div>
<div class="banner w">
<img src="images/head_bg.png" alt="好看吧嘻嘻">
<div class="picker">
<a href="#"></a>
<a href="#" class="active"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</div>
</div>
</div>
<div class="content w clearfix">
<h1>Lorem ipsum dolor sit amet, consectetur adipisicing elit</h1>
<img id="shadow" src="images/shadow.png" alt="阴影">
<div class="pl">
<h2>Perfect Logic</h2>
<p>All you want your website to do.</p>
<div class="imgdiv1">
</div>
<h3>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</h3>
<a href="#">Learn More</a>
</div>
<div class="cs">
<h2>Complete Solution</h2>
<p>A tool anything and everything you can think</p>
<div class="imgdiv2">
</div>
<h3>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciun tdolore magnam aliquam quaerat voluptatem.</h3>
<a href="#">Learn More</a>
</div>
<div class="uc">
<h2>Uber Culture</h2>
<p>Fresh. Modern and ready for future</p>
<div class="imgdiv3">
</div>
<h3>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</h3>
<a href="#">Learn More</a>
</div>
</div>
<div class="formDiv w clearfix">
<img id="formBg"src="images/shadow.png" alt="shodow">
<div class="sc">
<h1>Social Connection</h1>
<p class="p1">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium</p>
<div class="icon clearfix">
<a href="#"><img src="images/icon1.png" alt="icon"></a>
<a href="#"><img src="images/icon2.png" alt="icon"></a>
<a href="#"><img src="images/icon3.png" alt="icon"></a>
<a href="#"><img src="images/icon4.png" alt="icon"></a>
<a href="#"><img src="images/icon5.png" alt="icon"></a>
<h1>Newsletter</h1>
<p class="p2">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium</p>
<form action="#">
<input type="text" />
<button><span>Subscribe</span></button>
</form>
</div>
</div>
<div class="ct">
<h1>Contact</h1>
<form action="#" class="clearfix">
<input id="name" type="text">
<input id="email"type="text">
<textarea></textarea>
<button><span>Send it</span></button>
</form>
</div>
<div class="nu"><h1>News Updates</h1>
<div class="rIcon">
<p> <img src="images/ricon.png" alt="">
<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span> </p>
<p> <img src="images/ricon1.png" alt="">
<span>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</span></p>
<p> <img src="images/ricon2.png" alt="">
<span>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium.</span></p>
<button><span>Visit our Blog</span></button>
</div>
</div>
</div>
<div class="footer">
<p class="rightP">Copyright 2010. Studio VIVROCKS. All Rights Reserved.</p>
<p>Site Powered by Wordpress. Design and Developed by VIVROCKS.</p>
<p><a href="#">Home</a> | <a href="#">About</a> | <a href="#">Products</a> | <a href="#">Services</a> | <a href="#">Contact</a></p>
<p>Privacy Policy | Terms of use</p>
</div>
</body>
</html>