-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (213 loc) · 8.64 KB
/
index.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Raymond Mowla Music</title>
<meta
name="description"
content="Author | Songwriter | Speaker | Artist. Raymond Mowla is a recording artist and producer based in Toronto who actively collaborates with other artists."
/>
<link rel="stylesheet" href="style/output/index.css" />
<link
rel="icon"
type="image/x-icon"
href="/assets/images/stylus4.jpg"
/>
<!-- font awesome social icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
/>
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500&family=Manrope:wght@400;500&display=swap"
rel="stylesheet"
/>
<script type="module" src="index.js" defer></script>
</head>
<body>
<section id="header-image"></section>
<header>
<div id="name">
<!-- <img src="./assets/images/stylus4.jpg" id="header-avatar" /> -->
<video autoplay loop muted id="header-avatar">
<source
src="./assets/images/stylus_video1.mp4"
type="video/mp4"
/>
Your browser does not support the video tag.
</video>
<h1></h1>
<span></span>
</div>
<section id="header-links">
<section id="social">
<a
href="#"
class="fa-brands fa-instagram fa-2x"
target="_blank"
></a>
<a
href="#"
class="fa-brands fa-youtube fa-2x"
target="_blank"
></a>
<a
href="#"
class="fa-brands fa-apple fa-2x"
target="_blank"
></a>
<a
href="#"
class="fa-brands fa-spotify fa-2x"
target="_blank"
></a>
<a
href="#"
class="fa-brands fa-soundcloud fa-2x"
target="_blank"
></a>
<a
href="#"
class="fa-brands fa-whatsapp fa-2x"
target="_blank"
></a>
</section>
<section id="header-text-links">
<a href="#" id="header-intro-text-link">About</a>
|
<a href="#" id="header-credits-text-link">Credits</a>
</section>
</section>
</header>
<section id="menu">
<button id="singles">
<i class="fa-solid fa-music"></i>Singles
</button>
<button id="albums">
<i class="fa-solid fa-compact-disc"></i>Albums
</button>
<button id="freestyles">
<i class="fa-solid fa-microphone"></i>Freestyles
</button>
</section>
<section id="sidebar"></section>
<section id="display"></section>
<section id="intro-container">
<h1>Thank you for visiting my website.</h1>
<section id="intro">
<p>
Raymond.mowla.music (IG) started out as a journey from just
wanting to accomplish recording a single in my lifetime, to
now operating as an organization invested the development of
other Artist.
</p>
<p>
Through collaborations with various producers, artists,
photographers, and other creatives, this short but sweet
journey has had a significant growing and learning curve
that moved me from working with a producer to release, ‘one
track a month’ in 2019, to now producing my own music and
releasing close to ‘one track a week’ along with multiple
albums a year in 2022!
</p>
<p>
Along the way, I think I’ve gained some great insights and
enjoy working with artists who, more than simply ‘getting
famous’ are interested in developing their craft and
learning from one another.
</p>
<p>
I used to wish I could do this full time, but now, despite
working a full-time job, I realized that I pretty much ‘do’
do this as a full time hobby. In the past three years I’ve
written and produced music in the genre’s of Gospel, Hip
Hop, Rap, R&B, Soul, and Reggae.
</p>
<p>
I’m always open to collaborations and know I have much more
diversity of music styles still hidden away in me yet! Feel
welcome to reach out if you’re interested to learn more.
</p>
<p>
Email:
<a href="mailto:[email protected]"
>
</p>
<p>Blessings always,</p>
</section>
</section>
<section id="credits-container">
<section id="credits">
<h1>Special Thanks to:</h1>
<ul>
<li>Adam Pondang - Producer</li>
<li>Tonisha Dumaresq – Artist</li>
<li>Mike DeFaria - Producer</li>
<li>Daniella “V” Neyra – Artist</li>
<li>
Sean Xiao – Photography, Videography, Artist &
Website Design
</li>
<li>Tamira Roza – Artist</li>
<li>Suzka - Artist</li>
<li>Justin “J.Rhythmatic” Shaw – Artist</li>
<li>Rayon Anthony – Artist</li>
<li>Shan “Kloud9” Singh – Artist</li>
<li>Tone Avant – Artist</li>
</ul>
<p>
And all of the faithful brothers and sisters in Christ who
continually remember me in their prayers.
</p>
</section>
</section>
<footer>
<img src="./assets/images/stylus4.jpg" alt="stylus" />
<section id="footer-links">
<section id="social">
<a
href="#"
class="fa-brands fa-instagram fa-2x"
target="_blank"
></a>
<a
href="#"
class="fa-brands fa-youtube fa-2x"
target="_blank"
></a>
<a
href="#"
class="fa-brands fa-apple fa-2x"
target="_blank"
></a>
<a
href="#"
class="fa-brands fa-spotify fa-2x"
target="_blank"
></a>
<a
href="#"
class="fa-brands fa-soundcloud fa-2x"
target="_blank"
></a>
<a
href="#"
class="fa-brands fa-whatsapp fa-2x"
target="_blank"
></a>
</section>
<section id="footer-text-links">
<a href="#" id="footer-intro-text-link">About</a>
|
<a href="#" id="footer-credits-text-link">Credits</a>
</section>
</section>
</footer>
</body>
</html>