-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
289 lines (289 loc) · 26.2 KB
/
index.html
File metadata and controls
289 lines (289 loc) · 26.2 KB
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!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, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<!-- Primary Meta Tags -->
<title>Web Design for Heavy Metal Bands, Artists, and the Industry.</title>
<meta name="title" content="Web Design for Heavy Metal Bands, Artists, and the Industry."/>
<meta name="description" content="Web design services tailored to the unique needs of heavy metal bands, promoters, venues, and industry professionals. Get a website that is as metal as you are."/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://metalmorphosis.design/"/>
<meta property="og:title" content="Web Design for Heavy Metal Bands, Artists, and the Industry."/>
<meta property="og:description" content="Web design services tailored to the unique needs of heavy metal bands, promoters, venues, and industry professionals. Get a website that is as metal as you are."/>
<meta property="og:image" content="https://metalmorphosis.design/assets/metalmorphosis-social.png"/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:url" content="https://metalmorphosis.design/"/>
<meta property="twitter:title" content="Web Design for Heavy Metal Bands, Artists, and the Industry."/>
<meta property="twitter:description" content="Web design services tailored to the unique needs of heavy metal bands, promoters, venues, and industry professionals. Get a website that is as metal as you are."/>
<meta property="twitter:image" content="https://metalmorphosis.design/metalmorphosis-social.png"/>
<!-- Meta Tags Generated with https://metatags.io -->
<!-- Bootstrap core CSS -->
<link href="bootstrap_theme/bootstrap.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="blocks.css">
<link href="style.css" rel="stylesheet">
<link href="https://cdn.lineicons.com/4.0/lineicons.css" rel="stylesheet"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<nav class="bg-dark navbar navbar-expand-lg navbar-light py-lg-1 text-uppercase">
<div class="container"> <a class="fw-bold navbar-brand text-white" href="#" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;">Metalmorphosis Design</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown-3" aria-controls="navbarNavDropdown-3" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarNavDropdown-3">
<ul class="mb-2 mb-lg-0 ms-auto navbar-nav">
<li class="nav-item"> <a class="active nav-link px-lg-3 py-lg-4" aria-current="page" href="#" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;">Home</a>
</li>
<li class="nav-item"> <a class="nav-link px-lg-3 py-lg-4" href="#services" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;">Services</a>
</li>
<li class="nav-item"> <a class="nav-link px-lg-3 py-lg-4" href="#about" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;">About</a>
</li>
<li class="nav-item"> <a class="nav-link px-lg-3 py-lg-4" href="#contact" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;">Contact</a>
</li>
</ul>
<div class="ms-lg-3"><a class="btn btn-outline-light pb-3 pb-lg-2 pb-xl-3 pe-4 pe-lg-3 pe-xl-4 ps-4 ps-lg-3 ps-xl-4 pt-3 pt-lg-2 pt-xl-3 rounded-0" href="mailto:michael@metalmorphosis.design" style="font-family: 'Archivo Black', sans-serif;" target="_blank">Get In Touch</a>
</div>
</div>
</div>
</nav>
<div class="container">
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<section class="pb-3 pt-3 text-center">
<div class="container pb-3 pt-5">
<div class="pb-5 pt-5 row">
<img src="assets/metalmorphosis%20logo.png" class="img-fluid">
<div class="col-lg-9 col-xl-8 ms-auto me-auto pb-5 pt-3">
<h1 class="display-4 fw-bold mb-3 text-dark"> Web Design for Heavy Metal Bands, Artists, and the Industry.</h1>
<p class="lead mb-4 pt-4 pb-2 text-light-emphasis" style="font-size: 22px;">Metalmorphosis Design is the bridge between heavy metal and the digital world, transforming your artistic visions into captivating digital realities. My web design services are tailored to the unique needs of heavy metal bands, promoters, venues, and industry professionals. I will work with you to create a website that is both visually stunning and highly functional, with features that will help you achieve your band and business goals.</p>
<a href="#contact" class="btn btn-dark rounded-0 pb-3 pe-4 ps-4 pt-3" style="font-family: 'Archivo Black', sans-serif;">Let's Talk Now</a>
</div>
<img src="assets/metalmorphosis-header.jpg" class="img-fluid pt-3">
</div>
</div>
</section>
<section class="pb-5 pt-4 text-center">
<div class="container pb-3 pt-3">
<div class="align-items-center row">
<div class="col-lg-9 ms-auto me-auto">
<h2 class="display-6 fw-bold mb-3">Why Choose Metalmorphosis Design for Your Web Design Needs?</h2>
<p class="text-light-emphasis pb-3 mb-4">The name, "Metalmorphosis", reflects my commitment to transforming your vision into a visually stunning and highly functional website that embodies the spirit of heavy metal. I understand that heavy metal isn't just music; it's a way of life, an attitude, and a powerful community. My mission is to bring that spirit to life in the digital realm.</p> <a href="#contact" class="btn btn-dark rounded-0 pb-3 pe-4 ps-4 pt-3" style="font-family: 'Archivo Black', sans-serif;">Let's Talk Now</a>
</div>
</div>
</div>
</section>
<section class="mb-5 mt-5 newsletter-subscription pb-5">
<div class="container">
<div class="row bg-white border rounded-0 shadow-sm overflow-hidden">
<div class="col-12 col-xl-6 pt-4">
<h2 class="pb-2 pt-5 text-center text-xl-start">Stay Metal With My Exclusive Monthly Newsletter!</h2>
<p class="text-light-emphasis pb-3">Sign up for my newsletter and get the latest news on web design, heavy metal trends, and exclusive content.</p>
<form action="https://design.us21.list-manage.com/subscribe/post?u=48228ea723c38493dd8495f0f&id=7e3f6ac66a&f_id=008ee9e6f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_self" novalidate="">
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" name="EMAIL" class="required email rounded-0 mb-2" id="mce-EMAIL" required="" value="" placeholder="Enter your email address">
</div>
<div class="optionalParent">
<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="btn btn-dark rounded-0" value="Sign Up">
</div>
</div>
</form>
</div>
<div class="col-12 col-xl-6">
<img src="assets/metalmorphosis-subscribe.jpg" class="img-fluid">
</div>
</div>
</div>
</section>
<section id="services" class="pb-5 pt-3">
<div class="container pb-5 pt-3">
<div class="align-items-center mb-3 row">
<div class="col-lg-8 ms-auto me-auto text-center">
<h2 class="display-6 fw-bold mb-1">Services</h2>
<p class="text-light-emphasis">I craft custom web experiences that rock your audience, boosting your brand and driving results.</p>
</div>
</div>
<div class="row">
<div class="col-12 col-xl-4 pb-3 pt-3">
<div class="pb-3 pt-3 text-center">
<!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg fill="#1C2033" width="52" height="52" version="1.1" id="lni_lni-layout" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
<path d="M55.8,1.9H8.1c-3.4,0-6.2,2.8-6.2,6.2v47.6c0,3.4,2.8,6.2,6.2,6.2h47.6c3.4,0,6.2-2.8,6.2-6.2V8.1C62,4.7,59.2,1.9,55.8,1.9
z M8.1,6.4h47.6c1,0,1.8,0.8,1.8,1.8v8.8H6.4V8.1C6.4,7.1,7.2,6.4,8.1,6.4z M21.5,21.4h36v15.9h-36V21.4z M6.4,55.8V21.4H17v36.1
H8.1C7.2,57.5,6.4,56.7,6.4,55.8z M55.8,57.5H21.5V41.8h36v14C57.5,56.7,56.8,57.5,55.8,57.5z"/>
</svg>
<h4 class="fw-bold h5 text-capitalize">Custom website design:</h4>
<p class="text-light-emphasis">At Metalmorphosis Design, I specialize in crafting custom web experiences that reflect the raw energy and unique aesthetic of heavy metal. I'll work closely with you to create a one-of-a-kind website that resonates with your brand and reflects the unique sound, style, and ethos of your music, events, or business. Whether you need a stunning band website, an electrifying venue platform, or a promoter's dream site, I'll create a mobile-friendly website that looks and functions great on all devices, from desktops to smartphones to tablets. I can do either single landing pages or full page websites; whatever you need to achieve your marketing goals.</p>
</div>
</div>
<div class="col-12 col-xl-4 pb-3 pt-3">
<div class="pb-3 pt-3 text-center">
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg fill="#1C2033" width="52" height="52" version="1.1" id="lni_lni-seo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
<g>
<path d="M57,6.6H7c-3.4,0-6.3,2.8-6.3,6.3v26.4c0,3.4,2.8,6.3,6.3,6.3h22.8v7.4H18.8c-1.2,0-2.3,1-2.3,2.3s1,2.3,2.3,2.3h26.4
c1.2,0,2.3-1,2.3-2.3s-1-2.3-2.3-2.3H34.3v-7.4H57c3.4,0,6.3-2.8,6.3-6.3V12.8C63.3,9.4,60.4,6.6,57,6.6z M58.8,39.2
c0,1-0.8,1.8-1.8,1.8H7c-1,0-1.8-0.8-1.8-1.8V12.8c0-1,0.8-1.8,1.8-1.8h50c1,0,1.8,0.8,1.8,1.8V39.2z"/>
<path d="M16.1,20.4h4c1.2,0,2.3-1,2.3-2.3s-1-2.3-2.3-2.3h-4c-3.4,0-6.2,2.8-6.2,6.2s2.8,6.2,6.2,6.2c0.9,0,1.7,0.8,1.7,1.7
c0,0.9-0.8,1.7-1.7,1.7h-4c-1.2,0-2.3,1-2.3,2.3c0,1.2,1,2.3,2.3,2.3h4c3.4,0,6.2-2.8,6.2-6.2c0-3.4-2.8-6.2-6.2-6.2
c-0.9,0-1.7-0.8-1.7-1.7S15.2,20.4,16.1,20.4z"/>
<path d="M31.9,20.4h4c1.2,0,2.3-1,2.3-2.3s-1-2.3-2.3-2.3h-4c-3.4,0-6.2,2.8-6.2,6.2V30c0,3.4,2.8,6.2,6.2,6.2h4
c1.2,0,2.3-1,2.3-2.3c0-1.2-1-2.3-2.3-2.3h-4c-0.9,0-1.7-0.8-1.7-1.7v-1.7h5.7c1.2,0,2.3-1,2.3-2.3s-1-2.3-2.3-2.3h-5.7v-1.7
C30.2,21.1,31,20.4,31.9,20.4z"/>
<path d="M48.9,15.9h-2.3c-2.8,0-5.1,2.3-5.1,5.1v10.2c0,2.8,2.3,5.1,5.1,5.1h2.3c2.8,0,5.1-2.3,5.1-5.1V20.9
C53.9,18.1,51.7,15.9,48.9,15.9z M49.4,31.1c0,0.3-0.3,0.6-0.6,0.6h-2.3c-0.3,0-0.6-0.3-0.6-0.6V20.9c0-0.3,0.3-0.6,0.6-0.6h2.3
c0.3,0,0.6,0.3,0.6,0.6V31.1z"/>
</g>
</svg>
<h4 class="fw-bold h5 text-capitalize">Search engine optimization:</h4>
<p class="text-light-emphasis">At Metalmorphosis Design, I understand that ranking well in search engine results is essential for reaching your target audience and achieving your band and business goals. That's why I offer comprehensive SEO services tailored to the unique needs of the heavy metal community. I will work with you to develop a custom SEO strategy that will help you improve your website's visibility and attract more fans, attendees, and clients to your metal endeavors to ensure that it ranks well for the keywords that your target audience is searching for. This includes keyword research, on-page optimization, link building, and technical SEO.</p>
</div>
</div>
<div class="col-12 col-xl-4 pb-3 pt-3">
<div class="pb-3 pt-3 text-center">
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg fill="#1C2033" width="52" height="52" version="1.1" id="lni_lni-keyboard" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
<g>
<path d="M56,11.9H8c-3.4,0-6.3,2.8-6.3,6.3v27.6c0,3.4,2.8,6.3,6.3,6.3h48c3.4,0,6.3-2.8,6.3-6.3V18.2C62.3,14.7,59.4,11.9,56,11.9
z M57.8,45.8c0,1-0.8,1.8-1.8,1.8H8c-1,0-1.8-0.8-1.8-1.8V18.2c0-1,0.8-1.8,1.8-1.8h48c1,0,1.8,0.8,1.8,1.8V45.8z"/>
<path d="M42.2,38.9H21.8c-1.2,0-2.3,1-2.3,2.3s1,2.3,2.3,2.3h20.4c1.2,0,2.3-1,2.3-2.3S43.4,38.9,42.2,38.9z"/>
<path d="M23.5,24c0-1.2-1-2.3-2.3-2.3h-1.7c-1.2,0-2.3,1-2.3,2.3s1,2.3,2.3,2.3h1.7C22.5,26.3,23.5,25.3,23.5,24z"/>
<path d="M31.1,26.3h1.7c1.2,0,2.3-1,2.3-2.3s-1-2.3-2.3-2.3h-1.7c-1.2,0-2.3,1-2.3,2.3S29.9,26.3,31.1,26.3z"/>
<path d="M44.5,21.8h-1.7c-1.2,0-2.3,1-2.3,2.3s1,2.3,2.3,2.3h1.7c1.2,0,2.3-1,2.3-2.3S45.7,21.8,44.5,21.8z"/>
<path d="M25.3,34h1.7c1.2,0,2.3-1,2.3-2.2s-1-2.3-2.3-2.3h-1.7c-1.2,0-2.3,1-2.3,2.3S24.1,34,25.3,34z"/>
<path d="M36.9,34h1.7c1.2,0,2.3-1,2.3-2.2s-1-2.3-2.3-2.3h-1.7c-1.2,0-2.3,1-2.3,2.3S35.7,34,36.9,34z"/>
</g>
</svg>
<h4 class="fw-bold h5 text-capitalize">Content marketing:</h4>
<p class="text-light-emphasis">Content is the amplifier of your brand. That's why I offer comprehensive content marketing services tailored to the unique needs of the heavy metal community. I will work with you to develop a custom content marketing strategy that will help you achieve your business goals. I'll create and distribute high-quality content that speaks to your ta rget audience and engages them with your brand. Whether it's epic band stories, electrifying event promotions, or informative blog posts, we'll create content that is relevant, valuable, and entertaining. This could include things like blog posts, social media posts, e-books, and email newsletters.</p>
</div>
</div>
</div>
<p class="text-center pt-3"><a href="#contact" class="btn btn-dark pb-3 pe-4 ps-4 pt-3 rounded-0" style="font-family: 'Archivo Black', sans-serif;">Let's Talk Now</a></p>
</div>
</section>
<section id="about" class="mb-5 mt-5 pb-5">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-sm-12 col-xl-6 order-sm-last order-xl-first">
<h2 class="display-6 text-center text-xl-start">About Me</h2>
<p class="lead text-light-emphasis pb-3">I am a passionate web designer with a deep connection to the heavy metal culture. My journey began with a shared love for the genre and a mission to provide web design services tailored to the unique needs of heavy metal bands, promoters, venues, and industry professionals.</p>
<p class="text-light-emphasis">I bring over a decade of experience in web design and a genuine love for heavy metal. This blend of technical expertise and a deep understanding of the heavy metal community ensures that every project we undertake is more than just a website; it's a platform for your heavy metal presence.</p>
<p class="text-light-emphasis">I believe in close collaboration with my clients, immersing myself in their artistic expression, and crafting websites that reflect their true identity. Whether you're looking to rock the web with a powerful online presence or promote heavy metal events, I am here to make it happen.</p>
<p class="text-light-emphasis">Join me in the metal revolution. I am not just a web designer; I'm a devoted heavy metal fan, and I am ready to help you unleash the power of your brand.</p>
</div>
<div class="col-12 col-xl-6 order-first order-xl-last pb-5">
<img src="assets/about-metalmorphosis.png" class="img-fluid">
</div>
</div>
</div>
</section>
<section id="contact" class="py-4 py-md-5 mb-5 mt-5">
<div class="container">
<div class="row gy-3 gy-md-4 gy-lg-0 align-items-xl-center">
<div class="col-12 col-lg-6">
<img class="img-fluid rounded-0" src="assets/metalmorphosis-contact.jpg" alt="Get in Touch">
</div>
<div class="col-12 col-lg-6">
<div class="row justify-content-xl-center">
<div class="col-12 col-xl-12">
<div class="bg-white border rounded-0 shadow-sm overflow-hidden">
<form action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="238f99d4-7c21-4083-9ae5-86ae6d333fba">
<input type="hidden" name="redirect" value="confirmation.html">
<div class="row gy-4 gy-xl-5 p-4 p-xl-5">
<h2 class="display-6 mb-3 mb-md-3">Let's Talk</h2>
<p class="text-light-emphasis">Message me now to learn how I can help you create a website that will rock your audience.</p>
<div class="col-12">
<label for="fullname" class="form-label">Full Name <span class="text-danger">*</span>
</label>
<input type="text" class="form-control rounded-0" id="fullname" name="fullname" value="" required>
</div>
<div class="col-12">
<label for="email" class="form-label">Email <span class="text-danger">*</span>
</label>
<div class="input-group">
<span class="input-group-text rounded-0"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope" viewBox="0 0 16 16">
<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z"/>
</svg> </span>
<input type="email" class="form-control rounded-0" id="email" name="email" value="" required>
</div>
</div>
<div class="col-12">
<label for="subject" class="form-label">Subject <span class="text-danger">*</span>
</label>
<input type="text" class="form-control rounded-0" id="subject" name="subject" value="" required>
</div>
<div class="col-12">
<label for="message" class="form-label">Message <span class="text-danger">*</span>
</label>
<textarea class="form-control rounded-0" id="message" name="message" rows="3" required></textarea>
</div>
<div class="col-12">
<div class="d-grid">
<button class="btn btn-dark btn-lg rounded-0" type="submit" style="font-family: 'Archivo Black', sans-serif;">Send Message</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-dark">
<footer class="pt-4 pb-4 ">
<div class="container">
<div class="row text-center align-items-center">
<div class="col-12 col-lg-2 text-lg-start">
<a class="fw-bold navbar-brand text-white" href="#" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;">Metalmorphosis Design</a>
</div>
<div class="col mt-4 mt-lg-0 text-center">
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link active" href="#" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="privacy.html" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;" target="_blank">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="terms.html" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;" target="_blank">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:michael@metalmorphosis.design" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;" target="_blank">Contact</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-2 mt-4 mt-lg-0 text-lg-right">
<a href="#" class="text-decoration-none"> <i class="lni lni-facebook-fill text-white me-4"></i></a>
<a href="https://twitter.com/metalmorphicweb" class="text-decoration-none" target="_blank"> <i class="lni lni-twitter-original me-4 text-decoration-none text-white"></i> </a>
<a> <i class="lni lni-instagram-original text-white me-4"></i> </a>
</div>
</div>
<div class="row mt-4">
<div class="small col text-center" style="font-family: 'Archivo Black', sans-serif; color: #ffffff;">
© 2023 Metalmorphosis Design. All Rights Reserved
</div>
</div>
</div>
</footer>
</section>
<script src="assets/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>