-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxsyx.html
60 lines (53 loc) · 3.5 KB
/
xsyx.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mattdicx - Video Creator | Digital Creator</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body style="margin: 0; padding: 0; font-family: 'Helvetica', Arial, sans-serif; background-color: #131313; color: white;">
<header style="display: flex; justify-content: space-between; align-items: center; padding: 20px 10%; max-width: 1200px; margin: 0 auto;">
<div class="logo" style="font-size: 24px; font-weight: bold;">
Mattdicx
</div>
<nav style="display: flex; gap: 30px;">
<a href="#" style="color: white; text-decoration: none; font-size: 16px;">Assets</a>
<a href="#" style="color: white; text-decoration: none; font-size: 16px;">Gear</a>
<a href="#" style="color: white; text-decoration: none; font-size: 16px;">Courses</a>
</nav>
</header>
<main style="display: flex; justify-content: center; align-items: center; padding: 40px 10%; max-width: 1200px; margin: 0 auto; gap: 60px;">
<div class="profile-image" style="flex: 0 0 40%;">
<img src="https://media.licdn.com/dms/image/v2/D5603AQFSeewLSkNWqw/profile-displayphoto-shrink_400_400/B56ZOsnbZfGgAo-/0/1733767838340?e=1744243200&v=beta&t=UxHXMMALF5Qc2QZ4dhi3Ers-M-nP6NjBjaPPcrgHLY8" alt="Mattdicx Profile" style="width: 100%; max-width: 450px; height: auto; border-radius: 50%; object-fit: cover;">
</div>
<div class="profile-content" style="flex: 0 0 50%;">
<p style="color: #e0e0e0; margin-bottom: 10px; font-size: 16px;">Video Creator | Digital Creator</p>
<h1 style="font-size: 48px; margin: 10px 0 20px 0; display: flex; align-items: center; gap: 10px;">
Mattdicx
<span style="color: #38b2ef; font-size: 24px;">
<i class="fas fa-cog"></i>
</span>
</h1>
<p style="line-height: 1.6; margin-bottom: 30px; font-size: 16px; max-width: 540px;">
I am based in Jakarta ID and started to become a content creator since 2022 consistently creating content on social media.
</p>
<a href="#contact" style="display: inline-block; background-color: #333333; color: white; padding: 12px 24px; text-decoration: none; border-radius: 6px; font-weight: bold; transition: background-color 0.3s ease;">
Let's work together! ✨
</a>
</div>
</main>
<footer style="max-width: 1200px; margin: 60px auto 20px; padding: 0 10%; text-align: center;">
<div class="social-links" style="display: flex; justify-content: center; gap: 40px; margin-bottom: 40px;">
<a href="#" style="color: white; font-size: 24px;"><i class="fab fa-instagram"></i></a>
<a href="#" style="color: white; font-size: 24px;"><i class="fab fa-tiktok"></i></a>
<a href="#" style="color: white; font-size: 24px;"><i class="fab fa-youtube"></i></a>
<a href="#" style="color: white; font-size: 24px;"><i class="fab fa-whatsapp"></i></a>
<a href="#" style="color: white; font-size: 24px;"><i class="far fa-envelope"></i></a>
</div>
<div class="copyright" style="color: #888; font-size: 14px;">
© 2024 Mattdicx. All Rights Reserved.
</div>
</footer>
</body>
</html>