forked from hardasf/hardasf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (62 loc) · 2.26 KB
/
index.html
File metadata and controls
62 lines (62 loc) · 2.26 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
<!--
CREATED BY: REJARD BENTAZAR!!
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HARDASF PROJECTS</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="hard.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div class="profile">
<img src="logo.png" alt="Profile Picture">
<div class="profile-details">
<h1>HardASF</h1>
<p>Practice lang po🥴</p>
</div>
</div>
<nav>
<a style="font-size:50px" href="https://github.com/hardasf/" target="_blank"><i class="fa fa-github-square"></i></a>
</nav>
</header>
<main>
<section id="facebook-container"></section>
<h2 align="center"style="color:yellow">
<i class="fa fa-folder"></i> MY PROJECTS
</h2>
<section id="projects"></section>
<br>
<p align="center" style="color:yellow">MadeWith ❤️ - Rejard</p>
<!-- Default Statcounter code for HardAsf https://hardasf.github.io/ -->
<script type="text/javascript">
var sc_project=13010575;
var sc_invisible=0;
var sc_security="205c17fa";
var scJsHost = "https://";
document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="site stats"
href="https://statcounter.com/" target="_blank"><img class="statcounter"
src="https://c.statcounter.com/13010575/0/205c17fa/0/" alt="site stats"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
<a href="https://statcounter.com/p13010575/?guest=1">Visitors</a>
</main>
<div id="loading-modal">
<div class="loading-content">
<div class="loading-bar">
<div class="loading-progress"></div>
</div>
<p class="loading-text">⏳Loading hulat kol...</p>
</div>
</div>
<script src="hard.js"></script>
<script src="oten.js"></script>
</body>
</html>