-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·87 lines (87 loc) · 3.56 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
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
<!DOCTYPE html>
<html>
<head>
<title>Syafa</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<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="stylesheet" href="style.css"/>
<meta property="og:title" content="Syafa Hadyan Rasendriya"/>
<meta property="og:image" content="https://syafahadyan.com/assets/pictures/profile.png"/>
<meta property="og:description" content="Syafa Hadyan Rasendriya"/>
<meta property="og:url" content="https://syafahadyan.com/"/>
<meta property="og:type" content="website"/>
</head>
<body>
<div class="profile">
<img src="assets/pictures/profile.png" alt="Profile"/>
</div>
<div class="name">
<h1>Syafa Hadyan Rasendriya</h1>
</div>
<div class="github-stats">
<h2>GitHub Stats</h2>
<img
src="https://github-readme-stats-amber-beta-62.vercel.app/api?username=SyafaHadyan&count_private=true&show_assets/icons=true&include_all_commits=true&show=prs_merged,reviews&theme=dracula"
alt="GitHub Stats"/>
<figcaption>
<em>GitHub Stats</em>
</figcaption>
<img
src="https://github-readme-stats-amber-beta-62.vercel.app/api/top-langs/?username=SyafaHadyan&theme=dracula&langs_count=10"
alt="Top Languages"/>
<figcaption>
<em>Top Languages</em>
</figcaption>
<img
src="https://github-profile-trophy.vercel.app/?username=SyafaHadyan&theme=dracula"
alt="GitHub Trophy"/>
<figcaption>
<em>GitHub Trophy</em>
</figcaption>
</div>
<div class="wakatime">
<h2>WakaTime</h2>
<img
src="https://github-readme-stats-amber-beta-62.vercel.app/api/wakatime?username=shr&theme=dracula"
alt="WakaTime"/>
<figcaption>
<em>WakaTime Stats</em>
</figcaption>
</div>
<div class="links">
<h2>Links</h2>
<a
href="https://github.com/SyafaHadyan"
title="SyafaHadyan"
target="_blank"
style="text-decoration:none"
><img src="assets/pictures/github-mark.png" alt="GitHub"/>
</a>
<a
href="https://www.linkedin.com/in/syhrs"
title="Syafa Hadyan Rasendriya"
target="_blank"
style="text-decoration:none"
><img src="assets/pictures/linkedin.png" alt="LinkedIn"/>
</a>
<a
href="https://codestats.net/users/Syafa"
title="Syafa"
target="_blank"
style="text-decoration:none"
><img src="assets/pictures/codestats.svg" alt="CodeStats"/>
</a>
<a
href="https://www.hackerrank.com/profile/syhrs"
title="syhrs"
target="_blank"
style="text-decoration:none"
><img src="assets/pictures/hackerrank.png" alt="HackerRank"/>
</a>
</div>
<script src="index.js"></script>
</body>
</html>