-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
205 lines (176 loc) · 9.86 KB
/
Copy pathindex.html
File metadata and controls
205 lines (176 loc) · 9.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Muhammad Azhar Rasyad - Software Engineer</title>
<link rel="shortcut icon" href="logo/favicon.png" type="image/x-icon">
<link rel="icon" href="logo/favicon.png" type="image/x-icon">
<script>
const tailwindWarn = console.warn;
console.warn = function(...args) {
if (args[0] && typeof args[0] === 'string' && args[0].includes('cdn.tailwindcss.com')) return;
tailwindWarn.apply(console, args);
};
</script>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; }
.gradient-bg {
background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
}
.card-glass {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.08);
}
.link-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
padding: 12px 16px;
border-radius: 14px;
font-size: 0.875rem;
font-weight: 600;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.1);
color: #e2e8f0;
text-decoration: none;
transition: all 0.2s ease;
}
.link-btn:hover {
background: rgba(255, 255, 255, 0.12);
border-color: rgba(255, 255, 255, 0.22);
transform: translateY(-2px);
color: #fff;
}
.year-link {
transition: all 0.2s ease;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.08);
}
.year-link:hover {
background: rgba(59, 130, 246, 0.15);
border-color: rgba(59, 130, 246, 0.4);
color: #60a5fa;
transform: translateY(-2px);
}
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0f172a; }
::-webkit-scrollbar-thumb { background: #3b82f6; border-radius: 3px; }
</style>
</head>
<body class="gradient-bg min-h-screen text-white flex flex-col">
<!-- Main centered content -->
<main class="flex-1 flex items-center justify-center px-4 py-12">
<div class="w-full max-w-xl">
<!-- Profile Card -->
<div class="card-glass rounded-3xl p-8">
<!-- Profile Header -->
<div class="flex flex-col items-center text-center mb-8">
<div class="relative mb-10">
<div class="w-24 h-24 rounded-full bg-gradient-to-br from-blue-500 to-indigo-600 p-[3px] shadow-2xl shadow-blue-500/30">
<img src="logo/logo.png" alt="Muhammad Azhar Rasyad"
class="w-full h-full rounded-full object-cover bg-slate-800"
onerror="this.style.display='none'; this.parentElement.innerHTML='<div style=\'width:100%;height:100%;border-radius:9999px;background:#334155;display:flex;align-items:center;justify-content:center;\'><span style=\'font-size:2rem;font-weight:700;color:#60a5fa;\'>AR</span></div>'">
</div>
<span class="absolute -bottom-8 left-1/2 -translate-x-1/2 whitespace-nowrap bg-emerald-500/20 backdrop-blur-md border border-emerald-500/30 text-emerald-400 text-[9px] px-2.5 py-1 rounded-full font-bold uppercase tracking-widest flex items-center gap-1 shadow-lg shadow-emerald-500/10 animate-pulse">
<span class="w-1.5 h-1.5 rounded-full bg-emerald-400"></span> Open to Remote Work
</span>
</div>
<h1 class="text-3xl font-black mb-2 bg-gradient-to-r from-white via-white to-blue-200 bg-clip-text text-transparent">
Muhammad Azhar Rasyad
</h1>
<div class="flex flex-col items-center gap-2 mb-4">
<span class="px-3 py-1 bg-blue-500/10 border border-blue-500/20 rounded-full text-blue-400 text-xs font-bold uppercase tracking-widest">
Software Engineer
</span>
<p class="text-slate-400 text-sm font-medium">
8+ Years Professional Experience <span class="text-slate-600 mx-1">|</span> 2018 - Present
</p>
</div>
<p class="text-slate-500 text-xs flex items-center gap-1 mb-6">
<i class="fas fa-map-marker-alt text-blue-500/70"></i>
Jakarta, Indonesia
</p>
<!-- Social Links (Merged) -->
<div class="flex justify-center gap-4 mb-6">
<a href="https://www.linkedin.com/in/mazharrasyad" target="_blank" class="w-10 h-10 rounded-xl bg-blue-500/10 flex items-center justify-center text-blue-400 hover:bg-blue-500/20 hover:scale-110 transition-all border border-blue-500/20" title="LinkedIn">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/mazharrasyad" target="_blank" class="w-10 h-10 rounded-xl bg-white/5 flex items-center justify-center text-slate-300 hover:bg-white/10 hover:scale-110 transition-all border border-white/10" title="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="http://wa.me/+6281290351971" target="_blank" class="w-10 h-10 rounded-xl bg-green-500/10 flex items-center justify-center text-green-400 hover:bg-green-500/20 hover:scale-110 transition-all border border-green-500/20" title="WhatsApp">
<i class="fab fa-whatsapp"></i>
</a>
<a href="mailto:muhazharrasyad@gmail.com" class="w-10 h-10 rounded-xl bg-rose-500/10 flex items-center justify-center text-rose-400 hover:bg-rose-500/20 hover:scale-110 transition-all border border-rose-500/20" title="Email">
<i class="fas fa-envelope"></i>
</a>
</div>
<!-- CV Button -->
<div class="w-full max-w-[240px] mx-auto">
<a href="logo/cv.pdf" target="_blank" class="link-btn w-full flex items-center justify-center gap-2 py-2.5 shadow-md shadow-blue-500/5 bg-white/5 hover:bg-white/10 border border-white/10 hover:border-white/20 transition-all duration-300 rounded-xl text-xs uppercase tracking-wider font-bold">
<i class="far fa-file-pdf text-rose-400 text-sm"></i>
<span>View CV</span>
</a>
</div>
</div>
<!-- Projects Section -->
<div class="mb-10">
<div class="flex justify-between items-center mb-6">
<h2 class="text-sm font-bold text-slate-400 uppercase tracking-widest">Projects</h2>
<span class="text-xs bg-blue-500/10 border border-blue-500/20 text-blue-400 px-3 py-1 rounded-full font-bold">130+ Projects</span>
</div>
<div class="grid grid-cols-3 gap-3">
<a href="projects-2026.html" class="year-link p-4 rounded-xl text-center flex flex-col justify-center items-center gap-1">
<span class="text-lg font-bold">2026</span>
<span class="text-[10px] text-slate-500 font-bold uppercase tracking-wider">4 Projects</span>
</a>
<a href="projects-2025.html" class="year-link p-4 rounded-xl text-center flex flex-col justify-center items-center gap-1">
<span class="text-lg font-bold">2025</span>
<span class="text-[10px] text-slate-500 font-bold uppercase tracking-wider">30 Projects</span>
</a>
<a href="projects-2024.html" class="year-link p-4 rounded-xl text-center flex flex-col justify-center items-center gap-1">
<span class="text-lg font-bold">2024</span>
<span class="text-[10px] text-slate-500 font-bold uppercase tracking-wider">26 Projects</span>
</a>
<a href="projects-2023.html" class="year-link p-4 rounded-xl text-center flex flex-col justify-center items-center gap-1">
<span class="text-lg font-bold">2023</span>
<span class="text-[10px] text-slate-500 font-bold uppercase tracking-wider">8 Projects</span>
</a>
<a href="projects-2022.html" class="year-link p-4 rounded-xl text-center flex flex-col justify-center items-center gap-1">
<span class="text-lg font-bold">2022</span>
<span class="text-[10px] text-slate-500 font-bold uppercase tracking-wider">18 Projects</span>
</a>
<a href="projects-2021.html" class="year-link p-4 rounded-xl text-center flex flex-col justify-center items-center gap-1">
<span class="text-lg font-bold">2021</span>
<span class="text-[10px] text-slate-500 font-bold uppercase tracking-wider">12 Projects</span>
</a>
<a href="projects-2020.html" class="year-link p-4 rounded-xl text-center flex flex-col justify-center items-center gap-1">
<span class="text-lg font-bold">2020</span>
<span class="text-[10px] text-slate-500 font-bold uppercase tracking-wider">8 Projects</span>
</a>
<a href="projects-2019.html" class="year-link p-4 rounded-xl text-center flex flex-col justify-center items-center gap-1">
<span class="text-lg font-bold">2019</span>
<span class="text-[10px] text-slate-500 font-bold uppercase tracking-wider">19 Projects</span>
</a>
<a href="projects-2018.html" class="year-link p-4 rounded-xl text-center flex flex-col justify-center items-center gap-1">
<span class="text-lg font-bold">2018</span>
<span class="text-[10px] text-slate-500 font-bold uppercase tracking-wider">7 Projects</span>
</a>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="text-center py-8">
<p class="text-slate-600 text-[10px] font-bold uppercase tracking-[0.2em]">© 2026 Muhammad Azhar Rasyad</p>
</footer>
</body>
</html>