-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
190 lines (161 loc) · 8.07 KB
/
about.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pedro Gonçalves de Oliveira - Drummer</title>
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Fontawesome CSS -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Owl-Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Featherlight CSS -->
<link rel="stylesheet" href="assets/css/featherlight.min.css">
<!-- Main CSS -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body id="home">
<!-- Preloader Section -->
<div class="tunehill-preloader">
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
</div>
</div>
<!-- Header Section -->
<header class="header-section d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-4 col-6 mobile-space">
</div>
<div class="col-lg-8 col-6 d-flex align-items-center justify-content-end">
<nav class="mainmenu">
<ul>
<li class="nav-item"><a href="home">Home</a>
</li>
<li class="nav-item"><a href="about" style="color:#d39e00;">About</a></li>
<li class="nav-item"><a href="recordings">Recordings</a></li>
<li class="nav-item"><a href="studio">Studio</a></li>
<li class="nav-item"><a href="contacts" >Contacts</a></li>
<li class="nav-item" style="display: inline-flex">
<a href="sobre"><img width="20px" src="https://www.countryflags.io/pt/flat/64.png"></a>
<a class= "current-flag" style="margin-left: 3px" href="about"><img width="20px" src="https://www.countryflags.io/gb/flat/64.png"></a>
</li>
</ul>
</nav>
<!-- Mobile Menu -->
<div class="mobile-menu-btn">
<div class="btn-line"></div>
<div class="btn-line"></div>
<div class="btn-line"></div>
</div>
<div class="mobile-menu-wrap">
<span id="close-btn">
<i class="fa fa-times"></i>
</span>
<nav class="mobileMenu">
<ul>
<li class="nav-item"><a href="home">Home</a></li>
<li class="nav-item"><a href="about">About</a></li>
<li class="nav-item"><a href="recordings">Recordings</a></li>
<li class="nav-item"><a href="studio">Studio</a></li>
<li class="nav-item"><a href="contacts">Contacts</a></li>
<li class="nav-item" style="display: inline-flex">
<a href="sobre"><img width="20px" src="https://www.countryflags.io/pt/flat/64.png"></a>
<a style="margin-left: 3px" class= "current-flag" href="about"><img width="20px" src="https://www.countryflags.io/gb/flat/64.png"></a>
</li>
</ul>
</nav>
</div>
<!-- End Mobile Menu -->
</div>
</div>
</div>
</header <!-- End Header Section -->
<!-- Banner Section -->
<section class="banner-section">
<div class="container">
<div class="row">
<div class="col-12">
<h2></h2>
</div>
</div>
</div>
</section> <!-- End Banner Section -->
<!-- Biography Section -->
<section class="biography-section section-padding grey-bg" id="history">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="section-title">
<h2></h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="biography-description" style="text-align: justify;">
<h4 style="text-align: center;">Pedro Gonçalves Oliveira (1986)</h4>
<p>Pedro Gonçalves Oliveira is a musician from the north of Portugal, born and raised in Guimarães.
</p>
<p>
As a drummer and percussionist, he collaborates and records extensively with several multifaceted and multidisciplinary projects, exploring a wide range of music styles, from Jazz to Rock, Tradicional Portuguese Music and Improvisation. He also participates regularly in several cinema and theater productions.
</p>
<p>With a degree in Music, specialized in Electronic Music and Music Production, Pedro works both as a live and studio session musician. His recently opened recording studio <a href="studio" style="font-weight:bold;">"PANCADA"</a>, with truly inspiring and quiet surroundings, is specialized in drums and percussion recording.
</p>
</div>
</div>
<div class="col-lg-6">
<div class="biography-image">
<img src="assets/img/profile.jpg" alt="History">
</div>
</div>
</div>
</div>
</section> <!-- End Biography Section -->
<!-- Footer Section -->
<footer class="footer-section">
<div class="container">
<div class="col-12 text-center">
<div class="social-icons">
<a href="https://www.instagram.com/pedrogonoliveira"><i class="fa fa-instagram"></i></a>
<a href="mailto:pedrogonoliv@gmail.com"><i class="fa fa-envelope"></i></a>
<a href="spotify:playlist:6FLT5m6Ot826ksrahyl4db"><i class="fa fa-spotify"></i></a>
<a href="https://www.youtube.com/channel/UCqYKG372Zlrz-XF4w5w5Ihg"><i class="fa fa-youtube"></i></a>
</div>
<span class="copyright-text">
© Copyright© 2021 <a href="https://miguelfreitas.online/">Miguel Ângelo Freitas</a>, All Rights Reserved.
</span>
</div>
</div>
</footer> <!-- End Footer Section -->
<!-- Jquery -->
<script src="assets/js/jquery-3.2.1.min.js"></script>
<!-- Popper JS -->
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Owl-Carousel JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Featherlight JS -->
<script src="assets/js/featherlight.min.js"></script>
<!-- Easing JS -->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- AJAX Main JS -->
<script src="assets/js/ajax-mail.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
</body>
</html>