-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
144 lines (138 loc) · 5.25 KB
/
product.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700" rel="stylesheet">
</head>
<body>
<!-- HEADER =============================-->
<header class="item header margin-top-0">
<div class="wrapper">
<nav role="navigation" class="navbar navbar-white navbar-embossed navbar-lg navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button data-target="#navbar-collapse-02" data-toggle="collapse" class="navbar-toggle" type="button">
<i class="fa fa-bars"></i>
<span class="sr-only">Toggle navigation</span>
</button>
<a href="index.html" class="navbar-brand brand"> SCORILO </a>
</div>
<div id="navbar-collapse-02" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="propClone"><a href="index.html">Inicio</a></li>
<li class="propClone"><a href="shop.html">Tienda</a></li>
<li class="propClone"><a href="product.html">Productos</a></li>
<li class="propClone"><a href="checkout.html">Verificacion</a></li>
<li class="propClone"><a href="contact.html">Contacto</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="text-pageheader">
<div class="subtext-image" data-scrollreveal="enter bottom over 1.7s after 0.0s">
Product Name
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- CONTENT =============================-->
<section class="item content">
<div class="container toparea">
<div class="underlined-title">
<div class="editContent">
<h1 class="text-center latestitems">Awesome Product</h1>
</div>
<div class="wow-hr type_short">
<span class="wow-hr-h">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</span>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="productbox">
<img src="images/product2-2.jpg" alt="">
<div class="clearfix">
</div>
<br/>
<div class="product-details text-left">
<p>
Your description here. Serenity is a highly-professional & modern website theme crafted with you, the user, in mind. This light-weight theme is generous, built with custom types and enough shortcodes to customize each page according to your project. You will notice some examples of pages in demo, but this theme can do much more.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<a href="#" class="btn btn-buynow">$49.00 - Purchase</a>
<div class="properties-box">
<ul class="unstyle">
<li><b class="propertyname">Version:</b> 1.0</li>
<li><b class="propertyname">Image Size:</b> 2340x1200</li>
<li><b class="propertyname">Files Included:</b> mp3, audio, jpeg, png</li>
<li><b class="propertyname">Documentation:</b> Well Documented</li>
<li><b class="propertyname">License:</b> GNU</li>
<li><b class="propertyname">Requires:</b> Easy Digital Downloads</li>
<li><b class="propertyname">Environment:</b> Wordpress</li>
<li><b class="propertyname">Any Field Etc:</b> Any Detail</li>
<li><b class="propertyname">Number:</b> Up to 20 specifications in this box</li>
<li><b class="propertyname">Live Demo:</b><a target="_blank" href="http://www.wowthemes.net/">http://www.wowthemes.net/</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- CALL TO ACTION =============================-->
<section class="content-block" style="background-color:#00bba7;">
<div class="container text-center">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="item" data-scrollreveal="enter top over 0.4s after 0.1s">
<h1 class="callactiontitle"> Promote Items Area Give Discount to Buyers <span class="callactionbutton"><i class="fa fa-gift"></i> WOW24TH</span>
</h1>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER =============================-->
<div class="footer text-center">
<div class="container">
<div class="row">
<p class="footernote">
Connect with Scorilo
</p>
<ul class="social-iconsfooter">
<li><a href="#"><i class="fa fa-phone"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
</ul>
<p>
© 2017 Your Website Name<br/>
Scorilo - Free template by <a href="https://www.wowthemes.net/">WowThemesNet</a>
</p>
</div>
</div>
</div>
<!-- Load JS here for greater good =============================-->
<script src="js/jquery-.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/anim.js"></script>
</body>
</html>