-
Notifications
You must be signed in to change notification settings - Fork 1
/
artist_5-2.php
158 lines (113 loc) · 5.79 KB
/
artist_5-2.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jutsu || Detective Lau</title>
<!-- Head -->
<?php include "head.php";?>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
@font-face {
font-family: myFirstFont;
src: url(GTWalsheimPro-Black.woff);
}
.tryme{
font-family: myFirstFont;
margin-top: 2.5%;
margin-bottom: 4%;
text-align: center;
}
h1, h2, h3, h4 ,h5{
font-family: myFirstFont !important;
}
.tryme h1 {
font-size: 100px;
}
</style>
</head>
<body>
<div class="page-wrapper default-theme sidebar-bg bg1 toggled">
<!-- navbar -->
<?php include "navbar.php";?>
<!-- page-content -->
<main class="page-content pt-2 neumorphic3">
<div id="overlay" class="overlay"></div>
<div class="container">
<div class="main-body">
<nav aria-label="breadcrumb" class="main-breadcrumb neumorphic4">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="home.php">Home</a></li>
<li class="breadcrumb-item"><a href="art.php">Art</a></li>
<li class="breadcrumb-item active" aria-current="page">Art Detail</li>
</ol>
</nav>
</div>
<!-- Breadcrumb End -->
<div class="tryme"><h1>DETECTIVE LAU</h1></div>
<!-- Product Detail Start -->
<div class="product-detail">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="row align-items-center">
<div class="footer-top neumorphic shadow">
<img class="img-fluid" height="800px" width="800px"src="image/MADRONA 2.png"></div>
</div>
<section class="py-5 header">
<div class="container py-3 neumorphic4">
<div class="row">
<div class="col-md-3 inset">
<!-- Tabs nav -->
<div class="nav flex-column nav-pills nav-pills-custom" id="v-pills-tab" role="tablist" aria-orientation="vertical">
<a class="nav-link mb-3 p-3 shadow active" id="v-pills-home-tab" data-toggle="pill" href="#v-pills-home" role="tab" aria-controls="v-pills-home" aria-selected="true">
<span class="font-weight-bold small text-uppercase">Description</span></a>
<a class="nav-link mb-3 p-3 shadow" id="v-pills-profile-tab" data-toggle="pill" href="#v-pills-profile" role="tab" aria-controls="v-pills-profile" aria-selected="false">
<span class="font-weight-bold small text-uppercase">Details</span></a>
<a class="nav-link mb-3 p-3 shadow" id="v-pills-messages-tab" data-toggle="pill" href="#v-pills-messages" role="tab" aria-controls="v-pills-messages" aria-selected="false">
<span class="font-weight-bold small text-uppercase">Reviews</span></a>
</div>
</div>
<div class="col-md inset2">
<!-- Tabs content -->
<div class="tab-content" id="v-pills-tabContent">
<div class="tab-pane fade shadow rounded show active p-5 neumorphic3 inset5" id="v-pills-home" role="tabpanel" aria-labelledby="v-pills-home-tab">
<p class="font-italic text-muted mb-2">Detective Lau
<br>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<br>
made by: Henry Rhey F. Madrona
<br>
size: 1080 x 1080 px
</p>
</div>
<div class="tab-pane fade shadow rounded p-5 neumorphic3 inset5" id="v-pills-profile" role="tabpanel" aria-labelledby="v-pills-profile-tab">
<p class="font-italic text-muted mb-2">Drawing / Digital Art<br>Price: $78
<br>
</p>
</div>
<div class="tab-pane fade shadow rounded p-5 neumorphic3 inset5" id="v-pills-messages" role="tabpanel" aria-labelledby="v-pills-messages-tab">
<p class="font-italic text-muted mb-2">It was so amazing the art really captures your soul! <br> - anonymous </p>
</div>
</div>
</div>
</div> <br> <a class="btn neumorphic inset5 active " href="cart.php" style="padding-top: 10px; padding-bottom: 10px;" ><i class="fa fa-shopping-cart"></i></a>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<br><br>
<!-- footer -->
<?php include "footer.php";?>
</main>
<!-- page-content" -->
</div>
<!-- using local scripts -->
<?php include "script.php";?>
</body>
</html>