-
Notifications
You must be signed in to change notification settings - Fork 1
/
artist_2.php
136 lines (108 loc) · 6 KB
/
artist_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
<!DOCTYPE html>
<html lang="en">
<head><title>Jutsu || Paglinawan, Maria Veronica G.</title>
<?php include "head.php";?>
<link rel="stylesheet" href="css/admin.css">
<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;
}
</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">
<!-- Breadcrumb -->
<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="artist.php">Artist</a></li>
<li class="breadcrumb-item active" aria-current="page">Veronica Paglinawan</li>
</ol>
</nav>
<!-- /Breadcrumb -->
<div class="tryme"><h2>Paglinawan, Maria Veronica G.</h2></div>
<div class="row gutters-sm">
<div class="col-md-12 mb-3">
<div class="card neumorphic4 inset3" style="border: none;">
<div class="card-body">
<div class="d-flex flex-column align-items-center text-center">
<img src="image/icon_Veronica_Gojo.jpg" alt="Admin" class="rounded-circle" width="150">
<div class="mt-3">
<h4>Veronica Paglinawan</h4>
<p class="text-muted font-size-sm"> I am very passionate in what I do and try to give it my all. I am who I am now because of art. I am proud of what I’ve achieved as an artist. Art is not only my way of expression and communication, but it is also my escape. When I am in the zone, everything just fades away, it’s just myself, my instruments, and my ideas. My hands move so smoothly and I just can’t stop. Art is everything to me, I want to keep on doing it and be happy with it, I don’t want my spark to burn out my choosing what society wants. I want to inspire and help other artists and also learn from them.
My dream is to hold exhibits and soon when I die, I want my paintings to be on the walls of museums all over the world.</p>
</div>
</div>
</div>
</div>
<div class="card mt-3" style="border: none;">
<ul class="list-group list-group-flush">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap neumorphic4 inset3">
<h6 class="mb-0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram mr-2 icon-inline text-danger"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line></svg>Instagram</h6>
<a href="https://www.instagram.com/veronica.paglinawan/" style="text-decoration: none;">
<span class="text-secondary">/veronica.paglinawan</span></a>
</li>
</ul>
</div>
</div>
<div class="col-md-12">
<div class="card neumorphic4 inset4 pad">
<h3> WORKS: </h3>
<div class="row">
<br>
<div class="col-12 col-sm-4 col-md-4 col-lg-4" >
<div class="our-team" style="box-shadow: 0.2rem 0.2rem 0.5rem #c8d0e7, -0.2rem -0.2rem 0.5rem white;">
<div><a href="artist_2-1.php">
<img src="image/VP 1.png" class="neumorphic4 inset4 pad" height="300px" width="350px"></a>
</div>
</div>
</div>
<div class="col-12 col-sm-8 col-md-4 col-lg-4" >
<div class="our-team" style="box-shadow: 0.2rem 0.2rem 0.5rem #c8d0e7, -0.2rem -0.2rem 0.5rem white;">
<div><a href="artist_2-2.php">
<img src="image/VP 2.png" class="neumorphic4 inset4 pad" height="300px" width="350px"></a>
</div>
</div>
</div>
<div class="col-12 col-sm-8 col-md-4 col-lg-4" >
<div class="our-team" style="box-shadow: 0.2rem 0.2rem 0.5rem #c8d0e7, -0.2rem -0.2rem 0.5rem white;">
<div><a href="artist_2-3.php">
<img src="image/VP 3.png" class="neumorphic4 inset4 pad" height="300px" width="350px"></a>
</div>
</div>
</div>
<!-- page-content -->
</div>
</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>