-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathportfolio-item00.php
40 lines (38 loc) · 1.23 KB
/
portfolio-item00.php
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
<!-- Page Title -->
<div class="section section-breadcrumbs">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Product Details</h1>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<!-- Product Image & Available Colors -->
<div class="col-sm-6">
<div class="product-image-large">
<img src="assets/img/inst/iitd.png" alt="Item Name">
</div>
<div class="colors">
<span class="color-white"></span>
<span class="color-black"></span>
<span class="color-blue"></span>
<span class="color-orange"></span>
<span class="color-green"></span>
</div>
</div>
<!-- End Product Image & Available Colors -->
<!-- Product Summary & Options -->
<div class="col-sm-6 product-details">
<h3>Teacher Detail</h3>
<p><strong>Client: </strong>Vactual Art</p>
<p><strong>Date: </strong>August 21, 2015</p>
<p><strong>Tags: </strong>Photography, Art, Graphics</p>
</div>
<!-- End Product Summary & Options -->
</div>
</div>
</div>