-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (73 loc) · 4.29 KB
/
index.html
File metadata and controls
88 lines (73 loc) · 4.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- README
Hi, thanks for using our template. You can customize the site title.
Feel free to edit the Meta tags and their description as well.
-->
<!-- HTML Meta Tags -->
<title>Harys - The Developer</title>
<meta name="description" content="Harys - The Developer: My personal website.">
<meta name="keywords" content="personal-website, developers, devs, harysdev">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Harys - The Developer">
<meta itemprop="description" content="Harys - The Developer: My personal website.">
<meta itemprop="image" content="https://harysdev.github.io/media/logo.png">
<!-- Discord Meta Tags -->
<meta name="theme-color" content="#FFD700" />
<meta property="og:title" content="Harys - The Developer" />
<meta property="og:description" content="Harys - The Developer: My personal website." />
<meta property="og:image" content="https://harysdev.github.io/media/logo.png" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://harysdev.github.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="Harys - The Developer">
<meta property="og:description" content="Harys - The Developer: My personal website.">
<meta property="og:image" content="https://harysdev.github.io/media/logo.png">
<!-- Twitter / X Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Harys - The Developer">
<meta name="twitter:description" content="Harys - The Developer: My personal website.">
<meta name="twitter:image" content="https://harysdev.github.io/media/logo.png">
<!-- Links -->
<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@400;600;700;900&display=swap" rel="stylesheet">
<!-- favicon.ico - Feel free to change it or upload your favicon.ico and change it to href="favicon.ico" -->
<link rel="icon" href="https://harysdev.github.io/media/logo.png" type="image/x-icon" />
<!-- Styles
You can customize your style, currently there are 4 styles available in total.
Uncomment your desired themes below and don't forget to comment on others.
Only one theme can be used at a time otherwise it will cause problems.
-->
<!-- <link rel="stylesheet" href="//cdn.harys.is-a.dev/profilie/lib/themes/mint.css"> -->
<!-- <link rel="stylesheet" href="//cdn.harys.is-a.dev/profilie/lib/themes/maple.css"> -->
<!-- <link rel="stylesheet" href="//cdn.harys.is-a.dev/profilie/lib/themes/azure.css"> -->
<link rel="stylesheet" href="//cdn.harys.is-a.dev/profilie/lib/themes/maple.css">
<link rel="stylesheet" href="//cdn.harys.is-a.dev/profilie/lib/styles/social-icon.css">
</head>
<body>
<noscript>This page requires JavaScript to work, please enable it or ask the website owner.</noscript>
<canvas id="particles-canvas"></canvas>
<!-- README
Everything will be populated via JavaScript.
𝗗𝗼𝗻'𝘁 𝗲𝗱𝗶𝘁 𝗮𝗻𝘆𝘁𝗵𝗶𝗻𝗴 𝗵𝗲𝗿𝗲 𝗶𝗳 𝘆𝗼𝘂'𝗿𝗲 𝗻𝗼𝘁 𝘀𝘂𝗿𝗲 𝘄𝗵𝗮𝘁 𝘆𝗼𝘂'𝗿𝗲 𝗱𝗼𝗶𝗻𝗴.
-->
<div class="info-box">
<img alt="Profile Picture" class="center-img" id="profile-img">
<h1 class="title" id="profile-name"></h1>
<p class="details" id="profile-description"></p>
<div class="social-icons" id="social-icons"></div>
</div>
<footer>
<p id="footer-text"></p>
</footer>
<!-- Scripts -->
<script src="config.js"></script> <!-- Your config.js file [REQUIRED] -->
<script src="//cdn.harys.is-a.dev/profilie/lib/scripts/sound-effect.js"></script> <!-- Sound effect on images hover [OPTIONAL] -->
<script src="//cdn.harys.is-a.dev/profilie/lib/scripts/social-icon.js"></script> <!-- All social icons data [REQUIRED] -->
<script src="//cdn.harys.is-a.dev/profilie/lib/profilie.min.js"></script> <!-- Main script file that controls the whole website [REQURIED] -->
</body>
</html>