-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Markmix Studios</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="card-container">
<div class="card">
<div class="card-header">
<div class="logo">
<span class="circle"></span>
<span class="circle"></span>
<span class="circle"></span>
</div>
</div>
<div class="card-image">
<img src="https://cdn.jsdelivr.net/gh/bismarkagyapong/files/msl.webp" alt="Markmix Studios Image">
</div>
<div class="card-content">
<h2>Markmix Studios Limited</h2>
<p>
Your trusted partner for tech solutions. We specialize in website development,
social media management, online radio services, and helping businesses reach broader audiences.
</p>
</div>
<div class="card-footer">
<a href="https://markmixstudios.blogspot.com/p/about.html" class="btn" target="_blank">Learn More</a>
<div class="social-icons">
<a href="https://www.facebook.com/markmixstudios1" target="_blank">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/facebook.svg" alt="Facebook">
</a>
<a href="https://www.instagram.com/markmix.studios" target="_blank">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/instagram.svg" alt="Instagram">
</a>
<a href="https://www.youtube.com/markmix.studios" target="_blank">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/youtube.svg" alt="YouTube">
</a>
<a href="https://www.pinterest.com/officialbismarkagyapong" target="_blank">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/pinterest.svg" alt="Pinterest">
</a>
<a href="https://www.threads.net/markmix.studios" target="_blank">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/threads.svg" alt="Threads">
</a>
</div>
</div>
</div>
</div>
</body>
</html>