-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
258 lines (235 loc) · 10.4 KB
/
Copy pathindex.html
File metadata and controls
258 lines (235 loc) · 10.4 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
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords"
content="WillMayrink, GitHub Pages, Development Statistics, HTML5, CSS3, Bootstrap 5.3, Java, Maven, Repositories, Software Development, Portfolio, Java Repositories">
<meta name="author" content="WillMayrink">
<meta name="description"
content="Welcome to my GitHub profile! Here you can find my development statistics, including my coding habits, technologies I use, and some cool projects.">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<title>willmayrink</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7" crossorigin="anonymous">
<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=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
<style>
.inner-card {
display: flex;
flex-direction: column;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 8px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
overflow: hidden;
width: 100%;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.inner-card-wrapper {
position: relative;
width: 100%;
}
.profile-badge {
position: absolute;
top: -1.8rem;
left: 0.345rem;
z-index: 1;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.3rem 0.75rem;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.12);
border-bottom: none;
border-radius: 6px 6px 0 0;
}
.inner-card-body {
flex: 1;
display: flex;
}
.inner-card-accent {
width: 4px;
background: linear-gradient(180deg, #a78bfa, #60a5fa, #34d399);
flex-shrink: 0;
}
.inner-card-content {
padding: 1rem 1.25rem;
flex: 1;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.inner-card .profile-row {
display: flex;
align-items: center;
gap: 0.75rem;
}
.inner-card .profile-photo {
width: 48px;
height: 48px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
}
.inner-card .profile-text {
display: flex;
flex-direction: column;
}
.inner-card .profile-name {
font-size: 1.05rem;
font-weight: 600;
color: rgba(255, 255, 255, 0.9);
line-height: 1.3;
}
.inner-card .profile-location {
font-size: 0.8rem;
color: rgba(255, 255, 255, 0.5);
line-height: 1.3;
}
.inner-card .profile-divider {
height: 1px;
background: rgba(255, 255, 255, 0.06);
}
.inner-card .profile-bio {
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.6);
font-style: italic;
line-height: 1.4;
}
.inner-card .profile-username {
font-size: 0.8rem;
color: rgba(167, 139, 250, 0.7);
font-weight: 500;
font-family: 'Inter', monospace;
}
.row > [class*="col-"]:nth-child(6) { animation-delay: 0.18s; }
</style>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/js/bootstrap.bundle.min.js"
integrity="sha384-k6d4wzSIapyDyv1kpU366/PK5hCdSbCRGRCMv+eplOQJWyd1fbcAu9OCUj5zNLiq"
crossorigin="anonymous"></script>
<div class="container py-5">
<div class="hero-section text-center mb-5">
<h1 class="hero-title display-1 fw-bold mb-3">Hello.</h1>
<p class="hero-subtitle text-secondary fs-5">Welcome to my GitHub profile — here you'll find my development
statistics, coding habits, and projects.</p>
</div>
<div class="row g-4">
<div class="col-12 col-md-6 col-lg-4">
<div class="metric-card">
<div class="card-accent"></div>
<div class="card-header">
<span class="card-dot"></span>
<span class="card-label">GitHub Activity</span>
</div>
<div class="card-body">
<img src="img/metrics/github-metrics.svg" alt="GitHub activity metrics" class="img-fluid">
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="metric-card">
<div class="card-accent"></div>
<div class="card-header">
<span class="card-dot"></span>
<span class="card-label">Code & Time</span>
</div>
<div class="card-body">
<div class="combined-svgs">
<img src="img/metrics/metrics-codechanged.svg" alt="Code changes metrics" class="img-fluid">
<img src="img/metrics/metrics-wakatime.svg" alt="Wakatime coding time statistics" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="metric-card">
<div class="card-accent"></div>
<div class="card-header">
<span class="card-dot"></span>
<span class="card-label">Chart</span>
</div>
<div class="card-body">
<img src="img/metrics/metrics-chart.svg" alt="Development metrics chart" class="img-fluid">
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="metric-card">
<div class="card-accent"></div>
<div class="card-header">
<span class="card-dot"></span>
<span class="card-label">PageSpeed</span>
</div>
<div class="card-body">
<a href="https://github.com/willmayrink?tab=repositories">
<img src="img/metrics/metrics-pagespeed.svg" alt="PageSpeed metrics" class="img-fluid">
</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="metric-card">
<div class="card-accent"></div>
<div class="card-header">
<span class="card-dot"></span>
<span class="card-label">Repositories</span>
</div>
<div class="card-body">
<a href="https://github.com/willmayrink?tab=repositories">
<img src="img/metrics/metrics-repo.svg" alt="Repository metrics" class="img-fluid">
</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex align-items-center">
<div class="inner-card-wrapper">
<div class="profile-badge">
<span class="card-dot"></span>
<span class="card-label">Profile</span>
</div>
<div class="inner-card">
<div class="inner-card-body">
<div class="inner-card-accent"></div>
<div class="inner-card-content">
<div class="profile-row">
<img src="img/profile.jpeg" alt="Profile photo" class="profile-photo">
<div class="profile-text">
<span class="profile-name">Willian Mayrink</span>
<span class="profile-location">🇧🇷 Brazil</span>
</div>
</div>
<div class="profile-divider"></div>
<span class="profile-bio mt-2 fst-normal">🕹️ <span class="badge border border-danger btn btn-outline-danger fst-normal me-1">Project Zomboid</span><span class="badge border border-danger btn btn-outline-danger fst-normal me-1">Dota 2</span></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer py-4 text-center">
<div class="container">
<div class="d-flex justify-content-center gap-4 mb-3">
<a href="https://github.com/willmayrink" class="footer-link" target="_blank">
<img height="22" width="22" src="https://cdn.simpleicons.org/github/white" alt="GitHub" />
</a>
<a href="mailto:will.mayrink@gmail.com" class="footer-link">
<img height="22" width="22" src="https://cdn.simpleicons.org/gmail/white" alt="Email" />
</a>
<a href="https://discordapp.com/users/216675974249578497" class="footer-link" target="_blank">
<img height="22" width="22" src="https://cdn.simpleicons.org/discord/white" alt="Discord" />
</a>
</div>
<p class="text-secondary small mb-0">© 2026 Will Mayrink. Built with GitHub Pages.</p>
</div>
</footer>
</body>
</html>